VoiceStudio: Skill for Claude Code

.claude/skills/omnivoice/SKILL.md

omnivoice is a skill for Claude Code from debpalash/VoiceStudio. It costs 221 tokens per session (2,429 once invoked), scanned A, original, AGPL-3.0.

A local tool for turning text into speech, cloning voices from short reference clips, designing voices, and dubbing videos. It supports 646 languages and runs on the local machine.

In plain words
What is it for?
Use it to generate spoken audio, create a voice based on a reference recording, design a voice, or dub video.
Why use it?
It lets you create voice audio without sending the source material away from the machine. The description does not provide further details about its workflow or output formats.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is debpalash/VoiceStudio's own configuration. It tells Claude Code how to work on VoiceStudio itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything VoiceStudio configures →

About the project

VoiceStudio is a local application for cloning and designing voices, dubbing video, dictating, transcribing speech, and creating audiobooks. It is for people who want these voice and audio workflows to run on their own hardware.

debpalash/VoiceStudio · 22,109 stars · on GitHub · voicestudio.sh

Reuse

Borrowing it

Nothing to install: this file belongs to debpalash/VoiceStudio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/debpalash/VoiceStudio/main/.claude/skills/omnivoice/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/debpalash/VoiceStudio

Made for: Claude Code.

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 omnivoice

README.md
[![agentmods](https://agentmods.dev/badge/skills/debpalash/voicestudio/omnivoice/github.svg)](https://agentmods.dev/skills/debpalash/voicestudio/omnivoice)
Your own site
<a href="https://agentmods.dev/skills/debpalash/voicestudio/omnivoice"><img src="https://agentmods.dev/badge/skills/debpalash/voicestudio/omnivoice/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 omnivoice

Your own site · 80×15
<a href="https://agentmods.dev/skills/debpalash/voicestudio/omnivoice"><img src="https://agentmods.dev/badge/skills/debpalash/voicestudio/omnivoice.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 221 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,429 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Supply Chain · line 114
    Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
    Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
  • medium Agent Snooping · line 8
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
Origin unknown 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.00221 $0.02429
Opus 5 $0.00111 $0.01215
Sonnet 5 $0.00044 $0.00486
Haiku 4.5 $0.00022 $0.00243

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

Security

Grade A, and why

omnivoice 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 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/check-health.sh, scripts/record-reference.sh, scripts/start-backend.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

The script gives **audible** countdown + start/stop cues via macOS `say` + `/System/Library/Sounds/Ping.aiff` so the user knows when to speak (terminal stdout is buffered — text "speak now" prompts arrive too late). It r
.claude/skills/omnivoice/SKILL.md · 173 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

6 files 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. 11d ago First seen · 173 lines · 221 tokens per session scan A e9f6d8b1c5de

Subscribe to this mod's changes

omnivoice is a skill published in the GitHub repository debpalash/VoiceStudio (22,109 stars, last pushed today), licensed AGPL-3.0. It adds 221 tokens to every session and 2,429 once invoked, about $0.0011 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.