Podcast
Create and grow podcasts by planning episodes, producing audio or video, generating clips, and building audience across formats.
clawhub install podcastTranscribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install voice-transcribe # Then just tell Claude: "use Voice Transcribe to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install voice-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.).
uv run /Users/darin/clawd/skills/voice-transcribe/transcribe <audio-file>
then respond based on the transcribed content.vocab.txt (for hints) or replacements.txt (for guaranteed fix). see sections below.# transcribe a voice memo
transcribe /tmp/voice-memo.ogg
# pipe to other tools
transcribe /tmp/memo.ogg | pbcopy
/Users/darin/clawd/skills/voice-transcribe/.env: OPENAI_API_KEY=sk-...
vocab.txt (one per line) to help the model recognize names/jargon:
Clawdis
Clawdbot
replacements.txt:
wrong spelling -> correct spelling
clawhub voice-transcribe meeting.mp3 --vocabulary "公司名,技术术语" --format jsonCreate and grow podcasts by planning episodes, producing audio or video, generating clips, and building audience across formats.
clawhub install podcastCreate chapters, highlights, and show notes from podcast audio or transcripts. Use when a user wants chapter markers, highlight clips, or show-note drafts without publishing or distribution actions.
clawhub install podcast-chaptering-highlights