← 返回 Skills 市场
195
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaohongshu-auto-publisher
功能描述
Posts content (images/videos) to Xiaohongshu (Little Red Book) automatically using Playwright. Use this skill when you need to publish content to Xiaohongshu.
安全使用建议
This skill appears to do what it says: automate an interactive login (via your browser) and then publish using the saved Playwright storage state. Before installing or running it: (1) review the two Python scripts yourself (they are short and readable); (2) be aware state.json will contain session cookies/tokens — store it securely, or remove it when you no longer need automated publishing; (3) prefer running the initial login and publishing in an isolated environment or with a dedicated Xiaohongshu account if you’re concerned about credential exposure; (4) install Playwright via the documented steps (pip install playwright && playwright install chromium); and (5) note SKILL.md references the 'requests' package though the code does not use it (harmless, but a minor documentation mismatch). If you need stronger assurance, run the scripts in a disposable VM or container so the saved state and browser artifacts remain isolated.
功能分析
Type: OpenClaw Skill
Name: xiaohongshu-auto-publisher
Version: 0.0.1
The skill is a legitimate automation tool for publishing content to Xiaohongshu (Little Red Book) using Playwright. The scripts (login.py and post.py) perform standard web automation tasks: capturing session state locally to state.json and interacting with the official creator studio UI to upload files and fill in post details. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the included artifacts: both scripts use Playwright to log in and publish to Xiaohongshu. No unrelated binaries or credentials are requested.
Instruction Scope
Instructions are narrowly scoped to interactive login and posting. They instruct saving/loading a storage_state (state.json) in the skill directory — this contains authentication cookies/tokens and is sensitive. No evidence the scripts read other system files or exfiltrate data to third‑party endpoints.
Install Mechanism
No install spec in the registry; SKILL.md tells the user to pip install Playwright and run playwright install chromium (standard). The docs mention 'requests' though the shipped scripts do not use it — minor inconsistency but not malicious.
Credentials
The skill requires no environment variables or external credentials, which is proportionate. However, it stores the authenticated browser state (cookies/tokens) in state.json under the skill folder; that file grants access to the logged-in Xiaohongshu account and should be protected or stored in a secure location.
Persistence & Privilege
always:false and no system-wide changes. The skill writes only its own state.json in its directory (normal for Playwright session persistence) and does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaohongshu-auto-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaohongshu-auto-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial release
元数据
常见问题
Xiaohongshu Auto Publisher 是什么?
Posts content (images/videos) to Xiaohongshu (Little Red Book) automatically using Playwright. Use this skill when you need to publish content to Xiaohongshu. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。
如何安装 Xiaohongshu Auto Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaohongshu-auto-publisher」即可一键安装,无需额外配置。
Xiaohongshu Auto Publisher 是免费的吗?
是的,Xiaohongshu Auto Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Xiaohongshu Auto Publisher 支持哪些平台?
Xiaohongshu Auto Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Xiaohongshu Auto Publisher?
由 Yi Xu(@widebluesky)开发并维护,当前版本 v0.0.1。
推荐 Skills