audio-transcriber

Transcribe audio/video files to text using OpenAI Whisper.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "audio-transcriber" with this command: npx skills add famaoai-creator/gemini-skills/famaoai-creator-gemini-skills-audio-transcriber

Audio Transcriber

Transcribe audio/video files to text using OpenAI Whisper.

Usage

node dist/index.js [options]

Troubleshooting

Error Cause Fix

ffmpeg: command not found

FFmpeg not installed Install: brew install ffmpeg (macOS) or apt install ffmpeg (Linux)

Cannot find module 'openai'

OpenAI SDK not installed Run npm install openai

OPENAI_API_KEY is not set

API key missing Set export OPENAI_API_KEY=sk-... in your shell

Error: 413 Request Entity Too Large

Audio file exceeds 25MB limit Split file: ffmpeg -i input.mp3 -ss 0 -t 600 part1.mp3

Unsupported audio format

File format not recognized Convert to mp3/wav: ffmpeg -i input.ogg output.mp3

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md . It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.

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.

General

data-transformer

No summary provided by upstream source.

Repository SourceNeeds Review
General

prompt-optimizer

No summary provided by upstream source.

Repository SourceNeeds Review
General

completeness-scorer

No summary provided by upstream source.

Repository SourceNeeds Review
General

pmo-governance-lead

No summary provided by upstream source.

Repository SourceNeeds Review