← Back to Skills Marketplace
Xhs Skills
by
zengfan-ai
· GitHub ↗
· v1.0.0
· MIT-0
145
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xhs-skills
Description
小红书自动化技能集合。支持认证登录、内容发布、搜索发现、社交互动、复合运营。 当用户要求操作小红书(发布、搜索、评论、登录、分析、点赞、收藏)时触发。
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xhs-skills - After installation, invoke the skill by name or use
/xhs-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of 小红书自动化技能集合:
- 支持认证登录、内容发布、搜索发现、社交互动、复合运营五大子技能的自动化路由与执行。
- 强制所有小红书操作仅通过本项目的 CLI(python scripts/cli.py)完成,禁止调用外部实现。
- 登录状态自动检测,发布和评论操作需二次人工确认。
- 所有 CLI 输出采用 JSON 格式,确保结构化反馈结果。
- 包含详细快速开始命令及常见失败处理指引。
Metadata
Frequently Asked Questions
What is Xhs Skills?
小红书自动化技能集合。支持认证登录、内容发布、搜索发现、社交互动、复合运营。 当用户要求操作小红书(发布、搜索、评论、登录、分析、点赞、收藏)时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install Xhs Skills?
Run "/install xhs-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xhs Skills free?
Yes, Xhs Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Xhs Skills support?
Xhs Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created Xhs Skills?
It is built and maintained by zengfan-ai (@zengfan-ai); the current version is v1.0.0.
More Skills