CtrlK
BlogDocsLog inGet started
Tessl Logo

deepgram-python-audio-intelligence

Use when writing or reviewing Python code in this repo that calls Deepgram audio analytics overlays on `/v1/listen` - summarize, topics, intents, sentiment, diarize, redact, detect_language, entity detection. Same endpoint as plain STT but with analytics params. Covers both REST (`client.listen.v1.media.transcribe_url`/`transcribe_file`) and the WSS-supported subset (`client.listen.v1.connect`). Use `deepgram-python-speech-to-text` for plain transcription, `deepgram-python-text-intelligence` for analytics on already-transcribed text. Triggers include "diarize", "summarize audio", "sentiment from audio", "redact PII", "topic detection audio", "audio intelligence", "detect language audio".

74

Quality

91%

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

82%Weight 40%Scale 1-5

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

A strong, actionable skill body with executable code across REST and WSS paths, well-organized sections, and one-level-deep references; slightly verbose in spots and could add a touch more validation/error guidance.

Suggestions

Trim the per-word fields table where it duplicates inline code comments, to tighten conciseness.

Add a brief validation/error-handling note for common failure modes (e.g. redaction type mismatches, WSS silently ignoring REST-only params) to lift workflow clarity.

Make each external reference in the API reference section a clearly labeled link so navigation is unambiguous.

DimensionReasoningScore

Conciseness

Mostly lean and efficient — assumes Claude knows what diarization/redaction are, no padding — but the per-word fields table and a couple of gotchas repeat info that could be slightly trimmed.

4 / 5

Actionability

Fully executable, copy-paste-ready code covering REST URL, REST file, diarization with timings, and the WSS subset, with concrete access patterns for every analytics result field.

5 / 5

Workflow Clarity

Quick-start sequences are clear and ordered by use case, but the operations are single-call (non-destructive) so explicit validation checkpoints are not required; minor gaps in error-handling guidance.

4 / 5

Progressive Disclosure

Well-organized sections with a one-level-deep reference.md pointer, layered API references, and named example files; minor gaps in explicitly signaling each external reference path.

4 / 5

Total

17

/

20

Passed

Description

100%Weight 40%Scale 1-5

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 highly specific, well-scoped description that names concrete capabilities, provides natural trigger phrases, answers both what and when, and clearly distinguishes itself from related sibling skills.

DimensionReasoningScore

Specificity

Lists multiple concrete analytics overlays (summarize, topics, intents, sentiment, diarize, redact, detect_language, entity detection) plus specific SDK methods (transcribe_url/transcribe_file, client.listen.v1.connect), giving comprehensive coverage.

5 / 5

Completeness

Explicitly answers both what (analytics overlays on /v1/listen with REST and WSS paths) and when ('Use when writing or reviewing Python code...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Provides natural trigger phrases a user would actually say — 'summarize audio', 'sentiment from audio', 'redact PII', 'diarize', 'topic detection audio', 'audio intelligence', 'detect language audio' — with synonyms.

5 / 5

Distinctiveness Conflict Risk

Clear niche — audio analytics overlays — and explicitly disambiguates from sibling skills deepgram-python-speech-to-text and deepgram-python-text-intelligence, minimizing conflict risk.

5 / 5

Total

20

/

20

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
deepgram/deepgram-python-sdk
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.