From teamclaude-sidecar
Login to TeamClaude server to get a CLI token for plugin authentication
How this skill is triggered — by the user, by Claude, or both
Slash command
/teamclaude-sidecar:loginThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the TeamClaude login script to authenticate this CLI plugin with the server.
Run the TeamClaude login script to authenticate this CLI plugin with the server.
The script will:
~/.teamclaude/tokenExecute:
node "${CLAUDE_PLUGIN_ROOT}/scripts/login.mjs" $ARGUMENTS
After login succeeds, confirm to the user that authentication is complete and the plugin will use the saved token automatically for all future requests. Only SIDECAR_API_BASE_URL environment variable is needed going forward.
If the user hasn't set SIDECAR_API_BASE_URL, remind them to add it to their shell profile:
export SIDECAR_API_BASE_URL="https://your-server.com"
npx claudepluginhub 8de4732a/teamclaudeAuthenticates with the Woz service. Supports browser-based login and token-based login for automated flows.
Instructs running `uvx yutori-mcp login` in terminal for Yutori authentication, saving API key to enable Yutori tools. Required before other Yutori skills.
Configures WeChat channel in Claude Code: runs QR login via terminal or link, checks credentials status, clears credentials, sets custom API base URL.