transcribe

Transcribe audio and video recordings into text with optional speaker diarization.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jaimedhenriques/finsyt --skill transcribe-jaimedhenriques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/jaimedhenriques/finsyt/tree/main/artifacts/platform/.agents/skills/transcribe
Command: npx skills add https://github.com/jaimedhenriques/finsyt --skill transcribe-jaimedhenriques

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual effort of converting spoken audio into readable text, making interviews, meetings, lectures, and voice notes easy to search, review, and share.

Core Features & Use Cases

  • Fast transcription: Convert audio or video files into plain text with sensible defaults for quick results.
  • Speaker-aware output: Add diarization and known-speaker hints when you need labeled dialogue from meetings or interviews.
  • Repeatable workflow: Use the bundled CLI to produce consistent outputs and save transcription runs in an organized folder structure.

Quick Start

Use the transcribe skill to turn the attached audio or video file into text, and add known speakers or diarization if you need speaker labels.

Frequently Asked Questions about transcribe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe an audio recording into text?

You can transcribe audio recordings into text by running the bundled CLI with sensible defaults, which quickly converts spoken audio files into clean plain text output.

Can I add speaker labels to meeting transcriptions?

Yes, you can add speaker labels to meeting transcriptions by enabling diarization and providing known-speaker hints to generate labeled dialogue output in JSON format.

Do I need an OpenAI API key to convert video files into text?

Yes, an OpenAI API key is required to convert video files into text, as the transcription process relies on OpenAI to process the audio track and produce accurate speech-to-text results.

Does this transcription tool support diarization for interviews?

Yes, this transcription tool supports diarization for interviews, allowing you to separate and label different speakers within the recording using known-speaker hints for accurate dialogue.

What is the best way to get repeatable transcription runs for lectures?

The best way to get repeatable transcription runs for lectures is using the bundled CLI, which produces consistent outputs and saves transcription runs in an organized folder structure.