vox

Installation
SKILL.md

Vox

vox 当成一个编排入口,而不是单一 TTS skill。

先切到 skill 根目录(SKILL.md 所在目录)再执行脚本,避免相对路径错误。

使用方式

  1. 先读 references/intents.md,判断请求属于哪个场景。
  2. 再读 references/orchestration-matrix.md,选择该场景的最小 happy path。
  3. 只加载当前场景需要的 1 个 playbook;不要把所有 playbook 都读进上下文。
  4. 按场景执行:
    • 轻操作:profilemodel status/path 直接执行业务命令。
    • 重操作:ASRTTSpipeline 先走 bash scripts/ensure_model.sh ...,再执行业务命令。
    • 安装/体检:优先 bash scripts/health_gate.sh;只有命令不可用或环境报错时才 bash scripts/bootstrap.sh --check
  5. 名称、profile、模型不明确时,先查一次本地状态,不要猜。
  6. 失败后按 env / model / input / runtime 分类回退,不要把广谱预检塞回主流程。
  7. 交付前只按矩阵和 references/checklist.md 要求做门禁;普通轻操作不要额外跑 doctorhealth_gate
Installs
7
GitHub Stars
1
First Seen
Feb 19, 2026
vox — catoncat/vox-cli