get-feed-detail-skill

Retrieves Xiaohongshu feed metadata and optional comments via xiaohongshu-mcp HTTP API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It saves time by retrieving complete Xiaohongshu feed details (and optionally comments) that would otherwise require manual browsing and copying.

Core Features & Use Cases

  • Feed detail retrieval: Pulls structured metadata for a specific feed ID using the xiaohongshu-mcp HTTP API.
  • Optional comment loading: Loads all comments when requested, with a configurable limit for practical use.
  • Use case: When you need to analyze engagement on a specific post for research or reporting, you can fetch the feed payload plus comments in one call instead of repeatedly navigating the app.

Quick Start

Run the script with XIAOHONGSHU_FEED_ID and XIAOHONGSHU_XSEC_TOKEN set to obtain the feed details from the MCP HTTP endpoint.

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 get Xiaohongshu feed details for engagement analysis?

To get Xiaohongshu feed details, you can use an HTTP API to fetch structured metadata and comments for a specific feed ID, replacing manual browsing and copying for engagement analysis workflows.

Can I load all comments on a Xiaohongshu post via API?

Yes, you can load all comments on a Xiaohongshu post by enabling the optional comment loading feature, which also supports a configurable limit to manage the volume of retrieved data.

What do I need to retrieve Xiaohongshu post metadata using an MCP server?

To retrieve Xiaohongshu post metadata, you need an accessible MCP server URL, a target feed ID, and the corresponding xsec token to authenticate the HTTP API request.

Does fetching Xiaohongshu feed details require a specific MCP endpoint configuration?

Yes, fetching Xiaohongshu feed details requires configuring an MCP HTTP endpoint, which defaults to a local server address and uses the xiaohongshu-mcp method to call the get_feed_detail tool.

What is the best way to analyze Xiaohongshu post engagement for research?

The best way to analyze Xiaohongshu post engagement is to fetch the feed payload and full comment content in a single API call, providing complete structured data for research or reporting.

Why does my Xiaohongshu feed detail API call return missing data?

Your Xiaohongshu feed detail API call might return missing data if the required feed ID or xsec token environment variables are not set correctly, or if the MCP server connection fails.