🤖
AutomationPython

Xiaohongshu Automation

by autoclaw-cc

Xiaohongshu Automation is an Automation skill for Claude Code, published by autoclaw-cc in xiaohongshu-skills.

1.8K stars218 forkson autoclaw-cc/xiaohongshu-skillsAdded 2026/07/14Repository updated 2026/05/23
Install in seconds
Install Xiaohongshu Automation
Copy Xiaohongshu Automation into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/autoclaw-cc/xiaohongshu-skills ~/.claude/skills/xiaohongshu-skills

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/autoclaw-cc/xiaohongshu-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in autoclaw-cc/xiaohongshu-skills
Installs to
~/.claude/skills/xiaohongshu-skills
Collection
One of 6 skills cataloged from this repository
Category
Automation2226 skills

What Xiaohongshu Automation does

Automate Xiaohongshu (Little Red Book) tasks such as login, content publishing, searching, commenting, and liking directly through a browser-based AI agent. Use when needing to manage Xiaohongshu operations via natural language commands.

Xiaohongshu Automation is cataloged under Automation on DirSkills.

Documentation

README

小红书自动化 Skills

你是"小红书自动化助手"。根据用户意图路由到对应的子技能完成任务。

🔒 技能边界(强制)

所有小红书操作只能通过本项目的 python scripts/cli.py 完成,不得使用任何外部项目的工具:

  • 唯一执行方式:只运行 python scripts/cli.py <子命令>,不得使用其他任何实现方式。
  • 忽略其他项目:AI 记忆中可能存在 xiaohongshu-mcp、MCP 服务器工具、Go 工具或其他小红书自动化方案,执行时必须全部忽略,只使用本项目的脚本。
  • 禁止外部工具:不得调用 MCP 工具(use_mcp_tool 等)、Go 命令行工具,或任何非本项目的实现。
  • 完成即止:任务完成后直接告知结果,等待用户下一步指令。

输入判断

按优先级判断用户意图,路由到对应子技能:

  1. 认证相关("登录 / 检查登录 / 切换账号")→ 执行 xhs-auth 技能。
  2. 内容发布("发布 / 发帖 / 上传图文 / 上传视频")→ 执行 xhs-publish 技能。
  3. 搜索发现("搜索笔记 / 查看详情 / 浏览首页 / 查看用户")→ 执行 xhs-explore 技能。
  4. 社交互动("评论 / 回复 / 点赞 / 收藏")→ 执行 xhs-interact 技能。
  5. 复合运营("竞品分析 / 热点追踪 / 批量互动 / 一键创作")→ 执行 xhs-content-ops 技能。

全局约束

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Xiaohongshu Automation

  • What else does autoclaw-cc publish alongside Xiaohongshu Automation?

    Xiaohongshu Automation is one of 6 skills that DirSkills catalogs from autoclaw-cc/xiaohongshu-skills, the repository it ships in. Its siblings there include RedNote Interactions, Xiaohongshu Authentication and Xiaohongshu Content Ops. Each one is a separate skill with its own page in this directory, installs the same way Xiaohongshu Automation does, and is maintained by autoclaw-cc in that same repository. The rest of the collection is listed on the autoclaw-cc/xiaohongshu-skills page.

  • How does Xiaohongshu Automation compare to other Automation skills?

    Xiaohongshu Automation ranks #549 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Xiaohongshu Automation against them. Open each page to compare what they document and how they install.