xhs-explore

Browse Xiaohongshu recommended feeds and retrieve note details with comments.

245|44|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/autoclaw-cc/xiaohongshu-mcp-skills --skill xhs-explore-autoclaw-cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xhs-explore
Source: https://github.com/autoclaw-cc/xiaohongshu-mcp-skills/tree/main/skills/xhs-explore
Command: npx skills add https://github.com/autoclaw-cc/xiaohongshu-mcp-skills --skill xhs-explore-autoclaw-cc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browsing Xiaohongshu's recommendations and accessing note details and comments can be time-consuming. This skill streamlines discovery and engagement by surfacing the home feed and enabling quick retrieval of note content.

Core Features & Use Cases

  • Browse the home feed to discover recommended notes with metadata such as title, author, and engagement data.
  • Retrieve detailed information for a specific note using its feed_id and xsec_token, including comments and pagination options.
  • View author profiles and related notes through convenient prompts to enhance discovery and interaction.

Quick Start

Fetch the home feed and then view details for a note by providing its 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 programmatically?

To browse Xiaohongshu recommended feeds, use the list_feeds function without parameters to discover homepage notes and retrieve metadata such as titles, authors, and engagement data.

How do I retrieve full note details and comments from a Xiaohongshu feed?

To retrieve full Xiaohongshu note details, call get_feed_detail with a specific feed_id and xsec_token, using optional parameters like load_all_comments and limit to control comment pagination.

What do I need to access Xiaohongshu note details?

Accessing Xiaohongshu note details requires a valid feed_id and xsec_token obtained from the home feed, which you pass to the get_feed_detail function to fetch content and comments.

Can I load all comments and replies when viewing a Xiaohongshu note?

Yes, you can load all comments when viewing a Xiaohongshu note by enabling load_all_comments, and use parameters like click_more_replies and reply_limit to manage nested reply retrieval.

What are the limitations of browsing Xiaohongshu home feeds?

Browsing Xiaohongshu home feeds is limited to recommended notes on the homepage without search parameters, and retrieving note details requires manually passing both feed_id and xsec_token for each item.