← 返回 Skills 市场
Xhs Skills
作者
zengfan-ai
· GitHub ↗
· v1.0.0
· MIT-0
145
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xhs-skills
功能描述
小红书自动化技能集合。支持认证登录、内容发布、搜索发现、社交互动、复合运营。 当用户要求操作小红书(发布、搜索、评论、登录、分析、点赞、收藏)时触发。
安全使用建议
This skill appears to do what it claims: it automates Xiaohongshu by driving your real browser and account via a local WebSocket bridge and a Chrome extension. Before installing or using it, consider the following:
- Inspect the extension source (extension/*.js and manifest.json) before loading it into Chrome. Loading it grants the extension permissions to access site data on xiaohongshu domains, read cookies for that domain, capture screenshots, and use the Chrome debugger API.
- The debugger permission and cookies access are required for uploading local files and interacting as your logged-in browser, but they are powerful: only install if you trust the repository and you understand the trade-offs.
- The bridge server listens on localhost (ws://localhost:9333). Prefer keeping it bound to localhost and do not expose the port to external networks. Run it only when you intend to use the skill.
- File uploads: the tool will accept absolute local file paths and can upload files from your disk; avoid using sensitive account(s) with high value or multiple critical accounts you cannot risk.
- Rate limits and automation: follow the README guidance to avoid high-frequency actions which may trigger platform protections.
If you want more assurance, you can: (1) run the code in an isolated environment, (2) audit extension messages to the bridge (e.g., run bridge_server.py with logging), or (3) use a throwaway/testing account instead of a primary account.
能力评估
Purpose & Capability
Name/description (XHS automation: login, publish, search, interact) match the files and runtime instructions. Required binaries (python3, uv) and the presence of a CLI, bridge server, extension, and many xhs/ modules are appropriate and expected for this functionality.
Instruction Scope
SKILL.md explicitly restricts the agent to use this project's CLI (python scripts/cli.py) and describes required flows (login check, absolute file paths, user confirmation for publish/comment). Those instructions reference local files, starting Chrome, and the local bridge — all consistent with a local browser-automation workflow. Note: the extension + bridge allow reading cookies, running JS in the page's MAIN world, capturing screenshots, and uploading local files; these are required for the stated capabilities but have privacy implications.
Install Mechanism
No automatic install spec; the README directs manual download/clone and manual loading of the extension. That is lower risk than an automated remote download/install. The project depends on installing Python packages via 'uv', which is consistent with pyproject.toml.
Credentials
The skill requests no environment variables or external credentials, which is proportionate. However, the Chrome extension requests permissions that expose browser state (cookies, host access to xiaohongshu domains, and the 'debugger' permission). These permissions are necessary for working with the user's logged-in browser and for setting file inputs via CDP, but they are powerful — installing the extension gives it access to site cookies and the ability to use Chrome's debugging APIs.
Persistence & Privilege
always:false and normal autonomous invocation. The skill does not request permanent platform-level inclusion. It does require the user to install a browser extension and run a local bridge server; those components remain present on the user's machine only if the user installs/runs them.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xhs-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/xhs-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of 小红书自动化技能集合:
- 支持认证登录、内容发布、搜索发现、社交互动、复合运营五大子技能的自动化路由与执行。
- 强制所有小红书操作仅通过本项目的 CLI(python scripts/cli.py)完成,禁止调用外部实现。
- 登录状态自动检测,发布和评论操作需二次人工确认。
- 所有 CLI 输出采用 JSON 格式,确保结构化反馈结果。
- 包含详细快速开始命令及常见失败处理指引。
元数据
常见问题
Xhs Skills 是什么?
小红书自动化技能集合。支持认证登录、内容发布、搜索发现、社交互动、复合运营。 当用户要求操作小红书(发布、搜索、评论、登录、分析、点赞、收藏)时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。
如何安装 Xhs Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xhs-skills」即可一键安装,无需额外配置。
Xhs Skills 是免费的吗?
是的,Xhs Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Xhs Skills 支持哪些平台?
Xhs Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Xhs Skills?
由 zengfan-ai(@zengfan-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills