Agent skill

qwen3-tts-local

真正的本地语音合成服务,使用 Edge-TTS 引擎,零依赖、零配置、完全离线可用,支持多语言和多种音色

anbeimegithub.com/anbeimeGitHub ↗
claude-codeships scripts
Install
npx skills add anbeime/skill --skill qwen3-tts-local --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 2 KB
Bundled scripts: yes
Path: skills/qwen3-tts-local/qwen3-tts-local/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 本地语音合成服务(Edge-TTS) ## 核心功能 - **真正的本地 TTS**:使用 Microsoft Edge 浏览器引擎,无需 API - **零依赖部署**:只需安装 edge-tts 库 - **完全离线**:首次下载后无需网络连接 - **多语言支持**:中文、英语、日语、韩语等 - **多种音色**:20+ 预设音色,覆盖男声、女声、童声 ## 适用场景 - 视频配音:短视频、纪录片、企业宣传片 - 有声书制作:小说、故事、学习材料 - 辅助阅读:网页朗读、文档朗读 - 多语言学习:外语发音练习 - 离线使用:无网络环境下的语音合成 ## 触发方式 直接提出需求,无需任何配置。 ``` "朗读这段文本,用温柔女声" "生成英语配音" "用日语朗读这段话" "用男声朗读解说词" ``` ## 工作流程 服务自动执行: 1. **文本分析**:识别语言、情感基调 2. **音色选择**:自动选择合适的预设音色 3. **语音生成**:调用本地 Edge-TTS 引擎 4. **结果验证**:验证音频质量和完整性 ## 音色列表 ### 中文音色 | 音色名称 | 性别 | 风格 | 适用场景 | |---------|------|------|---------| | zh-CN-XiaoxiaoNeural | 女 | 年轻活泼 | 广告、短视频 | | zh-CN-YunyangNeural | 男 | 沉稳 | 纪录片、企业宣传 | | zh-CN-XiaohanNeural | 女 | 知性 | 新闻播报 | | zh-CN-YunjianNeural | 男 | 深沉 | 电影旁白 | | zh-CN-XiaomengNeural | 女 | 温柔 | 有声书、故事 | | zh-CN-YunxiNeural | 男 | 活泼 | 游戏解说 | ### 英语音色 | 音色名称 | 性别 | 风格 | 适用场景 | |---------|------|------|---------| | en-US-JennyNeural | 女 | 美式 | 商务对话 | | en-US-GuyNeural | 男 | 美式 | 新闻播报 | | en-GB-SoniaNeural | 女 | 英式 | 正式场合 | | en-GB-RyanNeural | 男 | 英式 | 文学朗读 | ### 其他语言 - **日语**:ja-JP-NanamiNeural(女)、ja-JP-KeitaNeural(男) - **韩语**:ko-KR-SunHiNeural(女)、ko-KR-InJoonNeural(男) - **德语**:de-DE-KatjaNeural(女)、de-DE-ConradNeural(男) - **法语**:fr-F

What's inside
Steps it walks through
  1. 核心功能
  2. 适用场景
  3. 触发方式
  4. 工作流程
  5. 音色列表
  6. 中文音色
  7. 英语音色
  8. 其他语言
  9. 使用示例
  10. 示例 1:基础朗读
  11. 示例 2:指定音色
  12. 示例 3:多语言
  13. 示例 4:情感表达
  14. 资源索引
Ships with 3 files
  • references/voice-guide.md
  • scripts/audio_processor.py
  • scripts/tts_generator.py
Commands it runs
pip install edge-tts
edge-tts --help
More from skill
All skills →
About this skill
What does the qwen3-tts-local skill do?

真正的本地语音合成服务,使用 Edge-TTS 引擎,零依赖、零配置、完全离线可用,支持多语言和多种音色

How do I install it?

Run `npx skills add anbeime/skill --skill qwen3-tts-local --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going