← Back to Skills Marketplace
Xiaohongshu Assistant
by
cp3d1455926-svg
· GitHub ↗
· v1.0.0
· MIT-0
87
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-assistant
Description
小红书运营助手。支持文案生成、标题优化、话题标签推荐、发布时间建议。
Usage Guidance
This skill's documentation and SKILL.md are consistent with a simple, safe content generator, but the included code contains account-management and a 'publisher' module that invokes external Python scripts via subprocess and looks for a sibling/parent 'XiaohongshuSkills' repository. Before installing or running: 1) If you only want copy-generation, avoid importing or executing xhs_publisher.py and xhs_accounts.py — use only xiaohongshu_assistant.py and templates.py. 2) Inspect any external scripts referenced (the XHS_SKILLS_DIR path) — if those scripts exist on your machine they would be executed by the publisher functions. 3) Remove or sandbox publisher/account modules (or delete them) if you don't want any automatic publishing or credential storage. 4) Do not run publish/login functions unless you trust and have inspected the external XiaohongshuSkills scripts and understand what tokens or cookies they require. These mismatches could be benign leftover code, but they increase risk — manual review and disabling of publisher paths is recommended.
Capability Analysis
Type: OpenClaw Skill
Name: xiaohongshu-assistant
Version: 1.0.0
The bundle contains modules (xhs_publisher.py and xhs_accounts.py) designed for automated browser control and account management via subprocess calls to an external repository (XiaohongshuSkills). While the main assistant logic in xiaohongshu_assistant.py includes a hardcoded 'safety mode' that intercepts publishing requests to prevent automated actions, the underlying high-risk capabilities for platform automation and local command execution remain present. The structure of providing functional automation scripts while claiming they are disabled in the UI creates a significant risk surface.
Capability Assessment
Purpose & Capability
The name/description and SKILL.md focus on content generation (文案/标题/标签/发布时间). However the repository includes xhs_publisher.py and xhs_accounts.py which implement automated publishing, subprocess calls to external scripts, and read/write account files. That extra functionality is not needed for a pure copywriting assistant and expands the capability set beyond the stated purpose.
Instruction Scope
SKILL.md itself is instruction-only and describes generation templates and safe manual publishing, but it references scripts and resources (scripts/generate_copy.py, scripts/optimize_title.py, references/*.md) that are not present in the file manifest. The runtime code (xhs_publisher.py) instructs subprocess.run to call external Python scripts in an external 'XiaohongshuSkills' repo (a path that walks up directories). This means if those external scripts exist on the host, the skill code could run them — a broader scope than the prose indicates.
Install Mechanism
There is no install spec and no network/download in the manifest. That's low-risk from an installer perspective; nothing in the skill attempts to fetch remote archives during install.
Credentials
The skill declares no required environment variables or credentials, which is consistent with a copywriting assistant. However, xhs_publisher and xhs_accounts expect local account/token files (e.g., xhs_accounts.json, posts.json) and accept tokens/xsec_token arguments. Those could be used to store or consume credentials outside the declared manifest; the skill does not explicitly request them but the code supports credential storage and passing to external scripts.
Persistence & Privilege
The skill is not set always:true and does not modify other skills. It does read and write local files (accounts/posts JSON) under its directory, which is reasonable for local drafts/account metadata, but it also constructs paths that go up three levels to reach an external 'XiaohongshuSkills' repo — that cross-directory access is worth attention.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaohongshu-assistant - After installation, invoke the skill by name or use
/xiaohongshu-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
xiaohongshu-assistant 1.0.0 · 小红书运营助手首发上线
- 支持一键生成小红书文案,覆盖种草、测评、教程等多种风格,自动添加 emoji。
- 提供爆款标题优化工具,生成10个多样化标题建议。
- 智能推荐10-15个热门、大流量的标签,避免违规词。
- 根据不同用户群体,给出最佳发布时间及流量高峰参考。
- 内置详尽的文案模板、标题公式、热门标签及运营规范指引。
Metadata
Frequently Asked Questions
What is Xiaohongshu Assistant?
小红书运营助手。支持文案生成、标题优化、话题标签推荐、发布时间建议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install Xiaohongshu Assistant?
Run "/install xiaohongshu-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xiaohongshu Assistant free?
Yes, Xiaohongshu Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Xiaohongshu Assistant support?
Xiaohongshu Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Xiaohongshu Assistant?
It is built and maintained by cp3d1455926-svg (@cp3d1455926-svg); the current version is v1.0.0.
More Skills