From douyin-poster
Set up the douyin-poster (抖音) plugin — install dependencies and complete QR code login. Run this after installing the media-publish-marketplace to get douyin-poster working. Trigger when the user mentions setup douyin, 配置抖音, or douyin-poster not working.
How this skill is triggered — by the user, by Claude, or both
Slash command
/douyin-poster:setup-douyin-posterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide the user through setting up the douyin-poster plugin step by step.
Guide the user through setting up the douyin-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 Douyin app. After scanning, use check_login_status to verify.
If DOUYIN_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.DOUYIN_HEADLESS=false in the plugin's mcpServers env config to see the browser and debug.DOUYIN_COOKIES_PATH env var to override the default ~/.media-mcp/douyin/ storage location.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub taotao7/media-publish-marketplace --plugin douyin-poster