Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Whisper Api Stt

    1

    Transcribe audio through the OpenAI transcriptions endpoint with plain curl: pre-compress with ffmpeg, upload as multipart form data, pick whisper-1 or gpt-4o-t

    $5

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    Whisper Api Stt

    Whisper Api Stt

    Example session with this skill installed

    Transcribe interview.mp3 using the diarization model and output it with speaker labels. The recording has specific jargon about 'Kubernetes clusters'.

    • Read your context and instructions
    • Compiled the whisper api stt
    1. Compressed interview.mp3 to 4.2MB (16kHz mono).
    2. Sent to gpt-4o-transcribe-diarize.

    Output
    Speaker A: How are the Kubernetes clusters performing?
    Speaker B: We scaled the pods but the ingress controller is lagging.

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

    What you get

    Compress and transcribe large audio files under the 25MB API limit.Extract speaker-labeled transcripts from multi-person interviews.Generate timestamped segments for video captioning workflows.Fix spelling of technical jargon using transcription prompt hints.

    About this skill

    The problem

    Large audio files often exceed API limits or consume excessive bandwidth, while local transcription models lack the accuracy of specialized cloud endpoints. Managing multipart form data and parsing complex JSON segments manually is tedious and error-prone.

    What it does

    • Pre-compresses audio to mono 16 kHz Opus/MP3 using ffmpeg to fit under 25 MB limits.
    • Executes authenticated multipart uploads to OpenAI transcription endpoints using curl.
    • Parses verbose_json responses into human-readable formats with jq.
    • Implements diarization models to extract speaker labels from recordings.
    • Optimizes accuracy for technical jargon and names using prompt-injection hints.

    Frameworks & tools

    OpenAI API, ffmpeg, curl, jq, and standard Unix shell environments.

    Why this beats prompting it yourself

    This skill handles the low-level infrastructure of audio processing that standard LLM prompts ignore. It ensures files are correctly downsampled for cost-efficiency and provides the specific jq filters needed to turn raw API responses into usable transcripts immediately.

    Use cases

    • Transcribe long podcasts or meetings by compressing them for API compatibility.
    • Generate timestamped SRT or VTT files for video subtitles.
    • Identify different speakers in interview recordings using diarization models.
    • Improve transcription of technical documentation by biasing the model with specific jargon.

    Known limitations

    Requires an active OPENAI_API_KEY and local installations of ffmpeg and jq. Files that remain over 25 MB after compression must be manually chunked.

    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

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 25 days ago

    • Passed all security checks, Safe to install

    Listed25 days ago
    Updated24 days ago

    Frequently Asked Questions