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-transcribeConvert articles, blog posts, or any text into professional podcast scripts and TTS audio. Use when a user wants to: (1) Transform written content into conve...
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install podcast-generator # Then just tell Claude: "use Podcast Generator to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install podcast-generator
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.).
1. Billing check → scripts/billing.py --charge --user-id <id>
- Generate script → scripts/generate_script.py --input <file> --format <solo|dialogue>
- Generate audio → scripts/generate_audio.py --script <file> --output podcast.mp3
- View stats → scripts/stats.py (NEW)
SKILLPAY_API_KEY=sk_xxx python3 scripts/billing.py --charge --user-id <user_id>
success: true → proceedneeds_payment: true → return payment_url to user for top-up--balance — check user balance--payment-link — generate top-up linkpython3 scripts/generate_script.py --input article.txt --format solo --output script.md
python3 scripts/generate_script.py --input article.txt --format dialogue --output script.md
solo (single host) or dialogue (two hosts A/B with conversation).python3 scripts/generate_audio.py --script script.md --output podcast.mp3
edge-tts (pip install edge-tts). Uses different voices for Host A (female) and Host B (male). Falls back to segment list if edge-tts unavailable.python3 scripts/stats.py # Show usage stats
python3 scripts/stats.py --action log --title "Episode 1" --format solo --audio-seconds 120
SKILLPAY_API_KEY | Yes | SkillPay.me API key |references/script-templates.md for format details and voice options.clawhub podcast-generator create --input content.md --voice female-zh --background-music soft --output podcast/ --format mp3,transcriptCreate 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