From wispr-pack
Guides Wispr Flow local dev loop for voice-to-text API integration via WebSocket or REST, covering auth, 16kHz PCM audio, programming context, and error handling.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin wispr-packThis skill is limited to using the following tools:
Guidance for local dev loop with Wispr Flow voice-to-text API.
Guides Wispr Flow voice-to-text API integration for dictation, WebSocket streaming, and voice apps via WebSocket/REST, auth, audio formats, errors, and deployment.
Enables natural voice conversations in Claude Code using STT/TTS via MCP tools like voicemode:converse. Handles setup, diagnostics, and voice troubleshooting.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Guidance for local dev loop 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.