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.mdworkspace-template/SOUL.mdworkspace-template/TOOLS.md
Read these when needed:
workspace-template/PUBLISH_ASSIST.mdfor publish rulesworkspace-template/FEISHU_COMMANDS.mdfor user command patternsdocs/SAFETY.mdfor risk boundaries
Workflow
Follow this order:
xhs-researchxhs-draftxhs-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.pyworkspace-template/scripts/build_publish_package.pyworkspace-template/scripts/publish_approved_note.pyworkspace-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.