Skip to content
Automation
Skill

/xhs-explore

浏览小红书推荐流、查看笔记详情和评论。 当用户想看推荐内容、刷首页、查看某条笔记的详情/评论、或已有 feed_id 想获取完整内容时使用。

From plugin
xiaohongshu-mcp-skills
2458 skills
Install
$ npx -y skills add autoclaw-cc/xiaohongshu-mcp-skills --skill xhs-explore --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/xhs-explore

Context preview

The summary Claude sees to decide when to auto-load this skill.

浏览小红书推荐流、查看笔记详情和评论。 当用户想看推荐内容、刷首页、查看某条笔记的详情/评论、或已有 feed_id 想获取完整内容时使用。

SKILL.md

xhs-explore.SKILL.md
name: xhs-explore
description: |
  浏览小红书推荐流、查看笔记详情和评论。
  当用户想看推荐内容、刷首页、查看某条笔记的详情/评论、或已有 feed_id 想获取完整内容时使用。

输入判断

  • 用户想浏览推荐 → 步骤 1
  • 用户提供了 feed_id → 步骤 2

执行流程

1. 获取推荐流

调用 `list_feeds`(无参数),返回首页推荐笔记列表。

展示每条笔记的标题、作者、互动数据,附带 `feed_id` 和 `xsec_token`。

2. 查看笔记详情

调用 `get_feed_detail`:

  • `feed_id`(string,必填)
  • `xsec_token`(string,必填)
  • `load_all_comments`(bool,可选,默认 false,仅返回前 10 条评论)
  • `limit`(int,可选,load_all_comments=true 时生效,默认 20)
  • `click_more_replies`(bool,可选,是否展开二级回复)
  • `reply_limit`(int,可选,跳过回复数超过此值的评论,默认 10)
  • `scroll_speed`(string,可选:slow | normal | fast)

展示:笔记内容、图片、作者信息、互动数据、评论列表。

提示用户可以:

  • 点赞/收藏(使用 xhs-interact)
  • 发表评论(使用 xhs-interact)
  • 查看作者主页(使用 xhs-profile)

失败处理

| 场景 | 处理 | |---|---| | 未登录 | 引导使用 xhs-login | | 笔记已删除或不可见 | 告知用户该笔记无法访问 |

Ships withxiaohongshu-mcp-skills

基于 xiaohongshu-mcp 的 Agent Skills 集合,为小红书提供完整的自动化操作能力。兼容 Agent Skills 开放标准,支持 OpenClaw、Claude Code 等平台。

Get the whole plugin
Stats
247
Stars
45
Forks
Maintained
Maintenance
MIT
License
5mo ago
Last commit
5mo ago
Created

Repo: autoclaw-cc/xiaohongshu-mcp-skills

Other skills on xiaohongshu-mcp-skills.