blog-audio
适合为博客增加朗读、播客或无障碍音频输出。
依赖 Google Gemini TTS 及相应凭据,需配置 API 密钥。
用 Google Gemini TTS 将博文生成多模式音频并输出 MP3 与嵌入代码。
用 Google Gemini TTS 把博文变成专业的音频:可生成短摘要朗读、整篇朗读,或两人对话的播客式配音,提供 30 种人声选项和多语言支持。输出 MP3 文件并附带 HTML5 音频嵌入代码,方便直接塞到页面上。若缺 API key 会优雅降级,不会直接报错。
▸ 展开 SKILL.md 英文原文
Generate audio narration of blog posts using Google Gemini TTS. Supports summary narration, full article read-aloud, and two-speaker podcast/dialogue mode with 30 voice options. Outputs MP3 with HTML5 audio embed code. Works standalone via /blog audio or internally from blog-write. Falls back gracefully when API key is not configured. Use when user says "blog audio", "narrate blog", "audio version", "text to speech", "tts", "podcast mode", "read aloud", "audio narration", "voice", "narration", "generate audio".
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-audio/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-audio/SKILL.md"# Blog Audio: Gemini TTS Narration for Blog Posts Generate professional audio narration of blog content using Google's Gemini TTS. Three modes: summary (200-300 word spoken overview), full article read-aloud, or two-speaker podcast dialogue. 30 voices, 80+ languages, HTML5 embed output. ## Quick Reference | Command | What it does | |---------|-------------| | `/blog audio generate <file>` | Generate audio narration of a blog post | | `/blog audio voices` | Show available voices with characteristics | | `/blog audio setup` | Check/configure API key for Gemini TTS | ## Prerequisites - Python 3.11+ (venv managed automatically by `run.py`) - `GOOGLE_AI_API_KEY` environment variable (same ke