xhs-explore

Retrieve Xiaohongshu recommended feeds and note details with comments.

Updated May 12, 2026
One-click install
npx skills add https://github.com/YeomanYe/skills --skill xhs-explore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xhs-explore
Source: https://github.com/YeomanYe/skills/tree/main/xiaohongshu/skills/xhs-explore
Command: npx skills add https://github.com/YeomanYe/skills --skill xhs-explore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

用户需要快速浏览小红书的推荐流、查看笔记详情以及评论,但常规操作繁琐且分散。本 Skill 将把推荐内容与笔记详情整合为一个可执行流程,提升浏览效率。

Core Features & Use Cases

  • 浏览推荐流:获取首页推荐笔记列表,展示标题、作者与互动数据,并包含 feed_id 与 xsec_token。
  • 查看笔记详情:通过 feed_id 获取笔记内容、图片、作者信息与互动数据,并可加载更多评论。
  • 交互与导航:引导用户进行点赞/收藏、发表评论及查看作者主页(通过 xhs-interact、xhs-profile 等工具)。
  • Use Case:需要快速定位感兴趣的笔记并了解其详情与互动情况时使用。

Quick Start

在需要查看推荐或某条笔记时,先获取推荐流以得到 feed_id,然后请求该笔记的详情。

Frequently Asked Questions about xhs-explore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I browse Xiaohongshu recommended feeds and view note details?

To browse Xiaohongshu recommended feeds, retrieve the homepage feed list to surface notes with titles, authors, and engagement data. You can then select a specific feed_id to fetch full note details including content, images, and author profile.

Can I load all comments on a Xiaohongshu note?

Yes, you can load comments on a Xiaohongshu note by using the load_all_comments parameter. This allows you to fetch either a subset of comments or the entire comment section when viewing note details.

What data is included when retrieving Xiaohongshu feeds?

Retrieving Xiaohongshu feeds returns a list of notes containing titles, author information, and engagement data. Each note also includes a specific feed_id and xsec_token required for fetching deeper note details.

How do I interact with notes or view author profiles on Xiaohongshu?

You can interact with Xiaohongshu notes by using actions like xhs-interact for liking, saving, or commenting, and xhs-profile to navigate directly to the author's homepage after retrieving the note details.

What navigation parameters are supported for scrolling through Xiaohongshu feeds?

When navigating Xiaohongshu feeds, the Skill supports parameters such as limit to control the number of items fetched, scroll_speed to manage browsing pace, and load_all_comments for retrieving note interactions.