From wispr-pack
Guides CI integration for Wispr Flow voice-to-text API using WebSocket streaming or REST, with auth, error handling, and code dictation best practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wispr-pack:wispr-ci-integrationThis 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 ci integration with Wispr Flow voice-to-text API.
Guidance for ci integration 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-packGuides Wispr Flow voice-to-text API integration for dictation, WebSocket streaming, and voice apps via WebSocket/REST, auth, audio formats, errors, and deployment.
Sets up and manages a DIY voice input stack (whisper.cpp + sox + Hammerspoon) for hands-free operation. Useful for users with wrist injuries or RSI who want to control workflows by voice.
Integrates TwinMind AI meeting transcription into CI/CD pipelines for automated documentation and action item tracking. Useful for CI setups or TwinMind API operations.