← ClaudeAtlas

claws-tourlisted

5-minute guided walkthrough — from fresh install to verified first worker spawn and computer-use demo. 10 steps, detection-aware branching.
neunaha/claws · ★ 9 · AI & Automation · score 78
Install: claude install-skill neunaha/claws
# Skill: claws-tour — Power-User Walkthrough ## What this is An interactive ~6-minute guided tour of Claws v0.8.3 advanced features. Covers multi-bin rotation, memory recall/write/cleanup, fleet dispatch, bracketed paste, monitored worker spawn, lifecycle phases, and the titan worker class. Beginner fundamentals (socket, wrapped terminals, basic send/read) live in `.claude/skills/claws-tour-steps.yaml`. ## When to invoke - User types `/claws-tour` or `/claws-tour --power` - User asks "show me how Claws works" or wants an onboarding walkthrough - A new team member needs a live demo of v0.8.3 features ## When NOT to invoke - User needs a single specific feature — route to [[claws-do]] or [[claws-help]] instead - A real titan or fleet mission is being dispatched — this tour uses demo-only workers - User is mid-task and needs a fix — use [[claws-self-heal]] or [[claws-fix]] ## Steps Full step definitions live in `.claude/skills/claws-tour-steps.yaml`. Execute each step live, verify success criteria, then proceed. If a step fails, note it and continue — do not block. Clean up ALL `tour-*` terminals at the end. High-level sequence: 1. Multi-bin check — `claws_get_bin()` 2. Multi-bin rotation — `claws_set_bin` round-trip 3. Memory recall — `claws_recall(query='worker dispatch', limit=3)` 4. Memory write — `claws_remember(slug='tour-demo-memory')` 5. Memory cleanup — `claws_forget(slug='tour-demo-memory')` 6. Memory pack install — `claws_pull_memories(pack='claws-canonical')