CtrlK
BlogDocsLog inGet started
Tessl Logo

speech

Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.

80

Quality

100%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

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 well-structured, actionable skill body with a clear sequenced workflow, validation/iteration feedback loops, concrete CLI usage, and a clean one-level reference map. It is concise without sacrificing actionability.

DimensionReasoningScore

Conciseness

The body is lean and instruction-oriented, avoids explaining concepts Claude already knows, and each section earns its place; it does not pad with library or TTS fundamentals. Minor dated tokens (a model version date and a 50 rpm cap) are operational constraints rather than concept padding.

3 / 3

Actionability

Provides concrete executable guidance throughout: named CLI path (scripts/text_to_speech.py), install commands (uv pip install openai), a copy-paste instruction template, and concrete JSONL batch examples. The decision tree and defaults are specific rather than abstract.

3 / 3

Workflow Clarity

The 8-step workflow is clearly sequenced with explicit validation (step 6 validates intelligibility/pacing/pronunciation) and a single-change iteration feedback loop (step 7), plus batch cleanup; checkpoints are explicit rather than implicit.

3 / 3

Progressive Disclosure

SKILL.md is an overview with a clear reference map and inline pointers to 10 one-level-deep reference files (all verified present in references/), plus use-case modules; navigation is well-signaled and content is appropriately split rather than nested.

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, specific description with an explicit trigger clause, concrete actions, named tooling, and a clear scope boundary. It cleanly satisfies the what/when/distinctiveness criteria without verbosity.

DimensionReasoningScore

Specificity

Lists multiple concrete actions (text-to-speech narration, voiceover, accessibility reads, audio prompts, batch speech generation) and names the concrete tooling (bundled CLI scripts/text_to_speech.py, OpenAI Audio API, OPENAI_API_KEY), matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicit 'Use when the user asks for...' trigger clause answers 'when', and the capability list plus tooling answers 'what', satisfying the 'both what AND when with explicit triggers' anchor.

3 / 3

Trigger Term Quality

Covers natural user-facing terms a person would actually say ('text-to-speech narration', 'voiceover', 'accessibility reads', 'audio prompts', 'batch speech generation'), giving good coverage of common phrasings.

3 / 3

Distinctiveness Conflict Risk

Narrowly scoped to OpenAI Audio API TTS with a distinct trigger surface (voiceover/narration/IVR/accessibility) and an explicit out-of-scope note ('Custom voice creation is out of scope'), making conflict with other skills unlikely.

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
openai/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.