← Back to Skills Marketplace
小红书自动发布技能
by
Xuanying Chen
· GitHub ↗
· v1.0.0
· MIT-0
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xhs-note-auto-publish
Description
自动生成并发布小红书笔记,支持用户指定主题和自动热点选题两种模式,完成内容创作和一键发布。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xhs-note-auto-publish - After installation, invoke the skill by name or use
/xhs-note-auto-publish - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:支持外部主题模式和自动选题模式,包含幂等性保护和标准化输出
Metadata
Frequently Asked Questions
What is 小红书自动发布技能?
自动生成并发布小红书笔记,支持用户指定主题和自动热点选题两种模式,完成内容创作和一键发布。 It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install 小红书自动发布技能?
Run "/install xhs-note-auto-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 小红书自动发布技能 free?
Yes, 小红书自动发布技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 小红书自动发布技能 support?
小红书自动发布技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 小红书自动发布技能?
It is built and maintained by Xuanying Chen (@luckychay); the current version is v1.0.0.
More Skills