← Back to Skills Marketplace
309
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-publish-wangzh
Description
自动化发布已准备好的小红书长文笔记,支持输入标题、正文和标签,完成排版优化及发布流程。
Usage Guidance
This skill appears to do what it says: drive a browser to publish content on creator.xiaohongshu.com. Before installing, verify you trust the local skill files (they're included here), and run it first with a test/dummy account. Ensure the OpenClaw browser automation service and the browser session are secured (don't use a shared or high-privilege account). Note the code requires a logged-in account in the browser — the skill will act with that account's privileges even though it doesn't request credentials. Optionally inspect index.js yourself (it contains only stubbed browser action functions; it also imports child_process.execSync but does not call it) and confirm no hidden network endpoints or unexpected commands are added before using in production.
Capability Analysis
Type: OpenClaw Skill
Name: xiaohongshu-publish-wangzh
Version: 1.0.0
The skill is a standard browser automation tool designed to automate the publishing of long-form content to the Xiaohongshu (RED) creator platform. The code in `index.js` and instructions in `SKILL.md` describe a legitimate workflow including navigation, content input, and form submission. No evidence of data exfiltration, malicious execution, or prompt injection was found; the unused `execSync` import in `index.js` appears to be vestigial boilerplate.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, README, and index.js all describe a browser-automation workflow to publish long-form notes on Xiaohongshu; required resources (browser automation, logged-in account) match the purpose and no unrelated credentials or services are requested.
Instruction Scope
SKILL.md and USAGE.md limit runtime actions to navigating creator.xiaohongshu.com and performing UI interactions (fill title/content, click publish). Instructions do not ask the agent to read arbitrary files, access unrelated env vars, or transmit data to third-party endpoints.
Install Mechanism
No install specification or external downloads are present; this is an instruction-only skill with a small local index.js. No archive downloads or untrusted URLs are used.
Credentials
The skill requires a logged-in Xiaohongshu creator account in the browser but does not request credentials or environment variables. Note: the automation will act with whatever account is currently logged into the browser — so its effective privileges are those of that account.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or access to other skills' configs. disable-model-invocation is false (normal), so an agent could invoke the skill autonomously if allowed by agent policies.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaohongshu-publish-wangzh - After installation, invoke the skill by name or use
/xiaohongshu-publish-wangzh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of xiaohongshu-publish.
- Automated publishing of long-form notes to Xiaohongshu via browser control
- Accepts title, content, and optional tags as input parameters
- Publishes prepared content following a standardized workflow
- Documentation included for installation, usage, and integration steps
Metadata
Frequently Asked Questions
What is 小红书长文发布?
自动化发布已准备好的小红书长文笔记,支持输入标题、正文和标签,完成排版优化及发布流程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 309 downloads so far.
How do I install 小红书长文发布?
Run "/install xiaohongshu-publish-wangzh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 小红书长文发布 free?
Yes, 小红书长文发布 is completely free (open-source). 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 WangZh (@wangzh999); the current version is v1.0.0.
More Skills