← 返回 Skills 市场
zhangifonly

Clawnote

作者 zhangifonly · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
347
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install clawnote
功能描述
Review-first Xiaohongshu/Rednote content ops for OpenClaw. Use when creating a repeatable workflow for topic research, draft generation, Feishu review, exact...
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawnote
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawnote 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug clawnote
版本 0.1.1
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Clawnote 是什么?

Review-first Xiaohongshu/Rednote content ops for OpenClaw. Use when creating a repeatable workflow for topic research, draft generation, Feishu review, exact... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 347 次。

如何安装 Clawnote?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawnote」即可一键安装,无需额外配置。

Clawnote 是免费的吗?

是的,Clawnote 完全免费(开源免费),可自由下载、安装和使用。

Clawnote 支持哪些平台?

Clawnote 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clawnote?

由 zhangifonly(@zhangifonly)开发并维护,当前版本 v0.1.1。

💬 留言讨论