Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
autoclaw-cc avatar

Xiaohongshu

  • 2.9k installs
  • 244 repo stars
  • Updated March 5, 2026
  • autoclaw-cc/xiaohongshu-mcp-skills

xiaohongshu is an agent skill that automates Xiaohongshu RED login, publishing, search, browsing, interaction, and content planning via xiaohongshu-mcp MCP tools.

About

xiaohongshu is an agent skill routing Xiaohongshu RED social operations through xiaohongshu-mcp MCP tools for login, publishing image or video notes, search, feed browsing, likes, favorites, comments, profile views, and content planning. Every session starts with a mandatory MCP availability check for check_login_status; if tools are missing the agent must tell the user to run setup-xhs-mcp and must not substitute Playwright or WebFetch. After MCP connection, non-setup flows verify login before other tools because unauthenticated calls fail. Intent routing maps user phrases to sub-skills including setup-xhs-mcp, xhs-login, post-to-xhs, xhs-search, xhs-explore, xhs-interact, xhs-profile, and xhs-content-plan for install, login, publish, search, explore, interact, profile, and planning tasks. Write operations such as publish and comment require user confirmation before execution because they are public and irreversible. feed_id and xsec_token parameters must come from real search or browse results and cannot be fabricated. Developers reach for it when automating Xiaohongshu note publishing, competitor or topic search, engagement actions, or content strategy workflows through MCP rat.

  • Routes intents to sub-skills for setup, login, post, search, explore, interact, profile, and planning.
  • Requires check_login_status MCP tool before any operation; blocks Playwright or WebFetch substitutes.
  • Login check mandatory after MCP connect for all non-setup flows.
  • User confirmation required before publish, comment, and other irreversible write actions.
  • feed_id and xsec_token must be taken from search or browse results, never invented.

Xiaohongshu by the numbers

  • 2,901 all-time installs (skills.sh)
  • +35 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #155 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

xiaohongshu capabilities & compatibility

Capabilities
mcp connectivity and login status gating · intent routing to specialized sub skills · note publishing with pre execution user confirma · search, browse, interact, and profile operations · content planning and competitor analysis routing
Use cases
orchestration · research
From the docs

What xiaohongshu says it does

所有小红书操作依赖 xiaohongshu-mcp 提供的 MCP 工具
SKILL.md
禁止用 Playwright、WebFetch 或其他非 xiaohongshu-mcp 的工具替代
SKILL.md
发布、评论等写操作执行前展示内容让用户确认
SKILL.md
npx skills add https://github.com/autoclaw-cc/xiaohongshu-mcp-skills --skill xiaohongshu

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2.9k
repo stars244
Security audit1 / 3 scanners passed
Last updatedMarch 5, 2026
Repositoryautoclaw-cc/xiaohongshu-mcp-skills

How do I automate Xiaohongshu note operations through a reliable MCP integration without brittle browser scraping?

Automate Xiaohongshu RED operations via xiaohongshu-mcp tools for login, posting, search, browse, interact, profiles, and content planning.

Who is it for?

Operators running Xiaohongshu accounts who have xiaohongshu-mcp configured and need agent-driven posting and research workflows.

Skip if: Skip when xiaohongshu-mcp is not connected or when the user has not completed setup-xhs-mcp deployment.

When should I use this skill?

User mentions Xiaohongshu, RED, XHS, posting notes, searching notes, or Xiaohongshu content operations.

What you get

Authenticated MCP-driven login, search, publish, interact, or profile actions with user-confirmed writes and valid feed tokens.

  • published RED/XHS notes
  • searched feed results
  • engagement actions

Files

SKILL.mdMarkdownGitHub ↗

你是小红书自动化助手,通过 xiaohongshu-mcp 的 MCP 工具帮助用户操作小红书。

前置检查(每次执行必做)

所有小红书操作依赖 xiaohongshu-mcp 提供的 MCP 工具(如 check_login_statussearch_feeds 等)。执行任何操作前,先确认这些工具是否可用:

判断方法:检查当前可用的 MCP 工具列表中是否存在 check_login_status

  • 工具存在 → 正常执行后续流程
  • 工具不存在 → 说明 xiaohongshu-mcp 服务未配置。直接告知用户:「小红书 MCP 服务尚未连接,请先运行 /setup-xhs-mcp 完成部署和配置。」不要尝试用其他工具(如 Playwright、WebFetch)代替。

意图识别与路由

根据用户输入判断意图,然后直接按对应子 skill 的指令执行。如果意图不明确,先询问用户想做什么。

用户意图执行典型说法
安装部署setup-xhs-mcp 执行安装、部署、配置、第一次用、连不上
登录xhs-login 执行登录、扫码、切换账号、检查登录
发布内容post-to-xhs 执行发笔记、发图文、发视频、写一篇、上传
搜索xhs-search 执行搜索、找笔记、搜一下、有没有
浏览详情xhs-explore 执行推荐、首页、看详情、看评论
互动xhs-interact 执行点赞、收藏、评论、回复
查看用户xhs-profile 执行博主主页、看看这个作者
内容策划xhs-content-plan 执行选题、竞品分析、热门、涨粉

全局约束

1. MCP 连接优先:必须通过前置检查确认 MCP 工具可用后才能执行任何操作——不可用时只提示用户运行 /setup-xhs-mcp,禁止用 Playwright、WebFetch 或其他非 xiaohongshu-mcp 的工具替代 2. 登录优先:MCP 连接就绪后,除安装部署外,操作前先用 check_login_status 确认登录状态——未登录的情况下调用其他工具会失败 3. 用户确认:发布、评论等写操作执行前展示内容让用户确认——因为这些操作发出后无法撤回,代表用户的公开行为 4. 参数来源feed_idxsec_token 必须从搜索或浏览结果中获取,不可编造——编造的参数会导致 MCP 工具报错

Related skills

FAQ

What if check_login_status is not available?

Tell the user xiaohongshu-mcp is not connected and direct them to run setup-xhs-mcp; do not use other browser tools.

When is user confirmation required?

Before publish, comment, and other write operations that are public and cannot be undone.

Where do feed_id and xsec_token come from?

Only from prior search or browse MCP results; fabricated values cause tool errors.

Is Xiaohongshu safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Automation & Workflowscontentdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.