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.
How 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.
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.
npx claudepluginhub ibreez3/xiaohongshu-skillPosts 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.
Extracts Xiaohongshu post content including text, images, and video transcripts via Whisper, formats as Markdown, and saves to Obsidian vault. Use with post URLs.
Scrapes X/Twitter data via Xquik API: tweet search, user lookup, follower export, media download, monitoring, webhooks, MCP setup. Read-only default, API-key only, no login.