← 返回 Skills 市场
422
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install phil-auto-redbook-skills
功能描述
小红书笔记素材创作技能。当用户需要创建小红书笔记素材时使用这个技能。技能包含:根据用户的需求和提供的资料,撰写小红书笔记内容(标题+正文),生成图片卡片(封面+正文卡片),以及发布小红书笔记。
安全使用建议
This package largely does what it claims (render Markdown to images and optionally publish to 小红书). Before installing or running it: 1) Inspect scripts/publish_xhs.py and any network calls — verify it posts only to xiaohongshu APIs and doesn't send your cookie elsewhere. 2) Treat XHS_COOKIE as highly sensitive: don't paste it into public repos; use a throwaway/test account if possible. 3) Note the package will require installing Python/Node deps and Playwright (which downloads Chromium) — run in an isolated environment or container if you are concerned. 4) Ask the publisher to fix the skill metadata to declare XHS_COOKIE as a required env var and to document endpoints used; absence of that declaration is the main incoherence. If you can't review the publish script yourself, avoid using the publish feature and use render-only (generate images locally) instead.
功能分析
Type: OpenClaw Skill
Name: phil-auto-redbook-skills
Version: 2.0.0
The skill bundle is a legitimate toolset for automating the creation and publication of Xiaohongshu (Redbook) notes. It utilizes Playwright for high-quality image rendering from Markdown templates and the 'xhs' library for note distribution. While the 'publish_xhs.py' script handles sensitive session cookies (XHS_COOKIE) and includes an optional API mode for signature handling, these features are standard for this type of automation and are clearly documented. The code is well-structured, lacks obfuscation, and shows no signs of data exfiltration, unauthorized remote access, or malicious prompt injection.
能力评估
Purpose & Capability
Name, description, and included scripts (render_xhs.*, publish_xhs.py) align with the stated purpose (generate card images and optionally publish to 小红书). However the registry metadata lists no required env vars while the SKILL.md and env.example explicitly require an XHS_COOKIE for publishing — a metadata omission that is disproportionate to the stated manifest.
Instruction Scope
SKILL.md stays on-topic: it instructs how to write Markdown, run local render scripts (Python/Node) and optionally publish using a cookie. It explicitly tells users to extract a browser Cookie via devtools — that is sensitive but directly related to the publish feature. The instructions do not ask for unrelated system-wide data, but the publish step will use a session credential (cookie) which must be handled carefully.
Install Mechanism
This skill is instruction-first with bundled scripts; there is no platform install spec. The repository contains package.json and requirements.txt and references Playwright and an xhs client — installing these pulls in browser automation binaries (Playwright will download Chromium). That is expected for rendering but increases attack surface; no arbitrary external download URLs were found in the provided files.
Credentials
The only runtime secret required for publishing is an XHS_COOKIE (documented in SKILL.md and env.example). However the registry metadata incorrectly declares 'no required env vars' and 'primary credential: none', so the skill's manifest understates the credential requirement. Requesting a site cookie is proportional to the publish feature, but cookies are highly sensitive — the missing metadata and lack of constrained guidance (e.g., support for API tokens or oauth instead) is a red flag.
Persistence & Privilege
Skill does not request always:true and is user-invocable only. It does not declare or require modifying other skills or system-wide configuration. Autonomous invocation is enabled (disable-model-invocation:false) which is platform default; this combined with the cookie requirement increases blast radius but on its own is expected for skills that can publish.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install phil-auto-redbook-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/phil-auto-redbook-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Major refactor: 8 themes, 4 pagination modes, unified templates, updated Node/Python renderers, docs refresh
元数据
常见问题
Auto Redbook Skills 是什么?
小红书笔记素材创作技能。当用户需要创建小红书笔记素材时使用这个技能。技能包含:根据用户的需求和提供的资料,撰写小红书笔记内容(标题+正文),生成图片卡片(封面+正文卡片),以及发布小红书笔记。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 422 次。
如何安装 Auto Redbook Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install phil-auto-redbook-skills」即可一键安装,无需额外配置。
Auto Redbook Skills 是免费的吗?
是的,Auto Redbook Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Auto Redbook Skills 支持哪些平台?
Auto Redbook Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Auto Redbook Skills?
由 phil-guo(@phil-guo)开发并维护,当前版本 v2.0.0。
推荐 Skills