CtrlK
BlogDocsLog inGet started
Tessl Logo

create-vo-elevenlabs

Generate a voiceover (VO) clip via ElevenLabs text-to-speech, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Voice id + script text come from the template recipe. Use for the spoken narration of VO-driven video-ad formats (cgi-app-sizzle, flat-vector-explainer, hypermotion). Never call ElevenLabs directly — the proxy attribution is required.

79

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

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.

A tightly written single-purpose skill body: an executable command, the data source, and the routing note, with no wasted tokens. It is appropriately minimal for a thin wrapper script and references real bundle files one level deep.

DimensionReasoningScore

Conciseness

Three lean lines assume Claude's competence — no explaining what TTS is or how libraries work — and every token earns its place, matching the lean-and-efficient anchor rather than the padded score 2.

3 / 3

Actionability

Provides a concrete, executable command 'gen_vo.py --text "..." --voice <id> --out vo.mp3' with all flags and the output file, plus the data-source note; the placeholders are appropriate since the recipe supplies them, so it is not incomplete like the score 2 pseudocode anchor.

3 / 3

Workflow Clarity

A simple single-action skill whose one action (run gen_vo.py with text/voice/out) is unambiguous; per the simple-skills note this can score 3 without a multi-step sequence, and no destructive/batch validation is needed.

3 / 3

Progressive Disclosure

The body references gen_vo.py and media_proxy, which are real files in scripts/, with one-level-deep pointers and no nesting; for an under-50-line simple skill, well-organized sections suffice for a 3 per the scoring notes.

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 strong, third-person description that states concrete capabilities, includes an explicit 'Use for' trigger, and carves out a distinct niche. It avoids vague fluff and over-claims while staying concise.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Generate a voiceover (VO) clip via ElevenLabs text-to-speech, ROUTED THROUGH THE elevenlabs-proxy', sourcing 'Voice id + script text come from the template recipe' — matching the multi-action anchor rather than the single-domain score 2.

3 / 3

Completeness

Explicitly answers both what ('Generate a voiceover... via ElevenLabs text-to-speech') and when ('Use for the spoken narration of VO-driven video-ad formats'), with an explicit 'Use for' trigger clause, so it is not capped at 2 for a missing trigger.

3 / 3

Trigger Term Quality

Covers natural terms a user would say — 'voiceover (VO)', 'ElevenLabs text-to-speech', 'spoken narration' — alongside the concrete ad-format triggers, giving good coverage rather than the partial score 2.

3 / 3

Distinctiveness Conflict Risk

Narrow niche (ElevenLabs VO for specific video-ad formats via a mandatory proxy) with distinct triggers makes it unlikely to fire for unrelated skills, matching the clear-niche anchor.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
gooseworks-ai/goose-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.