Voice Transcribe
Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
clawhub install voice-transcribeCreate and grow podcasts by planning episodes, producing audio or video, generating clips, and building audience across formats.
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install podcast # Then just tell Claude: "use Podcast to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install podcast
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.).
~/podcasts/<show>/
├── brand/ # Cover art, intro/outro, music
├── episodes/ # One folder per episode
│ └── 001/
│ ├── outline.md
│ ├── recording.mp3
│ ├── transcript.md
│ ├── show-notes.md
│ └── clips/
├── guests.md # Guest tracker + relationship notes
└── analytics.md # Performance patterns
formats.md |
| Audio and video production techniques | production.md |
| AI-generated podcast creation | ai-generation.md |
| Growth, SEO, social, monetization | growth.md |
| Episode planning, scripts, show notes | episodes.md |
| Tools, platforms, APIs | tools.md |clawhub install podcast && clawhub podcast plan --topic '科技新闻' --duration 30 && clawhub podcast generate --episode 1 --format audio --output podcast.mp3Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
clawhub install voice-transcribeCreate 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