get-feed-detail-skill
Installation
SKILL.md
Get Feed Detail Skill
Get detailed information about a Xiaohongshu feed using the xiaohongshu-mcp HTTP API.
Parameters
This skill receives the following parameters:
- feed_id: The feed ID (required)
- xsec_token: Access token for the feed (required)
- load_all_comments: Whether to load all comments (optional, default: false)
- limit: Limit number of comments when load_all_comments is true (optional, default: 20)
Execution
Run the script
node skills/get-feed-detail-skill/scripts/get-feed-detail.mjs
Environment Variables
Pass parameters via environment variables:
export XIAOHONGSHU_FEED_ID="feed_id_here"
export XIAOHONGSHU_XSEC_TOKEN="token_here"
export XIAOHONGSHU_LOAD_ALL_COMMENTS="true"
export XIAOHONGSHU_COMMENT_LIMIT="50"
node skills/get-feed-detail-skill/scripts/get-feed-detail.mjs
Return the result
After execution, return the feed details to the caller.
Related skills
More from ibreez3/xiaohongshu-skill
search-feeds-skill
Search Xiaohongshu content by keyword via HTTP API
10post-comment-skill
Post a comment to a Xiaohongshu feed via HTTP API
8list-feeds-skill
List feeds from Xiaohongshu homepage via HTTP API
7check-login-skill
Check Xiaohongshu login status and display QR code if needed
7publish-image-text-skill
Publish image/text content to Xiaohongshu (Little Red Book) via HTTP API
7publish-video-skill
Publish video content to Xiaohongshu (Little Red Book) via HTTP API
7