← ClaudeAtlas

claws-dolisted

Daily-driver skill that auto-classifies any /claws-do request into one of 6 class tiers (Shell/Worker/Fleet/Lead/Titan/Legion) plus CU modifier — plus meta-routes for plan, auto, goal, and fix.
neunaha/claws · ★ 9 · AI & Automation · score 76
Install: claude install-skill neunaha/claws
## Live state (injected at activation) Working tree: !`git status --short` Active terminals: !`mcp__claws__claws_list` --- ## What this is Daily-driver Claws command. Accepts any task, classifies into one of 6 class tiers or a meta-route, fires the right MCP tool. Priority-ordered: broken-state → autonomy → planning → goal → CU modifier → class tier. ## When to invoke Any task: shell commands, worker missions, parallel fleets, lead armies, titan deep-work, legion campaigns, or when unsure which command to use. ## When NOT to invoke - Know the right command already → use it directly. - Read-only lookups → Bash directly. ## Decision tree **Step 0** — Silent recall: `claws_recall({ query: <task>, limit: 5 })`. Surface ≤3 results inline. **Step 0.1** — CU scan: task matches screenshot/click/type/OCR/mouse/drag/scroll/key-combo → apply **CU modifier** (`CLAWS_COMPUTER_USE=1` + `claws_request_cu_session`). CU is orthogonal — class-tier routing still runs. Do NOT skip to a fixed "CU route." **Priority for meta-routes**: fix (10) > auto (8) > plan (7) > goal (9) > class dispatch. Default class: Worker (Class 2). | Route | Trigger | Tool | Model | Ceiling | |-------|---------|------|-------|---------| | Class 1 — Shell | single command, no Claude | `claws_exec` | — | 2 min | | Class 2 — Worker | fix/refactor/mission (default) | `claws_worker` → Monitor | sonnet | 30 min | | Class 3 — Fleet | 2–6 independent parallel tasks | `claws_fleet` → N Monitors | sonnet | 30 min | |