Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/multi-account-switcher:multi-account-switchFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /multi-account-switch - Manual Account Switch Manually switch to a specific account. --- ## Execution Flow ### Step 1: Parse Arguments Get the target account name or email from command arguments. ### Step 2: Validate Account Check if the account exists in the manager. ### Step 3: Switch Account Update the credential store with the target account's token. ### Step 4: Notify User Inform user to restart Claude Code session for changes to take effect. --- ## Implementation --- ## Usage --- ## Notes - After switching, you need to restart the Claude Code session - The swit...
Manually switch to a specific account.
Get the target account name or email from command arguments.
Check if the account exists in the manager.
Update the credential store with the target account's token.
Inform user to restart Claude Code session for changes to take effect.
# Switch to specified account
bash ${CLAUDE_PLUGIN_ROOT}/scripts/account-manager.sh switch "<account_name_or_email>"
/multi-account-switch work
/multi-account-switch [email protected]
/multi-account-list to see available accountsnpx claudepluginhub shaun0927/awesome-claude-plugins --plugin multi-account-switcher