xhs-explore
xhs-explore lets you browse Xiaohongshu's recommendation feed and access individual note details with full comment threads. Retrieve recommended notes from your home feed, then drill into specific posts to see content, images, author info, and engagement metrics.
xhs-explore lets you browse Xiaohongshu's recommendation feed and view note details with comments.
AI-generated summary based on this skill's SKILL.md
Install
autoclaw-cc/xiaohongshu-mcp-skills/xhs-explore
git clone https://github.com/autoclaw-cc/xiaohongshu-mcp-skills
cp -r xiaohongshu-mcp-skills/skills/xhs-explore ~/.claude/skills/xhs-explorenpx skillfed install autoclaw-cc/xiaohongshu-mcp-skills/xhs-exploreFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I browse xiaohongshu feed with xhs-explore?
xhs-explore lets you browse Xiaohongshu's recommendation feed to discover trending notes. Use the feed browsing functionality to view recommended content from your home feed, then select notes that interest you to explore further. The skill retrieves notes with author information and engagement metrics.
How can I view xiaohongshu notes and their full details?
xhs-explore retrieves full note details including content, images, author info, and interaction data. Access note content by feed_id to get comprehensive information about specific posts. Each note displays engagement metrics alongside the author's profile information.
Can xhs-explore load all comments and nested replies?
Yes, xhs-explore supports viewing and loading all comments with optional nested reply expansion. Browse through comment threads to see user interactions and discussions on individual notes. The skill handles both top-level comments and nested replies within those threads.
What information does xhs-explore provide about xiaohongshu posts?
xhs-explore provides comprehensive post data including note content, images, author details, and interaction metrics. When you access a note by feed_id, you receive full engagement data such as likes, shares, and comment counts alongside the original post information.
How do I discover trending content on xiaohongshu using xhs-explore?
xhs-explore's primary function is browsing Xiaohongshu's recommendation feed to discover trending notes. The skill prioritizes feed discovery, letting you explore recommended content and identify popular posts. Once you find interesting notes, drill into them for detailed engagement data and comment threads.
SKILL.md
rendered from the published skill — quoted content, verbatim
输入判断
- 用户想浏览推荐 → 步骤 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 |
| 笔记已删除或不可见 | 告知用户该笔记无法访问 |
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/xhs-explore/SKILL.md