blog-audio

仓库创建 2026年7月1日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

适合为博客增加朗读、播客或无障碍音频输出。

▸ 风险提示

依赖 Google Gemini TTS 及相应凭据,需配置 API 密钥。

这个 Skill 做什么

用 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".

内容创作TTS音频朗读多语音Gemini CLI
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-audio/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-audio/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有