Agent skill

wispr-sdk-patterns

Wispr Flow sdk patterns for voice-to-text API integration. Use when integrating Wispr Flow dictation, WebSocket streaming, or building voice-powered applications. Trigger: "wispr sdk patterns".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/wispr-pack/skills/wispr-sdk-patterns

SKILL.md

Wispr Flow Sdk Patterns

Overview

Guidance for sdk patterns 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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results