whisnap

macOS CLI for transcribing audio and video files using local Whisper models or Whisnap Cloud.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "whisnap" with this command: npx skills add neolio42/whisnap

whisnap

Use whisnap for transcribing audio/video files from the terminal. Requires the Whisnap macOS app with at least one model downloaded.

Setup (once)

  • Open Whisnap app → Settings → Advanced → Enable CLI (creates /usr/local/bin/whisnap symlink)
  • Download at least one Whisper model in the app

Common commands

  • Transcribe audio: whisnap recording.wav
  • Transcribe video: whisnap meeting.mp4
  • Cloud transcription: whisnap recording.wav --cloud
  • JSON output with timestamps: whisnap lecture.m4a --json
  • Specific model: whisnap interview.wav -m small-q5_1
  • Cloud + JSON: whisnap recording.wav --cloud --json
  • List downloaded models: whisnap --list-models
  • Verbose diagnostics: whisnap recording.wav -v

Supported formats

  • Audio: WAV, MP3, FLAC, M4A, OGG
  • Video: MP4, MOV, MKV, WebM

Flags

  • -c, --cloud — Use Whisnap Cloud instead of local model (requires sign-in)
  • -m, --model <ID> — Override model (e.g., small-q5_1). Defaults to app's selected model.
  • -j, --json — Structured JSON output with text, segments, timestamps, model info
  • -v, --verbose — Print progress and diagnostics to stderr
  • --list-models — List available models and exit

JSON output format

{
  "text": "transcribed text",
  "segments": [{ "start_ms": 0, "end_ms": 1000, "text": "segment" }],
  "model": "small-q5_1",
  "backend": "whisper",
  "processing_time_ms": 5000
}

Notes

  • The CLI reuses models and settings from the Whisnap app (~/Library/Application Support/com.whisnap.desktop/).
  • Cloud mode requires authentication — sign in via the app first.
  • For scripting, use --json and pipe stdout. Diagnostics go to stderr.
  • Exit code 0 = success, 1 = error.
  • Only Whisper models are supported in CLI mode (not Parakeet).
  • Confirm the file path exists before transcribing — the CLI validates but does not search.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Olares Market (olares-cli market)

olares-cli market command tree against the per-user Market app-store v2 API: list / get / categories for catalog browsing; install / uninstall / upgrade / cl...

Registry SourceRecently Updated
Coding

Mistral Mcp Openclaw

Configure OpenClaw to use the community mistral-mcp stdio server for Mistral OCR, Codestral FIM, Voxtral audio, durable workflows, moderation, classification...

Registry SourceRecently Updated
731swih
Coding

Web Design Lead Qualifier

Research and score prospective web design clients. Crawl their site, assess fit, and produce a qualification report. Use when asked to qualify a lead, resear...

Registry SourceRecently Updated
Coding

Olares Shared (olares-cli foundation)

Shared olares-cli foundation: profile model, first-time login (profile login with password + TOTP), bootstrapping a profile from an existing refresh token (p...

Registry SourceRecently Updated