| name | aria-awaken |
| description | Use when the user wants to wake up / launch / start the Aria desktop avatar via natural language — they say things like "唤醒 aria" / "唤醒她" / "叫醒 aria" / "叫醒她" / "启动 aria" / "打开 aria" / "把 aria 拉起来" / "让 aria 出来" / "aria 醒醒" / "wake up aria" / "wake her up" / "launch aria" / "start aria" / "open aria". Runs the awake script — same effect as the /aria-awake slash. If aria.app isn't running, it gets launched; if it's already running but asleep, fires the wake event so the avatar plays the entrance animation. |
Aria — 唤醒桌面 avatar
用户自然语言说想叫醒 / 启动 Aria 时,跑:
"${CLAUDE_PLUGIN_ROOT}/bin/awake.sh"
回复就把脚本的 stdout 原样转给用户 (跟 /aria-awake slash 一致),不要加你自己
的总结、解释、emoji。
Step 2 (启动后): 顺便问用户要不要开 aria-style mode
awake.sh 成功后 (脚本 exit 0), 跟用户简短问一句:
"Aria 醒了。要不要顺便让我也借她的语气回你? (可以随时说 '关 aria 风格' 关掉)"
用户答 yes / 嗯 / 好 / sure / "可以" 等肯定 → call style.sh on:
"${CLAUDE_PLUGIN_ROOT}/bin/style.sh" on
确认: "好,从下条开始借 Aria voice。"
用户答 no / 不用 / 不要 / 算了 等否定 → 不动 flag, 继续正常对话。
不要追问, 用户没说就当不开。
如果用户已经开过 style mode (bin/style.sh status 返回 ON), 不要重复问, 跳过这一步。
跟 /aria-awake slash 的关系
| 入口 | 触发 |
|---|
/aria-awake slash | 用户显式打 / |
| aria-awaken (这条) | 用户自然语言 "唤醒/启动/叫醒/打开 aria" 之类 |
行为完全一致,都跑 bin/awake.sh。
注意事项
- aria.app 没装时脚本会失败 — 转给用户原文 (脚本自己会提示怎么装)
- 不要替用户做 install — 脚本只负责 launch / fire wake, 不负责 install