CtrlK
BlogDocsLog inGet started
Tessl Logo

whisper

Transcribe audio files to text using OpenAI Whisper

67

Quality

58%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./examples/skill/skills/whisper/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

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 with Whisper) and is distinctive, but suffers from missing explicit trigger guidance and limited trigger term coverage. Adding a 'Use when...' clause and expanding natural keywords would significantly improve skill selection accuracy.

Suggestions

Add a 'Use when...' clause with trigger terms like 'transcribe audio', 'speech-to-text', 'convert recording to text', or 'audio to transcript'

Include common file format variations users might mention: '.mp3', '.wav', '.m4a', 'voice recording', 'podcast', 'meeting recording'

Expand capabilities if applicable, such as 'supports multiple languages' or 'handles various audio formats'

DimensionReasoningScore

Specificity

Names the domain (audio files) and one specific action (transcribe to text), and mentions the tool (OpenAI Whisper), but only describes a single capability rather than multiple concrete actions.

2 / 3

Completeness

Describes what the skill does but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill.

1 / 3

Trigger Term Quality

Includes relevant keywords like 'transcribe', 'audio files', 'text', and 'Whisper', but missing common variations users might say like 'speech-to-text', 'convert audio', 'voice recording', '.mp3', '.wav', or 'dictation'.

2 / 3

Distinctiveness Conflict Risk

Clear niche focused specifically on audio transcription using Whisper; unlikely to conflict with other skills due to the specific technology and task combination.

3 / 3

Total

8

/

12

Passed

Implementation

77%

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

This is a solid, actionable skill with clear executable examples and good parameter documentation. The main weakness is some verbosity in explaining capabilities that are self-evident from the usage examples, and including reference information (model sizes, formats) that could be trimmed or externalized. The workflow is appropriately simple for a single-command tool.

Suggestions

Remove the 'Capabilities' section as it duplicates information evident from the usage examples and parameters

Consider removing or condensing the model sizes table - Claude can recommend appropriate models based on context without memorizing exact parameters

DimensionReasoningScore

Conciseness

The content is mostly efficient but includes some unnecessary sections like the capabilities list (which largely duplicates the parameters section) and the model sizes table which Claude could infer or look up. The installation section is also somewhat redundant for Claude.

2 / 3

Actionability

Provides fully executable, copy-paste ready commands with clear examples showing different option combinations. The parameter documentation is specific and complete with defaults noted.

3 / 3

Workflow Clarity

This is a simple single-task skill (run a script with options). The workflow is unambiguous: call the script with required arguments and optional flags. No multi-step process requiring validation checkpoints.

3 / 3

Progressive Disclosure

Content is reasonably organized with clear sections, but everything is inline in one file. The model sizes table and supported formats could be referenced externally if this were part of a larger skill set, though for a standalone skill under 100 lines this is acceptable.

2 / 3

Total

10

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
trpc-group/trpc-agent-go
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.