From wispr-pack
Guides Wispr Flow voice-to-text API integration via WebSocket streaming or REST, with auth, error handling, and dev context for dictation in code/CLI apps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wispr-pack:wispr-reference-architectureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guidance for reference architecture with Wispr Flow voice-to-text API.
Guidance for reference architecture with Wispr Flow voice-to-text API.
wss://api.wisprflow.ai/api/v1/ws (recommended, low latency)POST /api/v1/transcribe (simpler, higher latency)| Error | Cause | Solution |
|---|---|---|
401 Unauthorized | Invalid key | Check at wisprflow.ai/developers |
| WebSocket closed | Network issue | Reconnect with backoff |
| Poor accuracy | Wrong context | Set context to 'programming' for code |
See related Wispr Flow skills for more patterns.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin wispr-packProvides SDK patterns for Wispr Flow voice-to-text API integration via WebSocket streaming or REST endpoints, with auth, error handling, and audio format guidance.
Builds voice AI applications using OpenAI Realtime API, Deepgram, ElevenLabs, Vapi, and LiveKit. Handles real-time audio streaming, voice agent architecture, and latency optimization.
Implements AssemblyAI reference architecture for transcription services: layered design, webhooks, LeMUR pipelines, TypeScript/Node.js project structure.