'Wispr Flow debug bundle for voice-to-text API integration. Use when integrating Wispr Flow dictation, WebSocket streaming, or building voice-powered applications. Trigger: \"wispr debug bundle\". '
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill wispr-debug-bundle --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wispr Debug Bundle?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-wispr-debug-bundle)More formats (shields.io, HTML) on the badges page.
---
name: wispr-debug-bundle
description: "'Wispr Flow debug bundle for voice-to-text API integration. Use when integrating Wispr Flow dictation, WebSocket streaming, or building voice-powered applications. Trigger: \"wispr debug bundle\". '"
allowed-tools: "Read, Write, Edit, Bash(npm:*), Grep"
category: engineering-core
source_repo: jeremylongshore/claude-code-plugins-plus-skills
source_path: "plugins/saas-packs/wispr-pack/skills/wispr-debug-bundle/SKILL.md"
source_url: https://github.com/jeremylongshore/claude-code-plugins-plus-skills/blob/HEAD/plugins/saas-packs/wispr-pack/skills/wispr-debug-bundle/SKILL.md
---
# Wispr Flow Debug Bundle
## Overview
Guidance for debug bundle 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
- [Wispr Flow Developers](https://wisprflow.ai/developers)
- [API Docs](https://api-docs.wisprflow.ai/introduction)
- [WebSocket Quickstart](https://api-docs.wisprflow.ai/websocket_quickstart)
## Next Steps
See related Wispr Flow skills for more patterns.
---
**Source:** [`jeremylongshore/claude-code-plugins-plus-skills`](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) → `plugins/saas-packs/wispr-pack/skills/wispr-debug-bundle/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!