Skills
Skill 5 of 14
Find the right Deepgram documentation for any task. Use whenever someone needs help locating docs, understanding which API to use, or wants to ask questions about Deepgram.
2 minutes · 362 words · 12 sections
Install
npx skills add deepgram/skills --skill docsnpx skills add deepgram/skills/plugin marketplace add deepgram/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Find the right docs for what you’re building with Deepgram.
Have a question? Get answers from Deepgram’s AI assistant at https://developers.deepgram.com/ask-ai (opens in a new tab).
Transcribe audio and video into text. Deepgram ships two actively maintained, next-gen model families — pick the one that matches your use case.
/v1/listen) — general-purpose transcription (captions, subtitles, batch files, live streams). Rich feature set including intelligence overlays (diarize, summarize, sentiment, topics, intents)./v2/listen) — conversational-audio transcription for voice agents and interactive assistants. Built-in turn-taking (EOT events, mid-session reconfig).Docs:
Convert text into natural-sounding speech. Deepgram ships two TTS model families on separate endpoints — the voices do not overlap.
/v1/speak) — the broadest voice catalog (English, Spanish, German, Dutch, French, Italian, Japanese) and compressed/containerized output. Use for one-shot synthesis and any non-English voice./v2/speak) — streaming-first, voice-agent-first synthesis. Turn-based lifecycle, barge-in with spoken-text feedback, and prosody that carries across turns. English at launch.Docs:
Build conversational voice agents powered by Deepgram.
Analyze text and audio for sentiment, topics, intents, summaries, and more.
Run Deepgram on your own infrastructure.
Full reference for all Deepgram REST and WebSocket APIs.
For language-idiomatic code patterns (imports, async idioms, error handling, type shapes), install the Deepgram SDK’s own skills. Every Deepgram SDK publishes 7 product skills:
npx skills add deepgram/deepgram-python-sdk # Python
npx skills add deepgram/deepgram-js-sdk # JavaScript / TypeScript
npx skills add deepgram/deepgram-java-sdk # Java
npx skills add deepgram/deepgram-go-sdk # Go
npx skills add deepgram/deepgram-rust-sdk # Rust
npx skills add deepgram/deepgram-dotnet-sdk # C# / .NETSwift and Kotlin SDK skills are not listed because those repositories are not public and npx skills add cannot reach them. For browser work, open the browser-agent skill: it covers the four Browser Agent SDK packages published on npm (@deepgram/agents, @deepgram/react, @deepgram/ui, @deepgram/agents-widget).
api: consolidated REST + WebSocket API referencerecipes: minimal runnable feature snippets per languageexamples: full integration examples with third-party platformsstarters: runnable starter apps (framework × feature)audio-intelligence: the /v1/listen analysis parameterstext-intelligence: POST /v1/read for text you already havebrowser-agent: running a voice agent in a browsercli: deepctl for shell and CI workself-hosted: running Deepgram on your own GPUssetup-mcp: Deepgram MCP server installationFor direct documentation querying from your AI coding tool, use the setup-mcp skill to install the Deepgram MCP server.
Find the right Deepgram documentation for any task. Use whenever someone needs help locating docs, understanding which API to use, or wants to ask questions about Deepgram. Covers all product areas: speech-to-text (Nova, Flux STT), text-to-speech (Aura, Flux TTS), voice agents, audio intelligence, and self-hosted deployments.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 20 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Deepgram Developer Relations, declaring 7 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./deepgram/skills.md, and each skill at its own .md URL.