ワンクリックで
audio
Generate speech and audio using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate speech and audio using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
Run hosted browser automation and page extraction through the Skills runtime.
Run hosted deep research with parallel search, synthesis, citations, source notes, and downloadable report artifacts.
Generate images using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
Create and manage grouped tmux sessions where each session focuses on its own window and its own folder. Knows workspace layout, naming conventions, and both multi-project and multi-agent patterns.
Transcribe audio, video, YouTube, Vimeo, and generic media URLs with iapp-transcriber or the hosted Skills runtime. Supports OpenAI GPT-4o transcription, OpenAI diarization, ElevenLabs Scribe v2, DeepGram, chunking, source metadata, subtitles, and JSON outputs.
| name | audio |
| description | Generate speech and audio using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing. |
Generate speech or short audio from text using provider-backed audio models. This skill routes through the hosted Skills runtime so billing can reserve the selected provider/model cost before execution.
openai: tts-1, tts-1-hdminimax: speech-2.8-turbo, speech-2.8-hdgemini: gemini-2.5-flash-preview-tts, gemini-2.5-pro-preview-ttsaudio generate --provider openai --text "Welcome to Skills.md" --voice alloy --output ./voice.mp3
audio generate --provider minimax --model speech-2.8-turbo --text "Fast narration" --output ./voice.mp3
audio generate --provider gemini --text "Studio announcement" --output ./voice.wav
--provider: openai, minimax, or gemini--model: provider model override--text: text to synthesize--voice: provider-specific voice--format: output format such as mp3, wav, or opus--output: output file pathSKILLS_API_KEY: required for hosted runtime execution