Skip to main content
deepgram
ملف منشئ GitHub

deepgram

عرض على مستوى المستودعات لـ ٦٣ skills مجمعة عبر ١٠ مستودعات GitHub.

skills مجمعة
٦٣
مستودعات
١٠
محدث
١٣ أغسطس ٢٠٢٦
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

core-mcp
مديرو الشبكات وأنظمة الحاسوب

REQUIRED before any wsh terminal operation. Contains the complete MCP tool reference and bootstrap sequence for wsh_create_session, wsh_send_input, wsh_get_screen, wsh_send_and_read, wsh_send_keys, and all wsh_* tools. Do NOT guess wsh CLI commands or HTTP…

١٤ مارس ٢٠٢٦
tui
مطوّرو البرمجيات

Use when you need to operate a full-screen terminal application (TUI) via wsh. Examples: "navigate vim to edit a file", "use lazygit to stage and commit changes", "interact with htop or k9s".

١٤ مارس ٢٠٢٦
drive-process
مديرو الشبكات وأنظمة الحاسوب

Use when you need to drive a CLI program through command-and-response interaction via wsh. Examples: "run a build command and check the output", "interact with an installer that asks questions", "execute a sequence of shell commands and handle errors".

١٤ مارس ٢٠٢٦
agent-orchestration
مديرو الشبكات وأنظمة الحاسوب

Use when you need to launch and drive other AI agents (Claude Code, Aider, Codex, etc.) through their terminal interfaces via wsh. Examples: "run multiple Claude Code sessions in parallel on different tasks", "feed a task to an AI agent and handle its…

١٣ مارس ٢٠٢٦
cluster-orchestration
مديرو الشبكات وأنظمة الحاسوب

Use when you need to manage sessions across multiple wsh servers in a federated cluster. Examples: "distribute builds across several machines", "create sessions on a specific backend", "monitor health across a cluster of servers", "coordinate work across…

١٣ مارس ٢٠٢٦
core
مطوّرو البرمجيات

REQUIRED before any wsh terminal operation when you do NOT have wsh_* MCP tools. Contains the complete HTTP API reference with working curl examples, bootstrap sequence, and authentication guide. wsh has no CLI subcommands for programmatic use — do NOT run…

١٣ مارس ٢٠٢٦
generative-ui
مطوّرو البرمجيات

Use when you need to build dynamic, interactive terminal experiences on the fly. Examples: "create a live dashboard in the terminal", "build an interactive file browser", "generate a custom TUI for this workflow".

١٣ مارس ٢٠٢٦
infrastructure-ops
مديرو الشبكات وأنظمة الحاسوب

Use when you need to manage infrastructure across multiple servers interactively via wsh — deploying applications, configuring services, managing packages, performing rolling updates, and handling the prompts and judgment calls that declarative tools cannot.…

١٣ مارس ٢٠٢٦
عرض 8 من أصل ١٢ skills مجمعة.
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…

٢٧ أبريل ٢٠٢٦
deepgram-python-speech-to-text
مطوّرو البرمجيات

Use when writing or reviewing Python code in this repo that calls Deepgram Speech-to-Text v1 (`/v1/listen`) for prerecorded or live audio transcription. Covers `client.listen.v1.media.transcribe_url` / `transcribe_file` (REST) and `client.listen.v1.connect`…

٢٧ أبريل ٢٠٢٦
deepgram-python-voice-agent
مطوّرو البرمجيات

Use when writing or reviewing Python code in this repo that builds an interactive voice agent via `agent.deepgram.com/v1/agent/converse`. Covers `client.agent.v1.connect()`, `AgentV1Settings`, `send_settings`, `send_media`, event handling, and function/tool…

٢٧ أبريل ٢٠٢٦
deepgram-python-conversational-stt
مطوّرو البرمجيات

Use when writing or reviewing Python code in this repo that calls Deepgram Conversational STT v2 / Flux (`/v2/listen`) for turn-aware streaming transcription. Covers `client.listen.v2.connect(...)`, Flux models, end-of-turn detection. Use…

٢٧ أبريل ٢٠٢٦
deepgram-python-management-api
مطوّرو البرمجيات

Use when writing or reviewing Python code in this repo that calls Deepgram Management APIs - projects, API keys, members, invites, usage, billing, models, and reusable Voice Agent configurations. Covers `client.manage.v1.projects`, project-scoped resources…

٢٧ أبريل ٢٠٢٦
deepgram-python-text-intelligence
مطوّرو البرمجيات

Use when writing or reviewing Python code in this repo that calls Deepgram Text Intelligence / Read (`/v1/read`) for sentiment, summarization, topic detection, and intent recognition on text input. Covers `client.read.v1.text.analyze(...)` with body `text` or…

٢٧ أبريل ٢٠٢٦
deepgram-python-text-to-speech
مطوّرو البرمجيات

Use when writing or reviewing Python code in this repo that calls Deepgram Text-to-Speech v1 (`/v1/speak`) for audio synthesis. Covers one-shot REST (`client.speak.v1.audio.generate`) and streaming WebSocket (`client.speak.v1.connect`). Also covers the…

٢٧ أبريل ٢٠٢٦
deepgram-js-audio-intelligence
مطوّرو البرمجيات

Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram audio analytics overlays on `/v1/listen` - summarize, topics, intents, sentiment, diarize, redact, detect_language, and entity detection. Same endpoint as plain STT,…

٢٧ أبريل ٢٠٢٦
deepgram-js-conversational-stt
مطوّرو البرمجيات

Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Conversational STT v2 / Flux (`/v2/listen`) for turn-aware streaming transcription. Covers `client.listen.v2.createConnection()` / `connect()`, Flux models, and turn events…

٢٧ أبريل ٢٠٢٦
deepgram-js-management-api
مطوّرو البرمجيات

Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Management APIs for projects, API keys, members, invites, requests, usage, billing, models, and agent think-model discovery. Covers `client.manage.v1.*` plus…

٢٧ أبريل ٢٠٢٦
deepgram-js-speech-to-text
مطوّرو البرمجيات

Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Speech-to-Text v1 (`/v1/listen`) for prerecorded or live audio transcription. Covers `client.listen.v1.media.transcribeUrl` / `transcribeFile` (REST) plus…

٢٧ أبريل ٢٠٢٦
deepgram-js-text-intelligence
مطوّرو البرمجيات

Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Text Intelligence / Read (`/v1/read`) for sentiment, summarization, topic detection, and intent recognition on text input. Covers `client.read.v1.text.analyze(...)` with…

٢٧ أبريل ٢٠٢٦
deepgram-js-text-to-speech
مطوّرو البرمجيات

Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Text-to-Speech v1 (`/v1/speak`) for audio synthesis. Covers one-shot REST via `client.speak.v1.audio.generate` and streaming WebSocket via…

٢٧ أبريل ٢٠٢٦
deepgram-js-voice-agent
مطوّرو البرمجيات

Use when writing or reviewing JavaScript/TypeScript in this repo that builds an interactive voice agent via `agent.deepgram.com/v1/agent/converse`. Covers `client.agent.v1.createConnection()` / `connect()`, `sendSettings`, `sendMedia`, runtime updates, event…

٢٧ أبريل ٢٠٢٦
deepgram-go-audio-intelligence
مطوّرو البرمجيات

Use when writing or reviewing Go code in this repo that applies summaries, topics, intents, sentiment, language detection, diarization, redaction, or entity extraction to audio inputs through Listen v1 REST. Route plain transcription to…

٥ يونيو ٢٠٢٦
deepgram-go-speech-to-text
مطوّرو البرمجيات

Use when writing or reviewing Go code in this repo that transcribes prerecorded audio with Listen v1 REST or streams live audio with Listen v1 WebSockets. Route text generation to deepgram-go-text-to-speech, text analysis to deepgram-go-text-intelligence,…

٥ يونيو ٢٠٢٦
deepgram-go-conversational-stt
مطوّرو البرمجيات

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…

٢٧ أبريل ٢٠٢٦
deepgram-go-management-api
مطوّرو البرمجيات

Use when writing or reviewing Go code in this repo that works with Deepgram management endpoints for projects, keys, members, scopes, invitations, usage, balances, or models. Route live voice runtime to deepgram-go-voice-agent and repo workflow questions to…

٢٧ أبريل ٢٠٢٦
deepgram-go-text-intelligence
مطوّرو البرمجيات

Use when writing or reviewing Go code in this repo that sends text to Deepgram Read via the analyze client. Route speech/audio inputs to deepgram-go-speech-to-text or deepgram-go-audio-intelligence, and management/admin work to deepgram-go-management-api.

٢٧ أبريل ٢٠٢٦
deepgram-go-text-to-speech
مطوّرو البرمجيات

Use when writing or reviewing Go code in this repo that synthesizes audio with Speak v1 REST or Speak WebSockets. Route transcription work to deepgram-go-speech-to-text, voice conversation runtime work to deepgram-go-voice-agent, and repository maintenance…

٢٧ أبريل ٢٠٢٦
deepgram-go-voice-agent
مطوّرو البرمجيات

Use when writing or reviewing Go code in this repo that runs a Deepgram Voice Agent session over WebSockets, including runtime settings, prompt updates, speak updates, injected messages, and event handling. Route standalone STT/TTS work to…

٢٧ أبريل ٢٠٢٦
deepgram-rust-audio-intelligence
مطوّرو البرمجيات

Use when implementing Deepgram audio intelligence from the Rust SDK, especially when intelligence features are attached to STT Options and batch responses instead of a separate audio-intelligence module.

١٢ مايو ٢٠٢٦
deepgram-rust-conversational-stt
مطوّرو البرمجيات

Use when implementing Deepgram Flux conversational STT from the Rust SDK, including flux_request APIs, turn events, FluxResponse handling, and turn-detection tuning for voice-agent-style pipelines.

١٢ مايو ٢٠٢٦
deepgram-rust-management-api
مطوّرو البرمجيات

Use when implementing Deepgram project, key, member, scope, billing, invitation, or usage operations from the Rust SDK, including manage feature flags and the real Deepgram::projects/keys/members/scopes/billing/usage APIs.

١٢ مايو ٢٠٢٦
deepgram-rust-speech-to-text
مطوّرو البرمجيات

Use when implementing Deepgram speech-to-text in the Rust SDK, including prerecorded REST transcription, live WebSocket streaming, listen feature flags, Options builder usage, and response handling.

١٢ مايو ٢٠٢٦
deepgram-rust-text-to-speech
مطوّرو البرمجيات

Use when implementing Deepgram text-to-speech in the Rust SDK, including Aura model selection, speak feature flags, output file or byte-stream handling, and real crate APIs under speak::options and Speak.

١٢ مايو ٢٠٢٦
deepgram-rust-text-intelligence
مطوّرو البرمجيات

Use when a user asks for Deepgram text intelligence from Rust. Route to raw HTTP guidance because this crate does not currently expose a dedicated /v1/read client or typed text-intelligence module.

٢٧ أبريل ٢٠٢٦
deepgram-rust-voice-agent
مطوّرو البرمجيات

Use when a user asks for Deepgram Voice Agent support from Rust. Route honestly: this crate does not currently expose the Agent WebSocket API, reusable agent configurations, or typed voice-agent events.

٢٧ أبريل ٢٠٢٦
deepgram-dotnet-audio-intelligence
مطوّرو البرمجيات

Use when writing or reviewing C# code in this repo that enables Deepgram intelligence overlays on Speech-to-Text requests. Covers `PreRecordedSchema` analytics flags such as `Summarize`, `Topics`, `Intents`, `Sentiment`, `DetectLanguage`, `DetectEntities`,…

٥ يونيو ٢٠٢٦
deepgram-dotnet-conversational-stt
مطوّرو البرمجيات

Use when evaluating, extending, or writing C# code for conversational speech-to-text, Flux-style real-time transcription, or turn-taking streaming in the Deepgram .NET SDK. Identifies missing Flux request parameters (language_hint, eot_threshold), maps…

٧ مايو ٢٠٢٦
deepgram-dotnet-management-api
مطوّرو البرمجيات

Use when writing or reviewing C# code in this repo that calls Deepgram Management APIs for projects, models, keys, members, invitations, usage, balances, and auth token grants. Covers `ClientFactory.CreateManageClient()` and…

٧ مايو ٢٠٢٦
deepgram-dotnet-speech-to-text
مطوّرو البرمجيات

Use when writing or reviewing C# code in this repo that calls Deepgram Speech-to-Text for prerecorded or live transcription. Covers `ClientFactory.CreateListenRESTClient()` with `TranscribeUrl` / `TranscribeFile`, and…

٧ مايو ٢٠٢٦
deepgram-dotnet-text-to-speech
مطوّرو البرمجيات

Use when writing or reviewing C# code in this repo that calls Deepgram Text-to-Speech. Covers `ClientFactory.CreateSpeakRESTClient()` with `ToStream` / `ToFile`, and `ClientFactory.CreateSpeakWebSocketClient()` with `Connect`, `SpeakWithText`, `Flush`, and…

٧ مايو ٢٠٢٦
deepgram-dotnet-voice-agent
مطوّرو البرمجيات

Use when writing or reviewing C# code in this repo that builds an interactive Deepgram Voice Agent over WebSocket. Covers `ClientFactory.CreateAgentWebSocketClient()`, `SettingsSchema`, event subscriptions, microphone audio streaming, injected user messages,…

٧ مايو ٢٠٢٦
deepgram-dotnet-text-intelligence
مطوّرو البرمجيات

Use when writing or reviewing C# code in this repo that calls Deepgram Text Intelligence / Read (`/read`) for sentiment, summarization, topic detection, and intent recognition on text or hosted text URLs. Covers `ClientFactory.CreateAnalyzeClient()` with…

٢٧ أبريل ٢٠٢٦
api
مطوّرو البرمجيات

Deepgram API reference for speech-to-text, text-to-speech, voice agents, audio intelligence, and account management. Use whenever building with Deepgram APIs — REST or WebSocket. Covers authentication, all endpoints, query parameters, request/response…

١٣ أغسطس ٢٠٢٦
docs
مطوّرو البرمجيات

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…

١٣ أغسطس ٢٠٢٦
examples
مطوّرو البرمجيات

Find working Deepgram integration examples with third-party platforms and frameworks. Use whenever someone wants to integrate Deepgram with Twilio, LiveKit, LangChain, Vercel AI SDK, Discord, Vonage, Pipecat, Expo, FastAPI, Cloudflare Workers, Slack,…

١٣ أغسطس ٢٠٢٦
recipes
مطوّرو البرمجيات

Find focused, runnable Deepgram recipes for a specific feature × language. Use whenever someone wants a minimal working code snippet for ONE feature (transcribe URL, diarize, smart-format, voice agent connect, etc.) rather than a full starter app. Recipes are…

١٣ أغسطس ٢٠٢٦
starters
مطوّرو البرمجيات

Clone a ready-to-run Deepgram demo app and start building on top of it. Use whenever someone wants a quick working demo, needs to prototype with Deepgram, or is starting a new project that uses speech-to-text, text-to-speech, voice agents, audio intelligence,…

١٣ أغسطس ٢٠٢٦
template-skill
مطوّرو البرمجيات

Replace with description of the skill and when to use it.

٢٤ أبريل ٢٠٢٦
setup-mcp
مطوّرو البرمجيات

Set up the Deepgram MCP server for your AI coding tool. Checks whether the Deepgram CLI (dg/deepctl) is installed: if so, uses the local CLI MCP server (dg mcp) for full tool access; otherwise offers the hosted documentation MCP or suggests installing the…

٣١ مارس ٢٠٢٦
deepgram-java-voice-agent
مطوّرو البرمجيات

Use when writing or reviewing Java code in this repo that builds an interactive voice agent over `agent.deepgram.com/v1/agent/converse`. Covers `client.agent().v1().v1WebSocket()`, `AgentV1Settings`, `sendSettings`, `sendMedia`, event handlers, provider…

٢٤ أبريل ٢٠٢٦
deepgram-java-management-api
مطوّرو البرمجيات

Use when writing or reviewing Java code in this repo that calls Deepgram Management APIs for projects, project models, API keys, members, invites, usage, and billing. Covers `client.manage().v1().*` plus related think-model discovery under…

٢٤ أبريل ٢٠٢٦
deepgram-java-speech-to-text
مطوّرو البرمجيات

Use when writing or reviewing Java code in this repo that calls Deepgram Speech-to-Text v1 (`/v1/listen`) for prerecorded or live transcription. Covers `client.listen().v1().media().transcribeUrl` / `transcribeFile` (REST) and…

٢٤ أبريل ٢٠٢٦
deepgram-java-text-to-speech
مطوّرو البرمجيات

Use when writing or reviewing Java code in this repo that calls Deepgram Text-to-Speech v1 (`/v1/speak`) for audio synthesis. Covers one-shot REST via `client.speak().v1().audio().generate(...)` and streaming synthesis via `client.speak().v1().v1WebSocket()`.…

٢٤ أبريل ٢٠٢٦
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…

٢٤ أبريل ٢٠٢٦
deepgram-java-conversational-stt
مطوّرو البرمجيات

Use when writing or reviewing Java code in this repo that calls Deepgram Conversational STT v2 / Flux over `/v2/listen`. Covers `client.listen().v2().v2WebSocket()`, `V2ConnectOptions`, `onTurnInfo`, and turn-aware close handling. Use…

٢٤ أبريل ٢٠٢٦
deepgram-java-text-intelligence
مطوّرو البرمجيات

Use when writing or reviewing Java code in this repo that calls Deepgram Text Intelligence / Read (`/v1/read`) for text analysis. Covers `client.read().v1().text().analyze(...)` with `ReadV1Request` or `TextAnalyzeRequest`. Use…

٢٤ أبريل ٢٠٢٦
عرض ١٠ من أصل ١٠ مستودعات
تم تحميل كل المستودعات