CtrlK
BlogDocsLog inGet started
Tessl Logo

deepgram-java-audio-intelligence

Use when writing or reviewing Java code in this repo that enables Deepgram intelligence overlays on `/v1/listen` audio transcription - diarization, entity detection, sentiment, summarize, topics, intents, language detection, and redaction. Same endpoint as plain STT, but with extra request fields on `ListenV1RequestUrl` or `MediaTranscribeRequestOctetStream`. Use `deepgram-java-speech-to-text` for plain transcripts and `deepgram-java-text-intelligence` for analysis on existing text. Triggers include "audio intelligence", "diarize", "summarize audio", "sentiment from audio", "topic detection", and "redact".

88

1.13x
Quality

82%

Does it follow best practices?

Impact

100%

1.13x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

64%

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 that provides concrete Java code examples and precise API surface details for Deepgram audio intelligence features. Its main weaknesses are some content redundancy (field lists repeated across sections) and the absence of error handling or validation guidance. The routing section ('When to use this product') is a strong feature that helps Claude select the right skill.

Suggestions

Add error handling/validation guidance — e.g., checking response status codes, verifying that intelligence fields like `summarize` or `sentiment` actually populated in the response object.

Consolidate the duplicated field listings: the 'What else the REST request surface supports' list and the 'Key parameters / API surface' section repeat the same information. Keep one authoritative list.

Move the extensive API reference links and product doc URLs into a separate REFERENCE.md file, keeping only a brief pointer in the main skill body.

DimensionReasoningScore

Conciseness

The skill is mostly efficient but includes some redundancy — the 'Key parameters / API surface' section largely repeats information already covered in the 'What else the REST request surface supports' section and the WebSocket section. The extensive list of product doc links and the 'Central product skills' section add bulk. However, it avoids explaining basic concepts Claude already knows.

2 / 3

Actionability

The skill provides fully executable, copy-paste ready Java code for both REST and WebSocket paths, with correct import statements, builder patterns, and concrete class names. The field lists are specific and verified against the actual repo source, and the gotchas section provides precise, actionable constraints.

3 / 3

Workflow Clarity

The skill clearly shows how to construct and execute requests, and the 'When to use this product' section provides good routing logic. However, there are no validation checkpoints — no guidance on checking response status, handling errors, or verifying that intelligence fields actually returned results. For an API integration skill this is a notable gap.

2 / 3

Progressive Disclosure

The skill has reasonable section structure and references external files (example files, API specs, product docs). However, with no bundle files provided, the references to repo paths are unverifiable, and the content is somewhat monolithic — the full field lists and extensive API reference links could be better organized into a separate reference file rather than inline.

2 / 3

Total

9

/

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.

This is an excellent skill description that clearly defines its scope (Deepgram intelligence overlays on audio transcription), lists specific capabilities, provides explicit trigger terms, and carefully differentiates itself from two related skills. The description is comprehensive yet focused, with strong boundary guidance that minimizes conflict risk.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: diarization, entity detection, sentiment, summarize, topics, intents, language detection, and redaction. Also names specific classes like `ListenV1RequestUrl` and `MediaTranscribeRequestOctetStream`.

3 / 3

Completeness

Clearly answers both what (intelligence overlays on /v1/listen audio transcription with specific features) and when ('Use when writing or reviewing Java code... that enables Deepgram intelligence overlays'). Includes explicit trigger terms and differentiates from related skills.

3 / 3

Trigger Term Quality

Includes natural trigger terms users would say: 'audio intelligence', 'diarize', 'summarize audio', 'sentiment from audio', 'topic detection', 'redact'. Also includes domain terms like 'diarization', 'entity detection', 'language detection' that users would naturally use.

3 / 3

Distinctiveness Conflict Risk

Explicitly distinguishes itself from related skills (`deepgram-java-speech-to-text` for plain transcripts and `deepgram-java-text-intelligence` for text analysis), creating a clear niche for audio intelligence overlays specifically. The boundary guidance is excellent.

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
deepgram/deepgram-java-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.