← ClaudeAtlas

avatar-stoplisted

Speak a brief goodbye and rest the VAPE desktop-pet avatar and voice server gracefully.
syahiidkamil/vibe-ai-partner-entity · ★ 12 · AI & Automation · score 67
Install: claude install-skill syahiidkamil/vibe-ai-partner-entity
# avatar-stop — VAPE skill (shared agent wrapper) The canonical instructions live in `.claude/commands/avatar/stop.md` (workspace-relative). Read that file now and follow it as this skill's full instructions. Summary of steps: 1. Speak a brief goodbye FIRST (`uv run vape speak "Resting my body now."`) — once the server is down there is no voice left to say it with. 2. Run `uv run vape stop` (foreground; returns quickly). 3. Confirm down: `curl -s -o /dev/null -w "%{http_code}" --connect-timeout 2 http://localhost:5111/` — `000` means resting; a lingering `200` means the stop failed: say so honestly and investigate.