← Back to Skills Marketplace
zhangifonly

Clawnote

by zhangifonly · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
347
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install clawnote
Description
Review-first Xiaohongshu/Rednote content ops for OpenClaw. Use when creating a repeatable workflow for topic research, draft generation, Feishu review, exact...
README (SKILL.md)

Clawnote

Use this skill when the goal is to build or run a Xiaohongshu content workflow inside OpenClaw.

This skill is for:

  • daily AI news + OpenClaw practice drafts
  • Feishu-first review flow
  • Xiaohongshu-style rewriting
  • exact-title approval before publish
  • memory + cron driven content ops

What To Read

Start with:

  • workspace-template/AGENTS.md
  • workspace-template/SOUL.md
  • workspace-template/TOOLS.md

Read these when needed:

  • workspace-template/PUBLISH_ASSIST.md for publish rules
  • workspace-template/FEISHU_COMMANDS.md for user command patterns
  • docs/SAFETY.md for risk boundaries

Workflow

Follow this order:

  1. xhs-research
  2. xhs-draft
  3. xhs-publish-assist

Default mode is review-first, not auto-publish.

Bundled Scripts

Use these scripts instead of rewriting them:

  • workspace-template/scripts/save_publish_package.py
  • workspace-template/scripts/build_publish_package.py
  • workspace-template/scripts/publish_approved_note.py
  • workspace-template/scripts/write_memory_entry.py

Important Safety Rules

  • Do not publish without explicit user approval.
  • Treat deletion as a separate high-risk action.
  • Do not assume archive-to-draft works unless it has been re-verified for the current Xiaohongshu UI.
  • Prefer exact-match title confirmation over fuzzy matching.
Usage Guidance
This skill appears to implement exactly the Xiaohongshu review→publish workflow it advertises, but it omits important operational details in its metadata. Before installing or running: 1) Understand and set the required environment variables (notably XHS_TOOLKIT_ROOT and XHS_REVIEW_OPEN_ID) in a safe way — do not put unrelated secrets there. 2) Inspect the external toolkit (xhs_toolkit.py) referenced by XHS_TOOLKIT_ROOT — the publish script launches that tool and it can do network actions (posting, deleting). Only point XHS_TOOLKIT_ROOT at code you trust. 3) Be aware the scripts write local files (.openclaw/pending-xhs, memory/) and create a temporary Chrome profile when publishing; run in a workspace where this is acceptable. 4) Keep the default review-first behavior: do not enable live publish unless you explicitly approve each title. If you need this skill to be accepted into a registry, ask the author to declare required env vars and to document the exact trust assumptions for the external toolkit; that transparency would resolve the main concern.
Capability Analysis
Type: OpenClaw Skill Name: clawnote Version: 0.1.1 The 'clawnote' skill bundle implements a structured, review-first workflow for Xiaohongshu content management. The Python scripts (e.g., publish_approved_note.py, save_publish_package.py) focus on formatting, local storage, and controlled execution of an external publishing toolkit provided by the user. The skill includes multiple safety layers, such as requiring explicit user approval and exact title matching before publishing, and the instructions in SKILL.md and SOUL.md reinforce these guardrails rather than attempting to subvert them.
Capability Assessment
Purpose & Capability
The name/description (Xiaohongshu/Rednote content ops, review-first publish flow) matches the included files and scripts: research → draft → publish-assist is implemented via provided templates and helper scripts. Requiring a local Xiaohongshu toolkit and a Feishu review target is consistent with the described purpose, but those requirements are not declared in the skill metadata.
Instruction Scope
SKILL.md and workspace templates instruct the agent to read local template files, generate draft/publish packages, save them under .openclaw/pending-xhs or memory/, and call bundled scripts (preview or live publish). The scripts may invoke an external toolkit (xhs_toolkit.py) which can execute arbitrary actions including network publishing; this is expected for a publish-assist skill but deserves user attention.
Install Mechanism
There is no install spec (instruction-only) and no remote download/installer. The code files are bundled as templates/scripts; nothing is written to disk by an installer during skill install. This is lower-risk than arbitrary remote downloads.
Credentials
The repository and scripts require environment vars (README and TOOLS.md mention XHS_TOOLKIT_ROOT and XHS_REVIEW_OPEN_ID; publish_approved_note.py exits if XHS_TOOLKIT_ROOT is unset). However, the skill metadata lists no required env vars or primary credential. That mismatch is problematic: the skill will fail or behave unexpectedly unless you set env vars, and the skill metadata does not surface that it expects access to a local toolkit directory which could contain credentials or browser profile data.
Persistence & Privilege
always is false and the skill does not request permanent platform-wide presence. The scripts create local files (.openclaw/pending-xhs, memory/, temporary Chrome profile dirs) within the workspace — this is expected for a content-ops template and limited in scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawnote
  3. After installation, invoke the skill by name or use /clawnote
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
clawnote 0.1.1 - Added detailed README and skill metadata for review-first Xiaohongshu/Rednote content workflows in OpenClaw. - Clarified intended use cases: AI news, Feishu-based review, Xiaohongshu style rewriting, and approval workflow. - Listed required reading, workflow steps, and bundled scripts to standardize usage. - Documented important safety rules: explicit approval before publishing, risks of deletion, and strict title confirmation. - Emphasized memory and cron-driven operations and Feishu review integration.
Metadata
Slug clawnote
Version 0.1.1
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Clawnote?

Review-first Xiaohongshu/Rednote content ops for OpenClaw. Use when creating a repeatable workflow for topic research, draft generation, Feishu review, exact... It is an AI Agent Skill for Claude Code / OpenClaw, with 347 downloads so far.

How do I install Clawnote?

Run "/install clawnote" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Clawnote free?

Yes, Clawnote is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Clawnote support?

Clawnote is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Clawnote?

It is built and maintained by zhangifonly (@zhangifonly); the current version is v0.1.1.

💬 Comments