watch
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Watch Skill
Launch the Karkinos worker monitor TUI in a new terminal window.
Usage
/karkinos:watch
Instructions
When the user invokes /karkinos:watch, follow these steps:
1. Check if karkinos CLI is installed
which karkinos || echo "NOT_FOUND"
2. If installed, spawn the TUI
karkinos watch --spawn
This opens the TUI in a new Terminal window (macOS) or terminal emulator (Linux).
3. If not installed, provide instructions
Tell the user:
The karkinos CLI is not installed. Install it with:
uv tool install karkinos
Or if you have the source:
uv tool install /path/to/karkinos
Then run: karkinos watch --spawn
Notes
- The TUI must run in a separate terminal from Claude Code
- Use
--spawnto automatically open a new terminal:- VS Code/Cursor: Splits the current terminal pane
- Terminal.app: Opens a new window
- Linux: Opens gnome-terminal, xterm, or konsole
- Use
--no-crabsto disable the animated crab header - Use
--speed 0.2for faster animation
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- macOS · Linux
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Usage
When the user invokes /karkinos:watch, follow these steps:
1. Check if karkinos CLI is installed
This opens the TUI in a new Terminal window (macOS) or terminal emulator (Linux).
Tell the user:
The TUI must run in a separate terminal from Claude Code Use --spawn to automatically open a new terminal: VS Code/Cursor: Splits the current terminal pane
# Watch Skill
Launch the Karkinos worker monitor TUI in a new terminal window.
## Usage
```
/karkinos:watch
```
## Instructions
When the user invokes `/karkinos:watch`, follow these steps:
### 1. Check if karkinos CLI is installed
```bash
which karkinos || echo "NOT_FOUND"
```
### 2. If installed, spawn the TUI
```bash
karkinos watch --spawn
```
This opens the TUI in a new Terminal window (macOS) or terminal emulator (Linux).
### 3. If not installed, provide instructions
Tell the user:
```
The karkinos CLI is not installed. Install it with:
uv tool install karkinos
Or if you have the source:
uv tool install /path/to/karkinos
Then run: karkinos watch --spawn
```
## Notes
- The TUI must run in a separate terminal from Claude Code
- Use `--spawn` to automatically open a new terminal:
- **VS Code/Cursor**: Splits the current terminal pane
- **Terminal.app**: Opens a new window
- **Linux**: Opens gnome-terminal, xterm, or konsole
- Use `--no-crabs` to disable the animated crab header
- Use `--speed 0.2` for faster animation Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → Instructions → 1. Check if karkinos CLI is installed → 2. If installed, spawn the TUI → 3. If not installed, provide instructions → Notes
terms -> VS Code/Cursor · Terminal.app · Linux · Launch the Karkinos worker monitor TUI in a new terminal window. · This opens the TUI in a new Terminal window (macOS) or terminal emulator (Linux).
files/cmd -> /karkinos:watch · --spawn · --no-crabs · --speed 0.2
body sha256 -> 191c62910a41
Decide Fit First
Design Intent
How To Use It
Boundaries And Review