From xhs-poster
Set up the xhs-poster (小红书) plugin — install dependencies and complete QR code login. Run this after installing the media-publish-marketplace to get xhs-poster working. Trigger when the user mentions setup xhs, 配置小红书, or xhs-poster not working.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xhs-poster:setup-xhs-posterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide the user through setting up the xhs-poster plugin step by step.
Guide the user through setting up the xhs-poster plugin step by step.
Run in the plugin directory:
cd ${CLAUDE_PLUGIN_ROOT} && bun install
If bun is not found, tell the user to install Bun first: curl -fsSL https://bun.sh/install | bash
Use the get_login_qrcode MCP tool to generate a QR code, then ask the user to scan it with the Xiaohongshu app. After scanning, use check_login_status to verify.
If XHS_HEADLESS is set to false, the browser window will be visible for debugging.
Run list_accounts to confirm the login was saved. Then try check_login_status to make sure the session is valid.
cd ${CLAUDE_PLUGIN_ROOT} && bun install manually, check for errors.XHS_HEADLESS=false to see the browser and debug.r2-uploader plugin.npx claudepluginhub taotao7/media-publish-marketplace --plugin xhs-posterGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.