| name | avatar-stop |
| description | Speak a brief goodbye and rest the VAPE desktop-pet avatar and voice server gracefully. |
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:
- 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.
- Run
uv run vape stop (foreground; returns quickly).
- 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.