agentsclimarketplace

Wispr deploy integration

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/wispr-pack/skills/wispr-deploy-integration

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-deploy-integration

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 deploy integration 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, 276 tokens by cl100k_base, as published. Nobody here has run it

Wispr Flow Deploy Integration

Overview

Guidance for deploy integration 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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,132. 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.