CtrlK
BlogDocsLog inGet started
Tessl Logo

elevenlabs-tts

Generate ElevenLabs text-to-speech audio from scripts or inline text using local voice profiles. Use when the user asks for ElevenLabs, text-to-speech, TTS, narration, voiceover, speech audio, or voice generation; load voice names, voice ids, emails, owners, and account-specific defaults only from local config outside the skill.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a concise, actionable overview: it gives an executable helper invocation, the full CLI surface, a concrete local-config schema, and exact API endpoints, all organized into clearly signaled sections with the single bundled script referenced one level deep. Nothing is over-explained and the workflow is unambiguous.

DimensionReasoningScore

Conciseness

Lean body that assumes Claude's competence: no explanation of what TTS or ElevenLabs is, and the inline JSON config schema, CLI flag list, and endpoint notes are all directly actionable rather than padded.

3 / 3

Actionability

Provides a copy-paste executable command ('python3 <skill-root>/scripts/generate_voice.py --text-file script.txt --profile default --output output.mp3'), a complete flag list, concrete config fields, and exact API endpoints — fully executable guidance.

3 / 3

Workflow Clarity

A clearly sequenced 6-step workflow from profile selection through output reporting; the operation is a non-destructive single audio generation, so the destructive/batch validation cap does not apply.

3 / 3

Progressive Disclosure

Well-organized sections (Local Profiles, Workflow, Helper Script, API Notes) with the one bundle file scripts/generate_voice.py correctly referenced one level deep via '<skill-root>/scripts/generate_voice.py'; no nested or dangling references.

3 / 3

Total

12

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A tight, third-person description that states concrete capabilities, supplies an explicit 'Use when' trigger with a broad set of natural keywords, and carves out a distinct ElevenLabs-only niche. It also encodes a reusable-config boundary without becoming personal.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Generate ElevenLabs text-to-speech audio from scripts or inline text' and 'load voice names, voice ids, emails, owners, and account-specific defaults' — matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers what ('Generate ElevenLabs text-to-speech audio...') and when ('Use when the user asks for ElevenLabs, text-to-speech, TTS...') with an explicit 'Use when' trigger clause.

3 / 3

Trigger Term Quality

Covers natural user phrasing broadly — 'ElevenLabs, text-to-speech, TTS, narration, voiceover, speech audio, or voice generation' — well beyond the good-coverage anchor.

3 / 3

Distinctiveness Conflict Risk

A clear ElevenLabs-specific niche with distinct, vendor-locked triggers; unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
MengTo/Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.