← 返回 Skills 市场
XHS Content Generate
作者
lifei68801
· GitHub ↗
· v1.1.0
· MIT-0
368
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install xhs-content-generate
功能描述
小红书爆款笔记生成器。基于话题和参考帖子,学习写作风格并生成有深度、有争议、能引发讨论的内容。 触发场景:(1) 用户要求生成小红书笔记 (2) 用户说"写一篇小红书" (3) 用户要求学习某话题的爆款写法 (4) 用户说"帮我写小红书风格的内容"。 核心能力:话题获取 + 风格分析 + 深度观点生成 + 文风优化。
安全使用建议
This skill appears coherent for generating 小红书-style posts: it fetches RSS topics (36kr), analyzes style/templates, and calls the humanizer-zh skill to polish text. Things to consider before installing:
- The metadata allows network access to 36kr and mentions using agent-browser for user-supplied links: if you supply arbitrary links, the agent/tool may fetch content from other domains — confirm what browsing/network capabilities your agent grants and whether you are comfortable with that.
- The skill requests read access to the humanizer-zh SKILL.md file in your workspace. This is likely to learn how to call that skill, but it does read a file outside its own directory — review the humanizer-zh skill to ensure it contains no secrets and you trust it.
- The skill is designed to produce provocative/controversial content by design; consider moderation and platform policy implications before publishing generated posts.
If you want higher assurance, ask the author to remove the explicit file-read permission (or limit it) and/or confirm what browsing tool will be used for fetching user-provided links.
功能分析
Type: OpenClaw Skill
Name: xhs-content-generate
Version: 1.1.0
The skill is a legitimate content generation tool for Xiaohongshu (XHS) that fetches trending topics from 36kr RSS feeds and applies viral writing templates. The included Node.js script (scripts/fetch-rss-hot.js) performs standard RSS parsing without any signs of data exfiltration, obfuscation, or unauthorized execution, and the requested permissions are consistent with the skill's stated purpose.
能力评估
Purpose & Capability
Name/description (XHS post generator) match the actual behavior: it uses Node to fetch RSS feeds (36kr) and templates/style-analysis to synthesize posts, then calls a separate humanizer skill for polishing. Requiring the node binary and depending on humanizer-zh is reasonable for the described workflow.
Instruction Scope
SKILL.md stays largely within the stated scope (topic retrieval → style analysis → content generation → humanizer). It mentions using agent-browser or other tools to fetch user-provided links/posts; that can expand runtime network access beyond the declared 36kr RSS feed depending on the agent/tooling. The metadata explicitly requests file read access to ~/.openclaw/workspace/skills/humanizer-zh/SKILL.md to inspect/invoke the humanizer skill — unusual but explainable (to learn how to call that skill).
Install Mechanism
No install spec (instruction-only) and a small Node script are included. The fetch-rss-hot.js uses only Node's https module to retrieve https://36kr.com/feed; there are no external downloads or archive extraction. This is low-risk from an install perspective.
Credentials
No environment variables or credentials are requested. The declared network permission is scoped to 36kr, and the only requested file read is another skill's SKILL.md. Both are plausible for the stated purpose and not excessive.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation settings. It does not request system-wide configuration changes or persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xhs-content-generate - 安装完成后,直接呼叫该 Skill 的名称或使用
/xhs-content-generate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added metadata.permissions and metadata.behavior declarations for security scanner compliance. Declared Node runtime requirement.
v1.0.0
Initial release
元数据
常见问题
XHS Content Generate 是什么?
小红书爆款笔记生成器。基于话题和参考帖子,学习写作风格并生成有深度、有争议、能引发讨论的内容。 触发场景:(1) 用户要求生成小红书笔记 (2) 用户说"写一篇小红书" (3) 用户要求学习某话题的爆款写法 (4) 用户说"帮我写小红书风格的内容"。 核心能力:话题获取 + 风格分析 + 深度观点生成 + 文风优化。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 368 次。
如何安装 XHS Content Generate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xhs-content-generate」即可一键安装,无需额外配置。
XHS Content Generate 是免费的吗?
是的,XHS Content Generate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
XHS Content Generate 支持哪些平台?
XHS Content Generate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 XHS Content Generate?
由 lifei68801(@lifei68801)开发并维护,当前版本 v1.1.0。
推荐 Skills