claws-helplisted
Install: claude install-skill neunaha/claws
# Skill: claws-help
## What this is
Command-and-tool reference for the Claws orchestration framework. Covers execution tier selection (Solo→Worker→Fleet→Wave→Titan→Legion), all 17 slash commands grouped by intent, Computer Use basics, and a Levenshtein did-you-mean matcher for unknown `/claws-X` inputs. See [[claws-do]] for the task-classifier that dispatches into these tiers.
## When to invoke
- User asks "what can Claws do?" or "which command does X?"
- User types an unknown `/claws-X` command and needs a suggestion
- Choosing the right execution tier before dispatching work
## When NOT to invoke
- Task and tier are already known — invoke [[claws-do]] directly
- Debugging a live failure — use [[claws-fix]] instead
- Interactive onboarding — use [[claws-tour]] (8-step walkthrough)
## Steps
**Tier selection** — pick the lowest tier that covers the task:
| Tier | Tool | Use when |
|------|------|----------|
| 1 Solo | `claws_exec` / Bash | One command, quick lookup |
| 2 Worker | `claws_worker` | One focused Claude session |
| 3 Fleet | `claws_fleet` | 2–8 independent parallel tasks |
| 4 Wave | `claws_wave_create` | Dependent multi-worker coordination |
| 5 Titan | `claws_titan` | Multi-phase autonomous audit (≥45 min) |
| 6 Legion | `claws_legion` | Multi-titan campaign (≥4 h) |
**Slash commands** — grouped by intent:
| Group | Commands |
|-------|----------|
| Do | `/claws-do`, `/claws-auto`, `/claws-goal`, `/claws-plan` |
| Fix | `/claws-fix`, `/claws-diagnose`