Ai Podcast Creation
Create AI-powered podcasts with text-to-speech, music, and audio editing. Tools: Kokoro TTS, DIA TTS, Chatterbox, AI music generation, media merger. Capabili...
clawhub install ai-podcast-creationTranscribe audio files via OpenRouter using audio-capable models (Gemini, GPT-4o-audio, etc).
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install openrouter-transcribe # Then just tell Claude: "use Transcribe audio files via OpenRouter using audio-capable models to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install openrouter-transcribe
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
input_audio content type. Works with any audio-capable model.{baseDir}/scripts/transcribe.sh /path/to/audio.m4a
# Custom model (default: google/gemini-2.5-flash)
{baseDir}/scripts/transcribe.sh audio.ogg --model openai/gpt-4o-audio-preview
# Custom instructions
{baseDir}/scripts/transcribe.sh audio.m4a --prompt "Transcribe with speaker labels"
# Save to file
{baseDir}/scripts/transcribe.sh audio.m4a --out /tmp/transcript.txt
# Custom caller identifier (for OpenRouter dashboard)
{baseDir}/scripts/transcribe.sh audio.m4a --title "MyApp"
input_audio contentOPENROUTER_API_KEY env var, or configure in ~/.clawdbot/clawdbot.json:{
skills: {
"openrouter-transcribe": {
apiKey: "YOUR_OPENROUTER_KEY"
}
}
}
X-Title: Caller name (default: "Peanut/Clawdbot")HTTP-Referer: Reference URL (default: "https://clawdbot.com")mktemp -t file.wav) because macOS's mktemp adds random suffixes after the extension, breaking format detection.--rawfile for jq, @file for curl) instead of passing data as arguments.clawhub run openrouter-transcribe --audio ./audio.mp3 --model gemini-2.0-flash --language autoCreate AI-powered podcasts with text-to-speech, music, and audio editing. Tools: Kokoro TTS, DIA TTS, Chatterbox, AI music generation, media merger. Capabili...
clawhub install ai-podcast-creation