npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/wispr-pack

v1.0.0

Published

Claude Code skill pack for Wispr - 18 skills covering voice-to-text, dictation, and speech input automation

Readme

Wispr Flow Skill Pack

18 production-ready Claude Code skills for Wispr Flow -- real voice-to-text API code with WebSocket streaming and REST transcription.

What This Is

A complete skill pack for integrating Wispr Flow voice dictation. Every skill contains real API code: WebSocket streaming, REST transcription, audio capture, and developer-context-aware dictation. Wispr Flow understands code, CLI commands, and technical jargon.

Installation

/plugin install wispr-pack@claude-code-plugins-plus

Skills

Standard Skills (S01-S12)

| # | Skill | What It Does | |---|-------|-------------| | S01 | wispr-install-auth | API key setup, WebSocket connection, client token generation | | S02 | wispr-hello-world | REST transcription, WebSocket streaming, browser audio capture | | S03 | wispr-local-dev-loop | Mock transcription, test fixtures, audio recording tools | | S04 | wispr-sdk-patterns | WebSocket reconnection, audio processing, context management | | S05 | wispr-core-workflow-a | Real-time dictation, partial/final results, IDE integration | | S06 | wispr-core-workflow-b | Batch transcription, file processing, multi-language | | S07 | wispr-common-errors | WebSocket disconnects, audio format issues, empty results | | S08 | wispr-debug-bundle | Connection diagnostics, audio format validation | | S09 | wispr-rate-limits | Concurrent connections, request throttling | | S10 | wispr-security-basics | API key protection, client tokens, audio data privacy | | S11 | wispr-prod-checklist | Audio quality, fallback strategies, health checks | | S12 | wispr-upgrade-migration | API version changes, WebSocket protocol updates |

Pro Skills (P13-P18)

| # | Skill | What It Does | |---|-------|-------------| | P13 | wispr-ci-integration | Automated transcription tests, fixture-based validation | | P14 | wispr-deploy-integration | Deploy voice features to Vercel/Cloud Run | | P15 | wispr-webhooks-events | Transcription completion callbacks, real-time events | | P16 | wispr-performance-tuning | Audio compression, WebSocket optimization, latency | | P17 | wispr-cost-tuning | Usage monitoring, audio length optimization | | P18 | wispr-reference-architecture | Voice-powered app architecture, audio pipeline |

Key Concepts

  • WebSocket: wss://api.wisprflow.ai/api/v1/ws for real-time streaming
  • REST: POST /api/v1/transcribe for file-based transcription
  • Audio: 16kHz mono PCM preferred, supports WAV/MP3
  • Context: Developer-aware -- understands code, CLI, and technical terms
  • Auth: API key (backend) or short-lived access tokens (client)

License

MIT