peekaboo
49Skill Claude CodeCodex
Capture and automate macOS UI with the Peekaboo CLI.
Skill Claude CodeCodex
Capture and automate macOS UI with the Peekaboo CLI.
Skill Claude CodeCodex
ElevenLabs text-to-speech with mac-style say UX.
Skill Claude CodeCodex
Search and analyze your own session logs (older/parent conversations) using jq.
Skill Claude CodeCodex
Local text-to-speech via sherpa-onnx (offline, no cloud).
Skill Claude CodeCodex
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Skill Claude CodeCodex
Use 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.
Skill Claude CodeCodex
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Skill Claude CodeCodex
Control Sonos speakers (discover/status/play/volume/group).
Skill Claude CodeCodex
Terminal Spotify playback/search via spogo (preferred) or spotifyplayer.
Skill Claude CodeCodex
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
Skill Claude CodeCodex
Manage 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.
Skill Claude CodeCodex
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Plugin Claude Code
Plugin marketplace listing 7 plugins: deepgram, deepgram-js-sdk, deepgram-python-sdk, deepgram-java-sdk, deepgram-go-sdk.
Skill Claude CodeCodex
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 schemas, and WebSocket message formats. Reference files are…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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, Telegram, LlamaIndex, Zoom, Next.js, Nuxt, Django, SvelteKit…
Skill Claude CodeCodex
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 under 50 lines, read DEEPGRAMAPIKEY from env, and ship with…
Skill Claude CodeCodex
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 CLI. Use whenever someone wants to install Deepgram's agentic…
Skill Claude CodeCodex
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, or live streaming. Match the user's language, framework…
Skill Claude CodeCodex
Replace with description of the skill and when to use it.
Plugin Claude Code
Terminal-as-a-Service API skills for driving interactive terminals with AI.
Instructions file
Instructions for deepgram/wsh: See @docs/VISION.md for project vision and purpose.
Skill Claude CodeCodex
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 approval prompts", "coordinate several AI agents working on…
Skill Claude CodeCodex
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 server boundaries".