Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
76
70%
Does it follow best practices?
Impact
91%
2.27xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/openai-whisper-api/SKILL.mdQuality
Discovery
40%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
The description clearly identifies its niche (audio transcription via OpenAI Whisper) making it distinctive, but it lacks a 'Use when...' clause and misses common user trigger terms like 'speech-to-text' or audio file format names. Adding explicit trigger guidance and broader keyword coverage would significantly improve skill selection accuracy.
Suggestions
Add a 'Use when...' clause such as 'Use when the user wants to transcribe audio files, convert speech to text, or mentions audio/voice recordings.'
Include common trigger term variations like 'speech-to-text', 'voice recording', 'mp3', 'wav', 'audio file', or 'convert audio to text'.
List additional specific capabilities if applicable, such as supported file formats, language detection, or timestamp generation.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (audio transcription) and the specific tool (OpenAI Audio Transcriptions API / Whisper), but only describes a single action ('transcribe audio') without listing additional concrete capabilities like supported formats, timestamps, language detection, etc. | 2 / 3 |
Completeness | It answers 'what does this do' (transcribe audio via Whisper), but there is no explicit 'Use when...' clause or equivalent trigger guidance, which per the rubric should cap completeness at 2, and since the 'when' is entirely missing, it scores a 1. | 1 / 3 |
Trigger Term Quality | Includes relevant keywords like 'transcribe', 'audio', 'Whisper', and 'OpenAI', which users might naturally say. However, it misses common variations like 'speech-to-text', 'voice recording', 'mp3', 'wav', or 'convert audio to text'. | 2 / 3 |
Distinctiveness Conflict Risk | The description is quite specific to audio transcription via the OpenAI Whisper API, which is a clear niche unlikely to conflict with other skills. The mention of the specific API and technology makes it distinctly identifiable. | 3 / 3 |
Total | 8 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent, lean skill that respects Claude's intelligence and provides fully actionable guidance. It covers the essential use cases with concrete examples, organizes content cleanly into three focused sections, and avoids any unnecessary explanation. The only minor note is that bundle files weren't provided to verify the referenced script exists, but the skill content itself is exemplary.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every line earns its place. No unnecessary explanations of what Whisper is or how APIs work. Lean structure with just the essentials: quick start, flags, and API key configuration. | 3 / 3 |
Actionability | Provides concrete, copy-paste-ready shell commands with realistic flag examples covering common use cases (language, prompt, JSON output). The API key configuration is specific with an exact JSON structure. | 3 / 3 |
Workflow Clarity | This is a simple single-task skill (run a script to transcribe audio). The single action is unambiguous with clear defaults stated and flag variations shown. No multi-step process requiring validation checkpoints. | 3 / 3 |
Progressive Disclosure | For a simple, short skill under 50 lines, the content is well-organized into logical sections (quick start, flags, API key). No need for external references given the scope, and the script itself is appropriately delegated to the bundle. | 3 / 3 |
Total | 12 / 12 Passed |
Validation
72%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 8 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_version | 'metadata.version' is missing | Warning |
metadata_field | 'metadata' should map string keys to string values | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 8 / 11 Passed | |
b4fc4af
Table of Contents
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.