·audio-transcriber
*

audio-transcriber

Transcribe audio/video files to text using OpenAI Whisper.

17Installs·0Trend·@famaoai-creator

Installation

$npx skills add https://github.com/famaoai-creator/gemini-skills --skill audio-transcriber

How to Install audio-transcriber

Quickly install audio-transcriber AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill audio-transcriber
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: famaoai-creator/gemini-skills.

SKILL.md

View raw

| 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

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/famaoai-creator/gemini-skills --skill audio-transcriber
Category
*Creative Media
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from famaoai-creator/gemini-skills

Quick answers

What is audio-transcriber?

Transcribe audio/video files to text using OpenAI Whisper. Source: famaoai-creator/gemini-skills.

How do I install audio-transcriber?

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

Where is the source repository?

https://github.com/famaoai-creator/gemini-skills