원클릭으로
setup
Configure claudeship after installation. Sets up statusline, accounts, and optional notifier.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Configure claudeship after installation. Sets up statusline, accounts, and optional notifier.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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).
Add a Claude Code account to the multi-account registry. Use when the user wants to register a new account.
List all registered Claude Code accounts with their config directories and colors.
Remove a Claude Code account from the multi-account registry.
| name | setup |
| description | Configure claudeship after installation. Sets up statusline, accounts, and optional notifier. |
| user-invocable | true |
| allowed-tools | Bash, Read, Edit |
Help the user configure claudeship. Walk through each section in order.
Detect the user's OS first:
!uname -s
Install the ClaudeNotifier menubar app via Homebrew:
brew install --cask claude-notifier
After install:
Run the Linux installer to set up the notification daemon and Waybar adapter:
bash ${CLAUDE_PLUGIN_ROOT}/../../notifier/install.sh
This installs claudeship-notifier (daemon) and claudeship-waybar-adapter to ~/.local/bin, and optionally creates a systemd user service. Follow the printed instructions to add the Waybar config snippet.
Without the notifier, all hooks still work — notification features just silently skip.
The statusline shows account info, git branch, model, context usage, and spend in the Claude Code status bar. Plugins cannot auto-configure this, so the user needs to add it manually.
Run this to get the resolved path:
!echo ${CLAUDE_PLUGIN_ROOT}/src/tools/statusline.py
Tell the user to add this to their ~/.claude/settings.json (or their account's settings.json):
"statusLine": {
"type": "command",
"command": "python3 <RESOLVED_PATH>"
}
Replace <RESOLVED_PATH> with the actual path printed above.
If the user wants to set up multi-account support, run the interactive wizard:
!python3 ${CLAUDE_PLUGIN_ROOT}/src/tools/accounts.py setup