agentsclimarketplace

Wispr reference architecture

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/wispr-pack/skills/wispr-reference-architecture

425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill wispr-reference-architecture

Assembled 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 reference architecture 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.6 KB, as published. Nobody here has run it

Wispr Flow Reference Architecture

Overview

Guidance for reference architecture 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

ErrorCauseSolution
401 UnauthorizedInvalid keyCheck at wisprflow.ai/developers
WebSocket closedNetwork issueReconnect with backoff
Poor accuracyWrong contextSet context to 'programming' for code

Resources

Next Steps

See related Wispr Flow skills for more patterns.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.