From wispr-pack
Provides Wispr Flow security basics for voice-to-text API integration, covering WebSocket/REST auth, error handling, and audio formats. Use for dictation, streaming, or voice apps.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin wispr-packThis skill is limited to using the following tools:
Guidance for security basics with Wispr Flow voice-to-text API.
Provides Wispr Flow production checklist for voice-to-text API integration via WebSocket or REST. Covers auth, error handling, audio formats, and best practices for dictation apps.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Guidance for security basics 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.