skills/skill-transcript/SKILL.md
Transcribe audio and video files using ElevenLabs Scribe, OpenAI Whisper, or Google Gemini. Supports automatic chunking for large files, speaker diarization, timestamps, and multiple output formats (text, SRT, VTT, JSON).
npx skillsauth add hasna/skills transcriptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides high-quality speech-to-text transcription using multiple AI providers. It automatically handles large files through compression and chunking.
This CLI is API-backed. Set SKILL_API_KEY when routing through the hosted skills/connectors runtime; provider-specific keys are managed by that runtime.
bun run src/index.ts transcribe \
--provider openai \
--input ./recording.mp3
bun run src/index.ts transcribe \
--provider elevenlabs \
--input ./meeting.mp3 \
--diarize \
--timestamps \
--format srt
bun run src/index.ts transcribe \
--provider gemini \
--input ./video.mp4 \
--format vtt \
--output ./captions.vtt
bun run src/index.ts providers
| Format | Extension | Description | |--------|-----------|-------------| | text | .txt | Plain text transcript | | srt | .srt | SubRip subtitle format | | vtt | .vtt | WebVTT subtitle format | | json | .json | Full structured data with metadata |
The skill automatically handles files larger than provider limits:
# ElevenLabs
export ELEVENLABS_API_KEY=your_key
# OpenAI
export OPENAI_API_KEY=your_key
# Google Gemini
export GOOGLE_API_KEY=your_key
For chunking support (OpenAI with large files):
ffmpeg - Audio processingffprobe - Duration detectionInstall on macOS:
brew install ffmpeg
testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates