Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIMuseMuseOpenClawOpenClaw+21 more

    Local Whisper Stt

    10

    Transcribe audio fully offline with faster-whisper in Python: choose model size by accuracy budget, filter silence with VAD, and emit txt/srt/json. Use when a u

    Free

    1 installSecurity scanned
    Local Whisper Stt

    Local Whisper Stt

    Example session with this skill installed

    Transcribe meeting_recording.mp3 using the 'small' model. I need both a text file and subtitles.

    • Read your context and instructions
    • Compiled the local whisper stt

    Processing meeting_recording.mp3...
    Language detected: English (0.98 confidence)
    VAD filter active: 12s of silence skipped.
    Transcribing with 'small' model (int8)...

    Outputs generated

    • meeting_recording.txt (Plain text)
    • meeting_recording.srt (Subtitles with timestamps)

    Connects securely to your tools. The creator never sees your data.

    About this skill

    The problem

    Sending sensitive audio recordings to cloud APIs poses privacy risks and high costs for batch processing. Standard Whisper implementations are often too slow or resource-heavy for local development machines.

    What it does

    • Transcribes audio files fully offline using the faster-whisper CTranslate2 engine.
    • Detects languages automatically or forces specific locales for better accuracy.
    • Filters silence and background noise using Voice Activity Detection (VAD).
    • Outputs transcripts in .txt, .srt, and .json formats with precise timestamps.
    • Optimizes memory usage via int8 quantization for consumer-grade hardware.

    Frameworks & tools

    Python, faster-whisper, CTranslate2, FFmpeg, and VAD (Voice Activity Detection).

    Why this beats prompting it yourself

    This skill handles the boilerplate of setting up an efficient local inference pipeline. It includes VAD filtering to prevent hallucinated text during silence and provides pre-configured model tiers to balance speed against accuracy without trial and error.

    Use cases

    • Transcribe confidential internal meetings without cloud data leakage.
    • Generate .srt subtitle files for long-form video content locally.
    • Process massive batches of audio files without incurring per-minute API fees.
    • Create searchable text indexes from voice memos and interview recordings.

    Known limitations

    Requires FFmpeg installed on the host system. Not intended for real-time streaming transcription.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    1 install

    Downloaded by developers to date

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    • Free to download with an account

    Listed1 month ago
    Updated12 days ago

    What's inside

    Frequently Asked Questions