deepgram

83 mods across 5 repositories, 56 stars between them.

core-mcp

73

deepgram/wsh

Skill Claude CodeCodex

REQUIRED before any wsh terminal operation. Contains the complete MCP tool reference and bootstrap sequence for wshcreatesession, wshsendinput, wshgetscreen, wshsendandread, wshsendkeys, and all wsh tools. Do NOT guess wsh CLI commands or HTTP endpoints — use MCP tools or load this skill first.

5 3mo ago A 76 tokens original ISC

core

74

deepgram/wsh

Skill Claude CodeCodex

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 'wsh ' commands or guess endpoints. Load this skill first.

5 3mo ago B 70 tokens original ISC

drive-process

75

deepgram/wsh

Skill Claude CodeCodex

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".

5 3mo ago A 54 tokens original ISC

generative-ui

76

deepgram/wsh

Skill Claude CodeCodex

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".

5 3mo ago A 47 tokens original ISC

infrastructure-ops

77

deepgram/wsh

Skill Claude CodeCodex

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. Examples: "deploy this application across 10 servers with…

5 3mo ago C 89 tokens original ISC

input-capture

78

deepgram/wsh

Skill Claude CodeCodex

Use 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".

5 3mo ago B 47 tokens original ISC

monitor

79

deepgram/wsh

Skill Claude CodeCodex

Use 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".

5 3mo ago B 46 tokens original ISC

multi-session

80

deepgram/wsh

Skill Claude CodeCodex

Use 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".

5 3mo ago A 53 tokens original ISC

tui

81

deepgram/wsh

Skill Claude CodeCodex

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".

5 3mo ago A 53 tokens original ISC

visual-feedback

82

deepgram/wsh

Skill Claude CodeCodex

Use 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".

5 3mo ago A 40 tokens original ISC

deepgram-mcp

83

deepgram/mcp

MCP server Claude CodeCodexCursor

Standalone MCP proxy for Deepgram's developer API — remote-proxy architecture with zero client upgrades. Runs locally from the deepgram-mcp Python package.

1 3mo ago A tokens not measured original MIT