← 返回 Skills 市场
小红书热点半自动化发布系统
作者
ShiXiangYu2
· GitHub ↗
· v1.1.0
· MIT-0
208
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaohongshu-hot-publish
功能描述
帮助小红书创作者生成主题内容并半自动化管理发布流程,支持复制、一键切换、时间规划和状态跟踪。
安全使用建议
Summary of what to check before installing or running this skill:
1) Missing template: The package references template.html (used by generate_html_page and validated by tests) but template.html is not present in the manifest. Do not run the scripts expecting HTML generation until you add/restore template.html or confirm generate_html_page can run without it.
2) Inspect for hidden characters: The SKILL.md triggered a 'unicode-control-chars' finding. Open SKILL.md in a plain text editor that can show non-printable characters (or run a hex dump) and remove any control characters. These can hide instructions or change parsing by tools/LLMs.
3) Run locally in a sandbox: Execute demo.py / example_usage.py in an isolated environment (temp directory, virtualenv) so files are written only where you expect. Review create_hot_publish_page.py for any unexpected network calls before running; from the provided code there are no obvious remote endpoints but verify the full file.
4) Be cautious with publish_to_clawhub.sh: It invokes the clawhub CLI and will prompt you to login (opens browser). Only run it if you trust the publisher and intend to publish — it may interact with external services and your ClawHub account.
5) Validate tests and templates: test_skill.py asserts the presence of template variables and enforces a performance check; tests may be flaky (timing thresholds) and expect files that are currently missing. Fix or supply template.html and re-run tests before publishing.
6) Review optional integrations: The docs reference integrations (feishu, browser automation, xiaohongshu-auto-publish). Those are not implemented here, but avoid enabling/integrating with other skills or services until you review their required credentials.
If you want, I can: (a) scan create_hot_publish_page.py for any network or hidden behaviors line-by-line, (b) search SKILL.md for the exact control characters and show their positions, or (c) suggest a minimal template.html to restore functionality.
功能分析
Type: OpenClaw Skill
Name: xiaohongshu-hot-publish
Version: 1.1.0
The skill bundle is a legitimate tool designed to generate semi-automated content for the Xiaohongshu (XHS) platform. The core logic in `create_hot_publish_page.py` uses template-based generation to create HTML and JSON files based on user-provided themes, and the documentation (SKILL.md, README.md) is consistent with this purpose. No evidence of data exfiltration, malicious execution (such as eval/exec or suspicious subprocess calls), or harmful prompt injection was found across the scripts or instructions.
能力评估
Purpose & Capability
The skill's code and documentation mostly match the description (content generation + HTML page with copy/open/track features). However several runtime artifacts referenced throughout the docs and tests are missing from the manifest (notably template.html). Tests and code expect a template file and template variables (e.g. '{{BRAND_NAME}}', '{{CONTENT_SELECTOR}}') — but template.html is not present in the file list. That makes the package incomplete and not coherent with its stated usage.
Instruction Scope
SKILL.md instructions stay within the declared purpose (generate content and create an HTML page). But the pre-scan found unicode-control-chars in SKILL.md (prompt-injection style). While the visible instructions are normal, the presence of control characters can be used to hide or manipulate content and should be inspected. The SKILL.md also directs use of an upload script that invokes an external CLI (clawhub) and opens browser login — expected for publishing but worth noting.
Install Mechanism
There is no install spec (lower risk), and included code runs locally. The only executable artifact is publish_to_clawhub.sh which calls the ClawHub CLI (clawhub publish/login) — this is an optional publishing helper rather than an installer. No network-download installs or obscure URLs were found. Still, the upload script will attempt to interact with external services if run.
Credentials
The skill declares no required environment variables or credentials, which matches the content-generation/local-HTML purpose. One caveat: the publish_to_clawhub.sh script requires the user to be logged into the ClawHub CLI (it will run 'clawhub login' and open a browser). The SKILL.md also mentions optional integrations (feishu, browser automation) but these are only references — no credentials are declared or required by the packaged code.
Persistence & Privilege
The skill is not always-enabled and does not request elevated/system-wide privileges. It does not declare any persistent background components. Autonomous model invocation is allowed by default but that is platform-normal and not by itself a security flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaohongshu-hot-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaohongshu-hot-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
优化版本:完整的文档、测试套件、使用示例、错误处理
元数据
常见问题
小红书热点半自动化发布系统 是什么?
帮助小红书创作者生成主题内容并半自动化管理发布流程,支持复制、一键切换、时间规划和状态跟踪。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 小红书热点半自动化发布系统?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaohongshu-hot-publish」即可一键安装,无需额外配置。
小红书热点半自动化发布系统 是免费的吗?
是的,小红书热点半自动化发布系统 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
小红书热点半自动化发布系统 支持哪些平台?
小红书热点半自动化发布系统 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 小红书热点半自动化发布系统?
由 ShiXiangYu2(@shixiangyu2)开发并维护,当前版本 v1.1.0。
推荐 Skills