
Deepgram Js Voice Agent
- 26 installs
- 269 repo stars
- Updated August 4, 2026
- deepgram/deepgram-js-sdk
Build a real-time conversational voice agent in TypeScript/JavaScript using Deepgram's Voice Agent API.
About
A TypeScript/JavaScript skill for building a real-time voice agent with Deepgram's Voice Agent API, combining streaming speech-to-text, an LLM, and text-to-speech into a conversational loop. It shows how to wire the WebSocket agent flow in a TypeScript/JavaScript app. A solo builder reaches for it to ship a talking AI assistant or phone bot.
- Deepgram Voice Agent in TypeScript/JavaScript
- Real-time STT + LLM + TTS loop
- WebSocket streaming conversation
Deepgram Js Voice Agent by the numbers
- 26 all-time installs (skills.sh)
- Ranked #3,410 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/deepgram/deepgram-js-sdk --skill deepgram-js-voice-agentAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 26 |
|---|---|
| repo stars | ★ 269 |
| Last updated | August 4, 2026 |
| Repository | deepgram/deepgram-js-sdk ↗ |
What it does
Build a real-time conversational voice agent in TypeScript/JavaScript using Deepgram's Voice Agent API.
Who is it for?
TypeScript/JavaScript apps that need a real-time talking AI assistant
Skip if: Simple one-shot transcription (use speech-to-text),Batch audio analysis
When should I use this skill?
When you need a real-time conversational voice agent in a TypeScript/JavaScript project using Deepgram.
What you get
A working real-time Deepgram voice agent conversation loop.
- Working Deepgram integration code