用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sonichi/sutando --skill openai-tts命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Infer stable semantic workstreams for ungrouped Sutando task history and apply the validated assignments to the durable workstream sidecar. Use for internal task-workstream-grouping maintenance tasks, initial history backfills, and later batches of tasks that need cross-channel or cross-device workstream organization.
Start Sutando's autonomous proactive loop. Monitors tasks, runs health checks, and builds missing capabilities on a recurring schedule.
Make conversational phone calls and join Zoom meetings via Twilio + Gemini. Multi-turn AI conversations on the phone on behalf of the user.
基于 SOC 职业分类
正在显示 SKILL.md
| name | openai-tts |
| description | Render text to mp3 via OpenAI's tts-1-hd. Use for video narration, demo voiceovers, audio notes. |
| user-invocable | true |
Synthesize speech via OpenAI tts-1-hd. Reads OPENAI_API_KEY from .env.
This is offline synthesis — distinct from voice-agent's bidirectional Gemini Live audio.
Usage: /openai-tts [text]
ARGUMENTS: $ARGUMENTS
alloy, ash, coral (default), echo, fable, nova, onyx, sage, shimmer.
bash "$SKILL_DIR/scripts/synthesize.sh" -- "Hello, this is Sutando."
bash "$SKILL_DIR/scripts/synthesize.sh" --voice ash --out /tmp/intro.mp3 -- "Hi."
Default output path: results/openai-tts-{epoch}.mp3. Cost: ~$0.02 per 60s of narration.
If ARGUMENTS is empty, ask the user for the text. Otherwise:
bash "$SKILL_DIR/scripts/synthesize.sh" -- "$ARGUMENTS"