ワンクリックで
openai-tts
Render text to mp3 via OpenAI's tts-1-hd. Use for video narration, demo voiceovers, audio notes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Render text to mp3 via OpenAI's tts-1-hd. Use for video narration, demo voiceovers, audio notes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate a daily morning briefing: email, calendar, Discord, and news — delivered via voice or Discord DM.
Make conversational phone calls and join Zoom meetings via Twilio + Gemini. Multi-turn AI conversations on the phone on behalf of the user.
Sutando introspection — read logs + git + memory + build log for a chosen time window and produce a concise narrative of what the agent has been doing, what's broken, and what to prioritize next.
File a bug report, feature request, or feedback about Sutando to the team from any surface (chat, Discord, Telegram, or a voice-delegated task). Reuses the cloud /api/feedback API and auto-attaches diagnostic context. Use when the user says "report a bug", "something's broken, file it", "I have a feature request", etc.
Track Claude Code quota usage via Anthropic API rate limit headers. Shows 5h and 7d utilization, reset times, and quota status. Works with both subscription and API key auth.
Zoom meeting control for Sutando's voice and phone agents — contributes the summon (join + screen share), dismiss (leave meeting), and join_zoom (join with computer audio, no share) inline tools.
| 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"