Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计通过

voicevoice 开发

Agent Skill

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

总安装

624

周安装

25

GitHub Stars

267

下载量

202
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ninehills/skills --skill voice

简介

voice 用于辅助音频、音乐和语音素材处理。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合生成配乐说明、整理音频流程或调用语音工具。
  • 使用时需确认输入音频来源、输出格式和模型限制。
  • 涉及人声克隆或版权音乐时应先核对授权和合规边界。
  • voice 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Voice Skill — Local TTS via Qwen3-TTS

Generate voice messages completely offline using Qwen3-TTS on Apple Silicon.

Quick Usage

# Basic TTS (Chinese — use vivian or serena for female voice)
alma tts "Hello, I'm Alma" --voice vivian --output /tmp/voice.wav

# With emotion and speed control
alma tts "Haha that's so funny" --voice vivian --emotion cheerful --speed 1.1 --output /tmp/voice.wav

# English
alma tts "Hello, nice to meet you" --voice serena --output /tmp/voice.wav

Available Voices — ONLY THESE 9 EXIST! DO NOT USE ANY OTHER NAME!

VoiceGenderBest For
serenaFemaleEnglish/Chinese, cute and lively ← DEFAULT
vivianFemaleChinese, warm and natural
ono_annaFemaleJapanese
soheeFemaleKorean
uncle_fuMaleChinese, mature
ryanMaleEnglish, deep
aidenMaleEnglish, young
ericMaleEnglish, professional
dylanMaleEnglish, casual

⚠️ ONLY these 9 voices work. Using any other name (e.g. "Claire", "nova", "alloy") will cause TTS to FAIL silently!

Default for Alma: serena (owner's choice)

Emotion Control

Add --emotion to control the speaking style:

  • cheerful — happy, upbeat
  • sad — somber, quiet
  • angry — forceful, intense
  • whispering — soft, intimate
  • narrator — storytelling tone
  • (or any natural description like "excited and energetic")

Speed Control

--speed 0.8 (slower) to --speed 1.3 (faster). Default: 1.0

Sending Voice in Telegram

TTS Settings (you can change these yourself!)

# Check/change auto-voice mode
alma tts auto              # show current mode
alma tts auto off          # no auto voice
alma tts auto inbound      # reply voice only when user sends voice
alma tts auto always       # ALL replies as voice

# Check/change provider
alma tts provider          # show current
alma tts provider local    # use local Qwen3-TTS (no API key needed)
alma tts provider openai   # use OpenAI TTS

# Check/change voice
alma tts voice             # show current
alma tts voice serena      # set voice to serena

When to Send Voice

Auto-TTS mode handles most cases. When auto is inbound, you automatically reply with voice when user sends voice. When always, every reply is voice.

Manual voice (for group chats or sending to different chats):

alma tts "You're right!" --voice serena --output /tmp/voice.wav
alma msg voice $ALMA_CHAT_ID /tmp/voice.wav

⚠️ PRIVATE chats with auto=inbound/always: Do NOT manually alma tts — the auto system already handles it. Manual + auto = duplicate voice messages.

GROUP chats: Auto-TTS only triggers if the group message was a voice message. For text messages in groups, you can manually send voice when it feels natural — short reactions, fun moments, emotional responses. Be selective (~20-30%).

Tips

  • Keep text under ~200 chars for best quality
  • For long text, split into sentences and generate separately
  • Chinese text: use vivian or uncle_fu
  • The model runs locally — no API key needed, no internet required
  • First run may be slow (model loading), subsequent runs are faster

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.43%
按下载量换算68

Claude

32.66%
按下载量换算66

Cursor

18.37%
按下载量换算37

Gemini CLI

8.82%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills