원클릭으로
account-add
Add a Claude Code account to the multi-account registry. Use when the user wants to register a new account.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add a Claude Code account to the multi-account registry. Use when the user wants to register a new account.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Configure claudeship after installation. Sets up statusline, accounts, and optional notifier.
View and restore git-based backups of your Claude config directory. List backups, diff changes, or restore files.
Link a Claude Code account's settings and plugins back to a shared account (default ~/.claude).
Unlink a Claude Code account so it has its own standalone settings and plugins (no longer shared via symlinks).
List all registered Claude Code accounts with their config directories and colors.
Remove a Claude Code account from the multi-account registry.
| name | account-add |
| description | Add a Claude Code account to the multi-account registry. Use when the user wants to register a new account. |
| user-invocable | true |
| allowed-tools | Bash |
| argument-hint | ["account-name"] |
Run python3 ${CLAUDE_PLUGIN_ROOT}/src/tools/accounts.py add $ARGUMENTS and report the result.
Required args: <name> --config-dir <path> --color <color>
Optional: --display-name <name> --monthly-limit <amount> --link-to <account>
Valid colors: blue, green, orange, red, purple, yellow
--link-to symlinks plugins/ and settings.json from the new account to the specified account, so they share plugin installations and config.
Example: account-add work --config-dir ~/.claude-work --color red --link-to personal