Wispr cost tuning
'Wispr Flow cost tuning for voice-to-text API integration.From its SKILL.md
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill wispr-cost-tuningAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 277 tokens by cl100k_base, as published. Nobody here has run it
Wispr Flow Cost Tuning
Overview
Guidance for cost tuning with Wispr Flow voice-to-text API.
Instructions
Key Wispr Flow Concepts
- WebSocket API:
wss://api.wisprflow.ai/api/v1/ws(recommended, low latency) - REST API:
POST /api/v1/transcribe(simpler, higher latency) - 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 |
|---|---|---|
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 |
Resources
Next Steps
See related Wispr Flow skills for more patterns.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.