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