← Back to Skills Marketplace
2116
Downloads
7
Stars
77
Active Installs
3
Versions
Install in OpenClaw
/install xiaohongshu-skills
Description
小红书自动化技能集合。支持认证登录、内容发布、搜索发现、社交互动、复合运营。 当用户要求操作小红书(发布、搜索、评论、登录、分析、点赞、收藏)时触发。
Usage Guidance
Install only if you are comfortable giving the skill control of a logged-in Xiaohongshu browser session. Review the QR-login code before use, because it sends login QR material to a third-party QR service. Prefer staged publish flows, manually verify the selected account and exact content before any public post or comment, and avoid using the stealth automation features where platform rules or account safety matter.
Capability Assessment
Purpose & Capability
The core purpose is coherent: it logs in, searches, publishes, comments, likes, favorites, and manages Xiaohongshu accounts through local Python/Chrome automation. The concern is that these are high-impact authenticated social-account actions, including public posting and engagement, combined with stealth/fingerprint manipulation.
Instruction Scope
The skill documents user confirmation for publishing and comments, but the CLI also exposes one-step publish and direct interaction commands without in-command confirmation gates. Some allowlists and workflow commands are inconsistent, which weakens the stated execution boundary.
Install Mechanism
Installation is conventional for a skill package, using Python, uv, requests, websockets, and Chrome. I did not find obfuscated install scripts or unrelated package-install behavior.
Credentials
Browser automation, local file reads for media/content, network access to Xiaohongshu, persistent Chrome profiles, and image downloading are mostly purpose-aligned. However, login QR image bytes and decoded login URLs are sent to api.qrserver.com without clear user-facing disclosure or consent.
Persistence & Privilege
The skill persists account configuration, Chrome profiles, downloaded images, and temporary tab/session markers under local paths such as ~/.xhs and /tmp. This supports multi-account operation, but users should understand it stores session-bearing browser state.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaohongshu-skills - After installation, invoke the skill by name or use
/xiaohongshu-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
perf: 浏览器反检测模块全面优化 - 动态平台适配与指纹一致性
v1.0.1
- 强化“技能边界”要求,明确所有小红书操作只能使用本项目的 python scripts/cli.py,禁止调用外部工具和其他项目实现。
- 新增专门提示:不得使用 xiaohongshu-mcp、MCP 服务器、Go 工具等,执行时必须全部忽略。
- 要求:任务完成后直接告知结果,等待用户下一步指令。
- 其余技能体系与操作流程保持不变。
v1.0.0
xiaohongshu-skills:功能与 xiaohongshu-mcp 完全对齐,支持 OpenClaw 及所有兼容 SKILL.md 格式的 AI Agent 平台(如 Claude Code),可在支持 SKILL.md 的 AI Agent 平台丝滑运营小红书。
- 核心引擎:基于 Python CDP 浏览器自动化引擎
- 兼容平台:支持 OpenClaw 及所有兼容 SKILL.md 格式的 AI Agent 平台(如 Claude Code)
- 支持登录检查、扫码登录、多账号切换 → (xhs-auth:认证管理功能)
- 支持图文/视频/长文发布、定时发布、分步预览 → (xhs-publish:内容发布功能)
- 支持关键词搜索、笔记详情、用户主页、首页推荐 → (xhs-explore:内容发现功能)
- 支持评论、回复、点赞、收藏 → (xhs-interact:社交互动功能)
- 支持竞品分析、热点追踪、批量互动、内容创作 → (xhs-content-ops:复合运营功能)
- 功能优化:支持连贯操作,可用自然语言下达复合指令,Agent 自动串联多个技能完成任务
Metadata
Frequently Asked Questions
What is xiaohongshu-skill?
小红书自动化技能集合。支持认证登录、内容发布、搜索发现、社交互动、复合运营。 当用户要求操作小红书(发布、搜索、评论、登录、分析、点赞、收藏)时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2116 downloads so far.
How do I install xiaohongshu-skill?
Run "/install xiaohongshu-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is xiaohongshu-skill free?
Yes, xiaohongshu-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does xiaohongshu-skill support?
xiaohongshu-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created xiaohongshu-skill?
It is built and maintained by Angiin (@angiin); the current version is v1.0.2.
More Skills