- Model UsageUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.deepgram/dglabs-deepclaw23
- Nano Banana ProGenerate or edit images via Gemini 3 Pro Image (Nano Banana Pro).deepgram/dglabs-deepclaw23
- Nano PdfEdit PDFs with natural-language instructions using the nano-pdf CLI.deepgram/dglabs-deepclaw23
- NotionNotion API for creating and managing pages, databases, and blocks.deepgram/dglabs-deepclaw23
- ObsidianWork with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.deepgram/dglabs-deepclaw23
- Openai Image GenBatch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.deepgram/dglabs-deepclaw23
- Openai WhisperLocal speech-to-text with the Whisper CLI (no API key).deepgram/dglabs-deepclaw23
- Openai Whisper ApiTranscribe audio via OpenAI Audio Transcriptions API (Whisper).deepgram/dglabs-deepclaw23
- OpenhueControl Philips Hue lights/scenes via the OpenHue CLI.deepgram/dglabs-deepclaw23
- OracleBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).deepgram/dglabs-deepclaw23
- OrdercliFoodora-only CLI for checking past orders and active order status (Deliveroo WIP).deepgram/dglabs-deepclaw23
- PeekabooCapture and automate macOS UI with the Peekaboo CLI.deepgram/dglabs-deepclaw23
- Prepare PrPrepare a GitHub PR for merge by rebasing onto main, fixing review findings, running gates, committing fixes, and pushing to the PR head branch. Use after /reviewpr. Never merge or push to main.deepgram/dglabs-deepclaw23
- ProseOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.deepgram/dglabs-deepclaw23
- Review PrReview-only GitHub pull request analysis with the gh CLI. Use when asked to review a PR, provide structured feedback, or assess readiness to land. Do not merge, push, or make code changes you intend to keep.deepgram/dglabs-deepclaw23
- SagElevenLabs text-to-speech with mac-style say UX.deepgram/dglabs-deepclaw23
- Session LogsSearch and analyze your own session logs (older/parent conversations) using jq.deepgram/dglabs-deepclaw23
- Sherpa Onnx TtsLocal text-to-speech via sherpa-onnx (offline, no cloud)deepgram/dglabs-deepclaw23
- Skill CreatorCreate or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.deepgram/dglabs-deepclaw23
- SlackUse when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.deepgram/dglabs-deepclaw23
- SongseeGenerate spectrograms and feature-panel visualizations from audio with the songsee CLI.deepgram/dglabs-deepclaw23
- SonoscliControl Sonos speakers (discover/status/play/volume/group).deepgram/dglabs-deepclaw23
- Spotify PlayerTerminal Spotify playback/search via spogo (preferred) or spotify_player.deepgram/dglabs-deepclaw23
- SummarizeSummarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).deepgram/dglabs-deepclaw23
- Things MacManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.deepgram/dglabs-deepclaw23
- TmuxRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.deepgram/dglabs-deepclaw23
- TrelloManage Trello boards, lists, and cards via the Trello REST API.deepgram/dglabs-deepclaw23
- Twilio ActionsSend SMS messages and make outbound phone calls via Twiliodeepgram/dglabs-deepclaw23
- Video FramesExtract frames or short clips from videos using ffmpeg.deepgram/dglabs-deepclaw23
- Voice CallStart voice calls via the OpenClaw voice-call plugin.deepgram/dglabs-deepclaw23
- WacliSend WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).deepgram/dglabs-deepclaw23
- WeatherGet current weather and forecasts (no API key required).deepgram/dglabs-deepclaw23
- ApiDeepgram 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 schemas, and WebSocket message formats. Reference files are organized by domain: listen (STT), speak (TTS), agent (voice agents), read (text/audio intelligence), models, projects, auth, and self-hosted.deepgram/skills12
- DocsFind 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, text-to-speech, voice agents, audio intelligence, and self-hosted deployments.deepgram/skills12
- RecipesFind 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 under 50 lines, read DEEPGRAM_API_KEY from env, and ship with a runnable example_test. Covers Python, JavaScript, Go, .NET, Java, Rust, and the Deepgram CLI.deepgram/skills12
- Setup McpSet 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 CLI. Use whenever someone wants to install Deepgram's agentic tools, set up the MCP server, or connect their editor to Deepgram.deepgram/skills12
- Deepgram Java Audio IntelligenceUse 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 incdeepgram/deepgram-java-sdk7
- Deepgram Java Conversational SttUse 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-speech-to-text` for standard v1 transcription and `deepgram-java-voice-agent` for fully interactive assistants. Triggers include "flux", "conversational stt", "listen v2", "turn detection", "end of turn", and "eot".deepgram/deepgram-java-sdk7
- Deepgram Java Management ApiUse 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 `client.agent().v1().settings().think().models()`. Use `deepgram-java-voice-agent` for live agent conversations instead of admin APIs. Triggers include "management api", "list projects", "api keys", "members", "invites", "usage", "billing", and "models".deepgram/deepgram-java-sdk7
- Deepgram Java Speech To TextUse 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 `client.listen().v1().v1WebSocket()` (WebSocket). Use `deepgram-java-audio-intelligence` for analytics overlays, `deepgram-java-conversational-stt` for Flux `/v2/listen`, and `deepgram-java-voice-agent` for full-duplex assistants. Triggers include "transcribe", "speech to deepgram/deepgram-java-sdk7
- Deepgram Java Text IntelligenceUse 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 `deepgram-java-audio-intelligence` when the source is audio instead of text. Triggers include "read api", "text intelligence", "analyze text", "sentiment", "topics", "intents", and "summarize text".deepgram/deepgram-java-sdk7
- Deepgram Java Text To SpeechUse 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()`. Use `deepgram-java-voice-agent` for full-duplex assistants instead of one-way synthesis. Triggers include "tts", "text to speech", "speak", "aura", "streaming tts", and "speak websocket".deepgram/deepgram-java-sdk7
- Deepgram Java Voice AgentUse 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 configuration, and message injection. Use `deepgram-java-text-to-speech` for one-way synthesis or the STT skills for transcription-only flows. Triggers include "voice agent", "agent converse", "full duplex", "barge in", "function call", and "agendeepgram/deepgram-java-sdk7
- Agent OrchestrationUse 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 approval prompts", "coordinate several AI agents working on subtasks of a larger project".deepgram/wsh5
- Cluster OrchestrationUse 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 server boundaries".deepgram/wsh5
- CoreREQUIRED 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 'wsh <verb>' commands or guess endpoints. Load this skill first.deepgram/wsh5
- Core McpREQUIRED 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 endpoints — use MCP tools or load this skill first.deepgram/wsh5
- Drive ProcessUse 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".deepgram/wsh5
- Generative UiUse 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".deepgram/wsh5
- Infrastructure OpsUse 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. Examples: "deploy this application across 10 servers with health checks between each", "upgrade packages across the fleet and handle diverse prompts", "inspect and modify configuration across servers", "roll back a failed deployment".deepgram/wsh5
- Input CaptureUse when you need to intercept keyboard input from the human temporarily. Examples: "ask the user for approval before running a command", "build a selection menu in the terminal", "capture text input from the user".deepgram/wsh5
- MonitorUse when you need to watch, observe, or react to human terminal activity. Examples: "monitor the terminal for errors", "watch what the user is doing and provide help", "audit terminal activity for security issues".deepgram/wsh5
- Multi SessionUse when you need to orchestrate multiple parallel terminal sessions via wsh server mode. Examples: "run builds in parallel across several projects", "tail logs in one session while working in another", "fan out tests across multiple sessions and gather results".deepgram/wsh5
- TuiUse 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".deepgram/wsh5
- Visual FeedbackUse when you need to communicate with the human visually through the terminal. Examples: "show a status panel", "display an overlay notification", "build a visual dashboard in the terminal".deepgram/wsh5