autoclaw-cc-xiaohongsh…
小红书自动化 Skills,直接使用你已登录的浏览器和真实账号,以普通用户的方式操作小红书。 支持 OpenClaw 及所有兼容 SKILL.md 格式的 AI Agent 平台(如 Claude Code)。 ⚠️ 使用建议:虽然本项目使用真实的用户浏览器和账号环境,但仍建议控制使用频率,避免短时间内大量操作。频繁的自动化行为可能触发小红书的风控机制,导致账号受限。 📰 作者也在运营一个 AI 资讯网站 — 欢迎关注。
基于 xiaohongshu-mcp 的 Agent Skills 集合,为小红书提供完整的自动化操作能力。兼容 Agent Skills 开放标准,支持 OpenClaw、Claude Code 等平台。
$ npx -y skills add autoclaw-cc/xiaohongshu-mcp-skills --agent claude-code
What's inside
基于 xiaohongshu-mcp 的 Agent Skills 集合,为小红书提供完整的自动化操作能力。兼容 Agent Skills 开放标准,支持 OpenClaw、Claude Code 等平台。
| Skill | 说明 |
|---|---|
| setup-xhs-mcp | 安装部署 xiaohongshu-mcp 服务 |
| xhs-login | 登录管理(扫码登录、状态检查、重新登录) |
| post-to-xhs | 发布图文/视频笔记 |
| xhs-search | 搜索笔记(支持多维度筛选) |
| xhs-explore | 浏览推荐流、查看笔记详情和评论 |
| xhs-interact | 互动操作(点赞、收藏、评论、回复) |
| xhs-profile | 查看用户主页和作品 |
| xhs-content-plan | 内容策划(热门分析、竞品研究、选题建议) |
setup-xhs-mcp skill 引导完成下载本项目到本地后,解压到 OpenClaw 的 SKILLS 目录下重启会话生效。
# 项目级别
cp -r skills/ .claude/skills/
# 或全局级别
cp -r skills/ ~/.claude/skills/
根 SKILL.md 可作为统一入口使用,也可以直接使用各子 skill。
# 首次使用:安装 MCP 服务和登录
/setup-xhs-mcp
/xhs-login
# 搜索和浏览
/xhs-search 美食探店
/xhs-explore
# 发布内容
/post-to-xhs
# 互动
/xhs-interact
MIT
.gitignore
CLAUDE.md
LICENSE
README.md
SKILL.md
skills/
post-to-xhs/
SKILL.md
setup-xhs-mcp/
SKILL.md
xhs-content-plan/
SKILL.md
xhs-explore/
SKILL.md
xhs-interact/
SKILL.md
xhs-login/
SKILL.md
xhs-profile/
SKILL.md
xhs-search/
SKILL.md小红书自动化 Skills,直接使用你已登录的浏览器和真实账号,以普通用户的方式操作小红书。 支持 OpenClaw 及所有兼容 SKILL.md 格式的 AI Agent 平台(如 Claude Code)。 ⚠️ 使用建议:虽然本项目使用真实的用户浏览器和账号环境,但仍建议控制使用频率,避免短时间内大量操作。频繁的自动化行为可能触发小红书的风控机制,导致账号受限。 📰 作者也在运营一个 AI 资讯网站 — 欢迎关注。
FAQ
xiaohongshu-mcp-skills is a Claude Code plugin with 8 hand-picked skills for automation work, indexed on Flowy. Install it with the command on its page. It includes post-to-xhs, setup-xhs-mcp, xhs-content-plan. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.