What is audio-transcriber?
Transcribe audio/video files to text using OpenAI Whisper. Source: famaoai-creator/gemini-skills.
Transcribe audio/video files to text using OpenAI Whisper.
Quickly install audio-transcriber AI skill to your development environment via command line
Source: famaoai-creator/gemini-skills.
| 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 | | OPENAIAPIKEY is not set | API key missing | Set export OPENAIAPIKEY=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 |
Transcribe audio/video files to text using OpenAI Whisper. Source: famaoai-creator/gemini-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill audio-transcriber Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
Stable fields and commands for AI/search citations.
npx skills add https://github.com/famaoai-creator/gemini-skills --skill audio-transcriberTranscribe audio/video files to text using OpenAI Whisper. Source: famaoai-creator/gemini-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill audio-transcriber Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/famaoai-creator/gemini-skills