elevenlabs

elevenlabs is a skill for Claude Code, Codex from calesthio/OpenMontage. It costs 63 tokens per session (3,062 once invoked), scanned B, original, AGPL-3.0.

A guide to generating voiceovers, sound effects, and music through ElevenLabs APIs, which are programmatic connections to the ElevenLabs audio service. It covers audio for videos, podcasts, games, narration, dialogue, soundtracks, and voice cloning.

In plain words
What is it for?
Use it to make narration, character dialogue, sound effects, background music, game audio, podcast audio, or cloned voices through ElevenLabs.
Why use it?
It helps create different kinds of audio from text or descriptions without producing every recording manually. It can also support projects that need generated voices, effects, or music in a repeatable workflow.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

not rated 57krepo +1.1k 6d ago B scan Socket: passSnyk: passSkillSpector: warn 63 tokens AGPL-3.0

Good fit Use it to make narration, character dialogue, sound effects, background music, game audio, podcast audio, or cloned voices through ElevenLabs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calesthio/openmontage/elevenlabs
About the project

OpenMontage is an agent-driven video production system that uses coding assistants to handle tasks such as research, scripting, asset creation, editing, and composition. It is intended for people who want to produce videos through natural-language instructions and includes the project's workflows as catalogue add-ons.

calesthio/OpenMontage · 57,344 stars · on GitHub · openmontage.video

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 calesthio/OpenMontage --skill elevenlabs
Clone the repo
git clone --depth 1 https://github.com/calesthio/OpenMontage

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 elevenlabs

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/calesthio/openmontage/elevenlabs"><img src="https://agentmods.dev/badge/skills/calesthio/openmontage/elevenlabs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,062 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 4 Apr 2026
  • Snyk pass 4 Apr 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

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 →

  • medium Prompt Injection · line 17
    Subtle instructions detected that may alter agent decision-making or introduce hidden biases.
    Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
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.00063 $0.03062
Opus 5 $0.00032 $0.01531
Sonnet 5 $0.00013 $0.00612
Haiku 4.5 $0.00006 $0.00306

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

Security

Grade B, and why

elevenlabs scanned grade B 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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

- In a shared installation, never tell the user to create a `.env`, export a
.agents/skills/elevenlabs/SKILL.md · 392 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

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 · 392 lines · 63 tokens per session scan B fc802e043cc9

Subscribe to this mod's changes

elevenlabs is a skill published in the GitHub repository calesthio/OpenMontage (57,344 stars, last pushed 6d ago), licensed AGPL-3.0. It adds 63 tokens to every session and 3,062 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). 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

docs-manage

Manage the Grounded Docs MCP Server documentation index. Covers scraping and indexing documentation from URLs or local files, refreshing existing indexes with changed content, and removing libraries from the index. Use when you need to add, update, or delete indexed documentation.

arabold/docs-mcp-server · 53 tokens

docs-search

Search and query the Grounded Docs MCP Server documentation index. Covers listing indexed libraries, searching documentation content, and resolving library versions. Use when you need to look up API references, find code examples, or check which documentation is available in the local index.

arabold/docs-mcp-server · 54 tokens

fetch-url

Fetch a single URL and convert its content to Markdown. Use when you need to read a web page, documentation page, or API reference without indexing it. The content is returned as plain Markdown text on stdout.

arabold/docs-mcp-server · 45 tokens

openghost-skill

Local open-source Agent Skill for authorized web application, API, browser, business-logic, and supporting server-integrity penetration testing. Use for scoped OWASP WSTG, ASVS, and API Security assessments; authenticated and multi-role validation; attack-surface mapping; bounded DAST; evidence-backed findings…

VAIBHAVSING/openghost · 120 tokens

codex

Delegate coding tasks to the OpenAI Codex CLI for features, refactoring, PR reviews, and batch fixes. Requires the codex CLI and typically a git repository.

deepelementlab/jupyter-studio · 37 tokens

opencode

Delegate coding tasks to the OpenCode CLI for feature work, refactoring, PR review, and autonomous-style runs. Requires opencode installed where the agent can execute shell commands.

deepelementlab/jupyter-studio · 38 tokens