get-feed-detail-skill

Retrieve Xiaohongshu feed metadata and comments via MCP HTTP API.

21|8|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/ibreez3/xiaohongshu-skill --skill get-feed-detail-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: get-feed-detail-skill
Source: https://github.com/ibreez3/xiaohongshu-skill/tree/main/skills/get-feed-detail-skill
Command: npx skills add https://github.com/ibreez3/xiaohongshu-skill --skill get-feed-detail-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It removes the manual effort of looking up a Xiaohongshu feed and compiling its detailed metadata and comments.

Core Features & Use Cases

  • Feed Detail Retrieval via MCP HTTP API: Fetch complete feed information for a given feed_id and xsec_token.
  • Optional Comment Loading: Load either a limited comment set or all comments for deeper analysis.
  • Use Case: When reviewing a competitor post or verifying engagement context, request the feed detail to inspect content, author context, and comments in one step.

Quick Start

Call get-feed-detail-skill with XIAOHONGSHU_FEED_ID, XIAOHONGSHU_XSEC_TOKEN, optionally XIAOHONGSHU_LOAD_ALL_COMMENTS and XIAOHONGSHU_COMMENT_LIMIT, then run the provided script to print the feed detail JSON.

Frequently Asked Questions about get-feed-detail-skill

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

FAQPage Schema
How do I retrieve Xiaohongshu feed details and comments using an MCP HTTP API?▼

You retrieve Xiaohongshu feed details by POSTing a JSON-RPC request to the tools/call endpoint with feed_id, xsec_token, and comment parameters, then parsing the returned content text as JSON.

What do I need to fetch Xiaohongshu post metadata for content auditing?▼

To fetch Xiaohongshu post metadata for content auditing, you need the specific feed_id and the corresponding xsec_token to authenticate your request via the MCP HTTP API.

Can I load all comments for a Xiaohongshu feed through the API?▼

Yes, you can load all comments for a Xiaohongshu feed by setting the load_all_comments parameter in your request, or use the optional limit parameter to fetch a restricted comment set.

Does fetching Xiaohongshu feed metadata work without a feed_id?▼

No, fetching Xiaohongshu feed metadata requires a valid feed_id and an xsec_token to target and authorize the retrieval of the specific post data via the MCP HTTP API.

What is the best way to investigate competitor engagement on Xiaohongshu?▼

To investigate competitor engagement on Xiaohongshu, retrieve feed details and optionally all associated comments in one step to inspect content, author context, and engagement data together.