Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

yummy-gen-voice美味的声音

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

4,896

周安装

174

GitHub Stars

公开资料未说明

下载量

1,568
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:yummy-gen-voice(美味的声音)
来源仓库:https://github.com/yummysource/yummy-gen-voice
安装命令:
openclaw skills install yummy-gen-voice
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install yummy-gen-voice

简介

通过 Gemini 合成语音与文本转音频,支持多人声旁白与配音生成。

  • 适用于播客制作、有声读物与多角色对话场景。yummy-gen-voice 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 输入文本与音色选择后可生成高质量音频文件,支持多种格式导出。
  • 涉及语音克隆与版权音乐边界,需确认使用许可与发布合规性。
  • 建议测试不同音色与长度,避免超长或敏感内容违规。

SKILL.md

name
yummy-gen-voice
version
1.0.0
description
Use when the user wants to synthesise speech or text-to-speech (TTS) audio with Gemini through yummycli, including single-speaker narration, multi-speaker dialogue (up to 2 speakers), and listing available voices.
metadata
requires
bins
["yummycli"]
skills
["yummy-shared"]
openclaw
requires
bins
["yummycli"]
primaryEnv
GEMINI_API_KEY
related_skills
["yummy-shared"]
hermes
tags
[audio, tts, speech, gemini, text-to-speech, voice, dialogue]
related_skills
["yummy-shared"]
requires_toolsets
["yummycli"]
install
package
@yummysource/yummycli
bins
["yummycli"]

Synthesise Speech

Generate spoken audio with yummycli gemini speak using Google Gemini TTS.

When to Use

Load this skill when the user asks to synthesise speech, convert text to audio, generate a voiceover, create a narration, or produce a spoken dialogue — including single-speaker TTS and multi-speaker conversation.

Prerequisite: Apply the yummy-shared skill first.

This skill covers three modes with a single command:

  • Single-speaker narration (one voice, any language)
  • Multi-speaker dialogue (up to 2 speakers, each with their own voice)
  • Listing available prebuilt voices

Command Contract

Two equivalent entry points are available:

Entry pointWhen to use
yummycli gemini speakDefault — human-friendly, Gemini TTS presets applied
yummycli audio speak --provider geminiScripting / automation — explicit, provider-agnostic form

Both share the same flags and defaults. Prefer gemini speak unless the task explicitly requires the provider-agnostic form.

Basic usage:

yummycli gemini speak --text "<text>"

With an explicit voice and output path:

yummycli gemini speak \
  --text "<text>" \
  --voice Kore \
  --output narration.wav

Optional controls:

--output <file.wav>
--model <model>
--voice <voice-name>
--language <bcp47-code>

Default values when omitted: --model gemini-3.1-flash-tts-preview, --voice Aoede.

Speaker Routing Rules

The presence of --speaker flags determines the synthesis path automatically:

InputBehaviour
No --speakerSingle-speaker synthesis. --voice selects the prebuilt voice.
1–2 --speaker flagsMulti-speaker dialogue. Each flag maps a speaker name to a voice. --voice must not be used together.

--voice and --speaker are mutually exclusive. Never pass both.

Model Selection

Default model: gemini-3.1-flash-tts-preview.

User saysUse
3.1, 3.1 flash, or no preferencegemini-3.1-flash-tts-preview (default)
2.5 flash or flash 2.5gemini-2.5-flash-preview-tts
2.5 pro or pro 2.5gemini-2.5-pro-preview-tts

Do not switch models from vague quality words alone.

Available Voices

30 prebuilt voices are available. Run yummycli gemini voices to list them all.

VoiceStyle
AoedeBreezy
KoreFirm
CharonInformative
PuckUpbeat
FenrirExcitable
ZephyrBright
LedaYouthful
OrusFirm
CallirrhoeEasy-going
AutonoeBright
EnceladusBreathy
IapetusClear
UmbrielEasy-going
AlgiebaSmooth
DespinaSmooth
ErinomeClear
AlgenibGravelly
RasalghulInformative
AchirdFriendly
ZubenelgenubiCasual
VindemiatrixGentle
SadachbiaLively
SadaltagerKnowledgeable
SulafatWarm
SchedarEven
GacruxMature
PulcherrimaForward
LaomedeiaUpbeat
AchernarSoft
AlnilamFirm

When the user does not specify a voice, use the default (Aoede). Only apply a different voice when the user explicitly names one or describes a style that clearly maps to a specific voice.

Language

  • Language is auto-detected from the input text when --language is omitted.
  • Pass --language only when the user explicitly specifies a language or when the text could be ambiguous (e.g. romanised transliteration).
  • Use BCP-47 codes: en-US, zh-CN, ja-JP, ko-KR, fr-FR, etc.

Intent to Parameters

Voice guidance:

  • For neutral or general-purpose narration, use the default Aoede (Breezy).
  • For formal or instructional content, consider Charon (Informative) or Kore (Firm).
  • For energetic or promotional content, consider Puck (Upbeat) or Fenrir (Excitable).
  • For warm conversational content, consider Sulafat (Warm) or Achird (Friendly).
  • Only switch from the default when the user's intent clearly maps to a specific style.

Output path guidance:

  • If --output is omitted, yummycli generates a timestamped .wav filename in the current working directory. Do not invent your own filename unless the user provides one.
  • The output path must end in .wav. Reject or correct any other extension.

Multi-speaker prompt format:

  • Each speaker's lines must be tagged with their name in square brackets: [Alice]: Hello! [Bob]: Hi there!
  • Speaker names in --speaker flags must exactly match the names used in --text.

Output Contract

Speak commands return JSON on stdout. Read the response and use the output field as the generated file path.

Single-speaker example:

{
  "provider": "gemini",
  "output": "tts_20260420_142301_047.wav",
  "model": "gemini-3.1-flash-tts-preview",
  "voice": "Aoede",
  "elapsed_seconds": 3
}

Multi-speaker example:

{
  "provider": "gemini",
  "output": "dialogue_20260420_143010_112.wav",
  "model": "gemini-3.1-flash-tts-preview",
  "speakers": [
    {"name": "Alice", "voice": "Aoede"},
    {"name": "Bob", "voice": "Kore"}
  ],
  "elapsed_seconds": 4
}

Execution Rules

  • Check yummycli auth status --provider gemini before running if credentials may not be configured.
  • Never pass --voice and --speaker together.
  • Never pass more than 2 --speaker flags — the API rejects it.
  • Speaker names in --speaker flags must match the names used in the --text prompt exactly.
  • If the command returns a validation error, fix the arguments before retrying. Do not retry with the same invalid arguments.
  • Report the final output path back to the user after a successful run.

Examples

Single-speaker narration:

yummycli gemini speak \
  --text "A golden retriever is the best dog in the world."

Narration with an explicit voice:

yummycli gemini speak \
  --text "Welcome to the future of AI-powered audio." \
  --voice Puck \
  --output welcome.wav

Chinese narration (auto-detected language):

yummycli gemini speak \
  --text "你好,欢迎使用 Gemini 语音合成服务。" \
  --voice Aoede \
  --output greeting.wav

Multi-speaker dialogue:

yummycli gemini speak \
  --text "[Alice]: 你好!今天天气真好。 [Bob]: 是啊,我们去散步吧!" \
  --speaker Alice:Aoede \
  --speaker Bob:Kore \
  --output dialogue.wav

List all available voices:

yummycli gemini voices

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.99%
按下载量换算1,207

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills