Wispr core workflow b
425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill wispr-core-workflow-bAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
'Wispr Flow core workflow b for voice-to-text API integration.
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, 278 tokens by cl100k_base, as published. Nobody here has run it
Wispr Flow Core Workflow B
Overview
Guidance for core workflow b 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.