Claude-code-plugins-plus-skills wispr-common-errors
install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/wispr-pack/skills/wispr-common-errors" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-skills-wispr-common-errors && rm -rf "$T"
manifest:
plugins/saas-packs/wispr-pack/skills/wispr-common-errors/SKILL.mdsource content
Wispr Flow Common Errors
Overview
Guidance for common errors with Wispr Flow voice-to-text API.
Instructions
Key Wispr Flow Concepts
- WebSocket API:
(recommended, low latency)wss://api.wisprflow.ai/api/v1/ws - REST API:
(simpler, higher latency)POST /api/v1/transcribe - Auth: API key (backend) or access token (client-side)
- Audio format: 16kHz mono PCM preferred
- Context awareness: Understands code, CLI commands, dev jargon
- Platforms: Mac, Windows, iOS, browser API
Error Handling
| Error | Cause | Solution |
|---|---|---|
| Invalid key | Check at wisprflow.ai/developers |
| WebSocket closed | Network issue | Reconnect with backoff |
| Poor accuracy | Wrong context | Set context to 'programming' for code |
Resources
Next Steps
See related Wispr Flow skills for more patterns.