tts-design

tts-design is a command for Claude Code from HariFatherKR/claude-qwen-tts. It costs 13 tokens per session (509 once invoked), scanned A, original, MIT.

A command that creates spoken audio from text using a virtual voice described in words, such as a warm young male voice.

In plain words
What is it for?
Use it to turn scripts into Korean, Chinese, English, Japanese, Cantonese, or other supported-language audio files.
Why use it?
It lets you produce a chosen speaking style without recording a person or manually configuring every voice setting.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the claude-qwen-tts plugin — 1 skill, 5 commands shipped together

Good fit Use it to turn scripts into Korean, Chinese, English, Japanese, Cantonese, or other supported-language audio files.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/harifatherkr/claude-qwen-tts/tts-design
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.

Clone the repo
git clone --depth 1 https://github.com/HariFatherKR/claude-qwen-tts

Made for: Claude Code.

Or install claude-qwen-tts, the plugin that ships this one along with the rest of its 1 skill, 5 commands.

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 tts-design

README.md
[![agentmods](https://agentmods.dev/badge/commands/harifatherkr/claude-qwen-tts/tts-design/github.svg)](https://agentmods.dev/commands/harifatherkr/claude-qwen-tts/tts-design)
Your own site
<a href="https://agentmods.dev/commands/harifatherkr/claude-qwen-tts/tts-design"><img src="https://agentmods.dev/badge/commands/harifatherkr/claude-qwen-tts/tts-design/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 tts-design

Your own site · 80×15
<a href="https://agentmods.dev/commands/harifatherkr/claude-qwen-tts/tts-design"><img src="https://agentmods.dev/badge/commands/harifatherkr/claude-qwen-tts/tts-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 509 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00013 $0.00509
Opus 5 $0.00006 $0.00254
Sonnet 5 $0.00003 $0.00102
Haiku 4.5 $0.00001 $0.00051

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

Security

Grade A, and why

tts-design scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude-qwen-tts/commands/tts-design.md · 67 lines

What it actually says

TTS-Design - Virtual Voice Generation

Generate speech using a designed virtual voice based on text description.

Arguments

The user provided: $ARGUMENTS

Instructions

  1. Check setup status

    • Verify ~/.config/claude-qwen-tts/config.yaml exists
    • If not, inform user to run /tts-setup first
  2. Parse arguments

    • Extract text (required, in quotes)
    • Extract --voice or -v (required, voice description)
    • Extract --lang or -l (optional, default: Korean)
    • Extract --output or -o (optional, default: ./output/tts_design_{timestamp}.wav)
  3. Voice description tips

    • Chinese descriptions work best: "温暖、友好的年轻男性声音"
    • Korean/English also supported: "따뜻한 남성 목소리", "warm male voice"
  4. Run TTS generation

    source ~/.config/claude-qwen-tts/venv/bin/activate && \
    python ~/.config/claude-qwen-tts/scripts/tts_runner.py voice_design \
      --text "TEXT_HERE" \
      --instruct "VOICE_DESCRIPTION" \
      --language "LANGUAGE" \
      --output "OUTPUT_PATH" \
      --config ~/.config/claude-qwen-tts/config.yaml
    
  5. Report result

    • Show output file path
    • Show audio duration

Supported Languages

  • Korean
  • Chinese
  • English
  • Japanese
  • Cantonese

Example Usage

/tts-design "안녕하세요" --voice "温暖、友好的年轻男性声音"
/tts-design "Hello world" --voice "calm female announcer" --lang English
/tts-design "오늘의 뉴스입니다" --voice "차분한 여성 아나운서" -o news.wav

Error Handling

  • If --voice not provided: "Please provide a voice description with --voice"
  • If unsupported language: Show list of supported languages
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. 11d ago First seen · 67 lines · 0 tokens per session scan A 57ff27d02dd9

Subscribe to this mod's changes

tts-design is a command published in the GitHub repository HariFatherKR/claude-qwen-tts (16 stars, last pushed 7mo ago), licensed MIT. It adds 13 tokens to every session and 509 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.