with one click
config
Configure claudewatch status line settings interactively
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Configure claudewatch status line settings interactively
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | config |
| description | Configure claudewatch status line settings interactively |
| allowed-tools | Bash, Read, Write, AskUserQuestion |
Configure the claudewatch status line. Read the current config from ~/.config/claudewatch/config.toml first to show ALL current values to the user.
Read and display the full current config as a formatted summary, e.g.:
Current claudewatch config:
theme = dracula
show_plan = true
show_5h = true
show_7d = true
show_extra = true
show_cost = false
show_cwd = false
show_branch = false
Ask the user what they want to configure:
Ask which theme. Show ALL 10 options: dracula, catppuccin-mocha, catppuccin-latte, nord, tokyo-night, gruvbox, solarized-dark, solarized-light, one-dark, rosepine
Since AskUserQuestion only supports 4 options, split into two questions:
Show all segment toggles with their current values. Ask which segments to toggle (multi-select):
Note: model name and context window are always shown and cannot be disabled.
Selected segments will be TOGGLED (true→false, false→true).
Write the FULL updated config to ~/.config/claudewatch/config.toml with ALL keys explicitly set. Example:
theme = "dracula"
show_plan = true
show_5h = true
show_7d = true
show_extra = true
show_cost = false
show_cwd = false
show_branch = false
Show the updated config summary. If the theme changed, tell them to restart Claude Code. Segment changes take effect on the next status line refresh (automatic).