aliang-bailian-voice-clone

aliang-bailian-voice-clone is a skill for Claude Code, Codex from aliang2052/aliang-skills. It costs 41 tokens per session (745 once invoked), scanned A, original, MIT.

A voice-synthesis workflow that reads text aloud using voice models previously cloned in Alibaba Cloud's Bailian service. Voice cloning creates a speech voice based on a person's recorded voice.

In plain words
What is it for?
Use it to generate spoken files with a selected cloned voice, language, speed, pitch, and volume.
Why use it?
It provides a documented way to use those existing cloned voices when producing Chinese or English audio.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to generate spoken files with a selected cloned voice, language, speed, pitch, and volume.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aliang2052/aliang-skills/aliang-bailian-voice-clone
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aliang2052/aliang-skills --skill aliang-bailian-voice-clone
Clone the repo
git clone --depth 1 https://github.com/aliang2052/aliang-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aliang-bailian-voice-clone

README.md
[![agentmods](https://agentmods.dev/badge/skills/aliang2052/aliang-skills/aliang-bailian-voice-clone/github.svg)](https://agentmods.dev/skills/aliang2052/aliang-skills/aliang-bailian-voice-clone)
Your own site
<a href="https://agentmods.dev/skills/aliang2052/aliang-skills/aliang-bailian-voice-clone"><img src="https://agentmods.dev/badge/skills/aliang2052/aliang-skills/aliang-bailian-voice-clone/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aliang-bailian-voice-clone

Your own site · 80×15
<a href="https://agentmods.dev/skills/aliang2052/aliang-skills/aliang-bailian-voice-clone"><img src="https://agentmods.dev/badge/skills/aliang2052/aliang-skills/aliang-bailian-voice-clone.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 745 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.00745
Opus 5 $0.00020 $0.00373
Sonnet 5 $0.00008 $0.00149
Haiku 4.5 $0.00004 $0.00075

Measured 12d ago against content hash 093b686e2af6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

aliang-bailian-voice-clone scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **DashScope 声音复刻 API 端点**(`/compatible-mode/v1/audio/voices`)**返回 404**,无法通过 curl 或 SDK 直接创建克隆音色。
skills/aliang-bailian-voice-clone/SKILL.md · 67 lines

What it actually says

百炼克隆音色语音合成 Skill

触发词

当用户说"用阿亮的声音"、"克隆声音"、"声音合成"、"TTS"时使用。

重要发现

  • DashScope 声音复刻 API 端点/compatible-mode/v1/audio/voices返回 404,无法通过 curl 或 SDK 直接创建克隆音色。
  • 声音克隆必须在百炼控制台(console)中手动创建。
  • 克隆音色创建后,可通过 bl speech synthesize 直接使用,传入完整的 voice ID 即可。

已有阿亮音色

场景 音色 ID
日常/温暖 cosyvoice-v3.5-flash-YOUR_WARM_VOICE_ID
科技风 cosyvoice-v3.5-flash-YOUR_TECH_VOICE_ID

使用方法

基本命令

bl speech synthesize \
  --text "{要合成的文本}" \
  --model cosyvoice-v3.5-flash \
  --voice {音色ID} \
  --out {输出路径.mp3} \
  --language zh

示例:用阿亮科技音色合成新闻

bl speech synthesize \
  --text "Anthropic 发布新一代旗舰模型 Claude Opus 4.8..." \
  --model cosyvoice-v3.5-flash \
  --voice cosyvoice-v3.5-flash-YOUR_TECH_VOICE_ID \
  --out 输出/阿亮科技新闻.mp3 \
  --language zh

参数说明

参数 说明
--model 必须使用 cosyvoice-v3.5-flash(克隆音色专用模型)
--voice 完整的克隆音色 ID(含前缀 cosyvoice-v3.5-flash-
--language zh(中文)或 en(英文)
--rate 语速 0.5-2.0(默认 1.0)
--pitch 音调 0.5-2.0(默认 1.0)
--volume 音量 0-100(默认 50)
--out 输出文件路径(mp3/wav/pcm/opus)

注意事项

  • cosyvoice-v3-flash(系统音色)和 cosyvoice-v3.5-flash(克隆音色)是不同模型,不能混用。
  • 系统音色用 --model cosyvoice-v3-flash --voice longanyang 等。
  • 克隆音色用 --model cosyvoice-v3.5-flash --voice cosyvoice-v3.5-flash-xxx-xxx
  • 如果用户需要新增克隆音色,需引导其前往百炼控制台操作,CLI 无法直接创建。
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 67 lines · 41 tokens per session scan A 093b686e2af6

Subscribe to this mod's changes

aliang-bailian-voice-clone is a skill published in the GitHub repository aliang2052/aliang-skills (26 stars, last pushed 3mo ago), licensed MIT. It adds 41 tokens to every session and 745 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

dramaclaw

A skill for answering identity and self-introduction questions, and for working with the DramaClaw/NovelVideo pipeline. The description also covers turning novels or stories into short vertical videos.

dramaclaw/dramaclaw · 360 tokens

ai-comic-script

A Chinese-language guide for creating complete scripts for AI-generated animated short dramas, from the initial idea through episode planning and finished scenes.

jis60224/ai-comic-skills · 146 tokens

ai-comic-visual-assets

A skill that turns a script into reusable AI image prompts for its main characters, settings, and props. It also defines file names, folders, and reference-image steps for visual consistency.

jis60224/ai-comic-skills · 297 tokens

ai-comic-storyboard

A storyboard tool for turning an existing AI-comic script into a shot-by-shot production table. A storyboard lists what appears in each shot, how the camera moves, what characters do, the dialogue or sound, the timing, and the assets used.

jis60224/ai-comic-skills · 309 tokens

ai-comic-video-prompts

A skill that converts an existing shot list—a plan describing each video shot—into one complete prompt per shot for AI video tools such as Vidu. It includes the shot framing, camera movement, actions, dialogue, sound effects, and referenced assets.

jis60224/ai-comic-skills · 301 tokens

comic-mv-director

A production planner for animated stories, short dramas, music videos, and other AI video projects. It first decides whether the project is music-led or story-led, then plans storyboards, images, video, music, and editing.

ShuaiMXu/mv-skills-bundle · 229 tokens