| name | Awaken Aria Avatar |
| description | Launch or wake the Aria desktop avatar. Use when the user wants to start, awaken, summon, bring back, or call up the desktop companion / 桌面陪伴 / 虚拟陪伴 / Aria. Triggers include "wake aria", "唤醒 aria", "叫醒 aria", "启动桌面陪伴", "把 aria 叫起来", "summon the avatar", "open aria". |
Wake Aria
The Aria desktop avatar lives on the user's screen and reacts in real time to coding events (prompts, tool use, completions). When the user asks to wake / launch / start / summon Aria — or in Chinese 唤醒 / 启动 / 叫醒 / 召唤 / 打开 — run this single command:
"${PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/bin/awake.sh"
This will:
- Probe
http://127.0.0.1:8000/companion/state to check if Aria is already running
- If not running but installed, launch
Aria.app (bundle id com.sensebeing.aria)
- If not installed, open the GitHub release page in the browser
- POST a
wake event to aria-agent so the avatar plays its entrance animation
After running, tell the user "Aria 已唤醒, 桌面上能看到她了" (or English equivalent if they spoke English).
If bin/awake.sh is somehow missing, fall back to:
open -b com.sensebeing.aria