From xiaohongshu-skill
Searches Xiaohongshu content by keyword via HTTP API with filters for sort order, note type, publish time, scope, and location.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xiaohongshu-skill:search-feeds-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
Search for content on Xiaohongshu using the xiaohongshu-mcp HTTP API.
Search for content on Xiaohongshu using the xiaohongshu-mcp HTTP API.
This skill receives the following parameters:
node skills/search-feeds-skill/scripts/search-feeds.mjs
Pass parameters via environment variables:
export XIAOHONGSHU_KEYWORD="美食"
export XIAOHONGSHU_SORT_BY="最多点赞"
export XIAOHONGSHU_NOTE_TYPE="图文"
node skills/search-feeds-skill/scripts/search-feeds.mjs
After execution, return the search results to the caller.
npx claudepluginhub ibreez3/xiaohongshu-skillFetches and lists feeds from Xiaohongshu homepage using xiaohongshu-mcp HTTP API via Node.js script. Useful for retrieving social media content programmatically.
Searches X/Twitter via API v2 for real-time dev discussions, product feedback, breaking news, expert opinions. Supports engagement sorting, user profiles, thread fetching, watchlists, result caching. Useful for recent discourse on library releases, API changes, launches.
Extracts Xiaohongshu post content including text, images, and video transcripts via Whisper, formats as Markdown, and saves to Obsidian vault. Use with post URLs.