Use when planning or reviewing Go SDK work for Deepgram conversational STT / Flux v2. This repo does not currently ship a first-class v2 listen client, so route supported v1 transcription to deepgram-go-speech-to-text and document raw WebSocket fallback honestly when v2 is requested.
78
66%
Does it follow best practices?
Impact
99%
1.15xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.agents/skills/deepgram-go-conversational-stt/SKILL.mdUse this skill when someone asks for Flux or conversational STT v2 in the Go SDK.
Current repo status: this SDK snapshot does not implement a first-class listen/v2 client.
Use a different skill when:
deepgram-go-speech-to-text)deepgram-go-voice-agent)If you hand-roll a raw WebSocket client, it still uses the same Deepgram credentials.
export DEEPGRAM_API_KEY="your_api_key"There is no supported pkg/client/listen/v2 constructor in this repo today.
What you can do instead:
deepgram-go-speech-to-text for supported listen v1 flowspkg/client/common/v1/websocket.gopkg/client/interfaces/v1/types-client.gopkg/api/version/live-version.gopkg/api/version/constants.goTreat that path as a manual integration, not an SDK-supported product surface.
pkg/client/listen/v2pkg/api/listen/v2pkg/client/common/v1/websocket.goREADME.mddocs.gopkg/client/common/v1/websocket.gopkg/client/interfaces/v1/types-client.gopkg/api/version/live-version.gopkg/api/version/constants.gohttps://developers.deepgram.com/openapi.yamlhttps://developers.deepgram.com/asyncapi.yaml/llmstxt/developers_deepgram_llms_txthttps://developers.deepgram.com/docs/conversational-speech-recognitionlisten/v2 package paths, constructors, or examples.tests/edge_cases/keepalive/main.go and tests/edge_cases/reconnect_client/main.go.For cross-language Deepgram product knowledge — the consolidated API reference, documentation finder, focused runnable recipes, third-party integration examples, and MCP setup — install the central skills:
npx skills add deepgram/skillsThis SDK ships language-idiomatic code skills; deepgram/skills ships cross-language product knowledge (see api, docs, recipes, examples, starters, setup-mcp).
b7c92f4
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.