Help us improve
Share bugs, ideas, or general feedback.
From xiaohongshu-skill
Fetches detailed Xiaohongshu feed information via xiaohongshu-mcp HTTP API. Supports loading all comments with customizable limit. Run via Node.js script with Bash.
npx claudepluginhub ibreez3/xiaohongshu-skillHow this skill is triggered — by the user, by Claude, or both
Slash command
/xiaohongshu-skill:get-feed-detail-skillThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get detailed information about a Xiaohongshu feed using the xiaohongshu-mcp HTTP API.
Posts comments to Xiaohongshu feeds via xiaohongshu-mcp HTTP API using Node.js script. Requires feed_id, xsec_token, and content via environment variables. Useful for social media automation.
Fetches specific X/Twitter tweets by URL or ID via API. Activates on shared URLs or queries like 'get this tweet', 'read this X post'. Returns text, metrics, author, entities. Requires X_BEARER_TOKEN.
Extracts Xiaohongshu post content including text, images, and video transcripts via Whisper, formats as Markdown, and saves to Obsidian vault. Use with post URLs.
Share bugs, ideas, or general feedback.
Get detailed information about a Xiaohongshu feed using the xiaohongshu-mcp HTTP API.
This skill receives the following parameters:
node skills/get-feed-detail-skill/scripts/get-feed-detail.mjs
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
After execution, return the feed details to the caller.