← 返回 Skills 市场
小红书自动发布技能
作者
Xuanying Chen
· GitHub ↗
· v1.0.0
· MIT-0
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xhs-note-auto-publish
功能描述
自动生成并发布小红书笔记,支持用户指定主题和自动热点选题两种模式,完成内容创作和一键发布。
安全使用建议
This skill appears to be what it says: a local script that builds prompts and asks your OpenClaw agent to generate posts, then relies on your installed xhs skill to publish. Before installing: 1) Confirm which Xiaohongshu account the existing xhs skill is configured to use (to avoid posting from the wrong account). 2) Be aware the script instructs the agent to publish without confirmation and to 'publish once' automatically — if you want manual review, modify the script to require confirmation before calling the xhs publish action. 3) Review and test in a safe environment (or with a test account) to verify content quality and compliance with platform rules. 4) If you plan to enable cron, confirm scheduling and frequency to avoid account-rate limits. The code is local and does not fetch remote archives or request unrelated credentials, but it will cause outbound posts via your xhs skill, so verify that skill's permissions and tokens first.
功能分析
Type: OpenClaw Skill
Name: xhs-note-auto-publish
Version: 1.0.0
The skill is a legitimate automation tool for generating and publishing Xiaohongshu (XHS) notes, primarily focused on Singapore education topics. It consists of a bash script (xhs-auto-publish-v2.sh) that constructs prompts for the OpenClaw agent to generate content and an installation script (setup.sh) that manages file placement and permissions. While the script instructs the agent to publish content 'without confirmation' (无需确认), this is the core intended functionality of the 'auto-publish' feature and is clearly documented in SKILL.md and README.md.
能力评估
Purpose & Capability
Name/description match the included scripts and docs. The skill requires the existing 'xhs' (小红书) skill and an OpenClaw agent, and the scripts call the agent to generate content and then rely on the xhs skill to publish — this is coherent for an auto-publish tool.
Instruction Scope
SKILL.md and the main script only build prompts and call 'openclaw agent --message ... --agent main' to generate content then rely on the xhs skill to publish. They do not read unrelated files or env vars. Note: the scripts instruct the agent to publish '无需确认' (without confirmation) and to '仅发布一次,无论成功与否均停止' — this reduces user-in-the-loop control and means the agent/xhs skill will perform outbound publishing automatically, which users should be aware of.
Install Mechanism
No remote download or package install is performed. The provided setup.sh operates on local files (permission changes and copying into the workspace). No URLs, extract actions, or external installers are used.
Credentials
The skill declares no required environment variables or credentials itself. It depends on an installed 'xhs' skill for publishing (which is where account credentials would live). No unrelated credentials or secrets are requested by these files.
Persistence & Privilege
always:false and user-invocable:true. The install script copies the runnable script into the workspace so it can be scheduled (cron) or invoked by the agent — this is normal. Users should note the script's default behavior to publish automatically (no confirmation) and the recommendation for cron scheduling, which can create ongoing automated publishing if configured.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xhs-note-auto-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/xhs-note-auto-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:支持外部主题模式和自动选题模式,包含幂等性保护和标准化输出
元数据
常见问题
小红书自动发布技能 是什么?
自动生成并发布小红书笔记,支持用户指定主题和自动热点选题两种模式,完成内容创作和一键发布。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 小红书自动发布技能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xhs-note-auto-publish」即可一键安装,无需额外配置。
小红书自动发布技能 是免费的吗?
是的,小红书自动发布技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
小红书自动发布技能 支持哪些平台?
小红书自动发布技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 小红书自动发布技能?
由 Xuanying Chen(@luckychay)开发并维护,当前版本 v1.0.0。
推荐 Skills