Skip to main content
Back to the directory
openai/skillsSoftware EngineeringFrontend and Design

transcribe

Transcribe audio files to text with optional speaker diarization and known-speaker hints.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/openai/skills --skill transcribe
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, transcribe has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: openai/skills. Canonical URL: https://skills.sh/openai/skills/transcribe.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Transcribe audio files to text with optional speaker diarization and known-speaker hints. Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs. Prefer uv for dependency management. If uv is unavailable: User-scoped skills install under $CODEX_HOME/skills (default: ~/.codex/skills ). Single file (fast text default): Diarization with known speakers (up to 4): Plain text output (explicit): - Supports fast text transcription via gpt-4o-mini-transcribe and speaker-labeled diarization via gpt-4o-transcribe-diarize - Accepts multiple audio formats and optional known-speaker references (up to 4 speakers) to improve diarization accuracy - Outputs as plain text, JSON, or diarized JSON with configurable output directories to prevent overwrites - Requires OPENAI_API_KEY environment variable; uses bundled Python CLI for deterministic, repeatable transcription runs - Collect inputs: audio file path(s), desired response format (text/json/diarized_json), optional language hint, and any known speaker references. - Verify OPENAI_API_KEY is set. If missing, ask the user to set it locally (do not ask them to paste the key).

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does transcribe do?

Transcribe audio files to text with optional speaker diarization and known-speaker hints.

Is transcribe good?

transcribe does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support transcribe?

transcribe currently lists compatibility with Codex, Skills CLI.

Is transcribe safe to install?

transcribe has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to transcribe?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install transcribe?

Run the following command to install transcribe: npx skills add https://github.com/openai/skills --skill transcribe

Related skills

More from openai/skills

Related skills

Alternatives in Software Engineering