avatar-stoplisted
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.