tts

tts is a skill for Claude Code, Codex from Rayan55050/progressive-agent. It costs 15 tokens per session (509 once invoked), scanned A, original, MIT.

A text-to-speech tool that turns written text into an audio message or an animated video circle with a robot avatar and waveform. It supports OpenAI voices and free multilingual voices from edge-tts.

In plain words
What is it for?
Use it to generate voice messages, animated video notes, spoken responses, and multilingual audio with a selected voice.
Why use it?
It removes the need to record spoken messages manually and provides voice output in several languages and formats. Longer text is shortened to fit the video time limit.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/rayan55050/progressive-agent/tts
Any agent
npx skills add Rayan55050/progressive-agent --skill tts
Clone the repo
git clone --depth 1 https://github.com/Rayan55050/progressive-agent

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 tts

README.md
[![agentmods](https://agentmods.dev/badge/skills/rayan55050/progressive-agent/tts.svg)](https://agentmods.dev/skills/rayan55050/progressive-agent/tts)
Your own site
<a href="https://agentmods.dev/skills/rayan55050/progressive-agent/tts"><img src="https://agentmods.dev/badge/skills/rayan55050/progressive-agent/tts.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 509 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00015 $0.00509
Opus 5 $0.00008 $0.00254
Sonnet 5 $0.00003 $0.00102
Haiku 4.5 $0.00002 $0.00051

Measured 5d ago against content hash 0ce3b0d91b22, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

tts 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 5d 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.

skills/tts/SKILL.md · 47 lines

What it actually says

TTS Skill — Text-to-Speech & Animated Video Circles

Tool: tts

Convert text to speech. Video circles show animated robot avatar with audio waveform.

Providers

  • Primary: OpenAI TTS (tts-1-hd) — most natural voice (needs OPENAI_API_KEY)
  • Free: edge-tts Multilingual Neural — good quality, no API key needed

Parameters

  • text (required) — text to speak
  • voice (optional):
    • OpenAI: onyx (deep male), echo, fable, alloy, nova, shimmer
    • edge-tts multilingual (best free): brian (deep male, default), andrew (warm male), ava (female), emma (female)
    • edge-tts standard: ru-male, ru-female, en-male, en-female, uk-male, uk-female
  • format (optional) — video_note (animated circle, default) or audio (voice message)

Rules

  1. Default format is video_note — animated video with audio waveform on robot face
  2. For long texts (>800 chars), text will be truncated to fit 60s video limit
  3. Default voice is brian (Multilingual, natural sounding) — use it for most responses
  4. The media is sent automatically after generation — just call the tool
  5. Don't repeat the entire text in your message — just confirm it was generated
  6. If user says "ответь кружочком" — summarize your response in a short text and send as video_note
  7. When user sends a video circle, respond with a circle too (auto-hint is added)
  8. Keep circle responses SHORT (2-4 sentences) — long text = long boring video
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. 5d ago First seen · 47 lines · 15 tokens per session scan A 0ce3b0d91b22

Subscribe to this mod's changes

tts is a skill published in the GitHub repository Rayan55050/progressive-agent (2 stars, last pushed yesterday), licensed MIT. It adds 15 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-31.