meeting-transcription

Transcribe meeting audio with speaker diarization and generate action items.

147|32|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill meeting-transcription-seb1n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-transcription
Source: https://github.com/seb1n/awesome-ai-agent-skills/tree/main/communication/meeting-transcription
Command: npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill meeting-transcription-seb1n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of converting raw meeting audio into structured, actionable text, saving significant time and ensuring no critical information is missed.

Core Features & Use Cases

  • Accurate Transcription: Converts audio to text with speaker identification and timestamps.
  • Intelligent Summarization: Generates concise summaries, identifies decisions, and extracts action items.
  • Multi-format Support: Handles various audio file types and multiple languages.
  • Use Case: After a client call, automatically generate a summary with agreed-upon next steps and send it to the team.

Quick Start

Transcribe and summarize the meeting recording located at /path/to/meeting.m4a, identifying Speaker 1 as Alice and Speaker 2 as Bob, outputting in markdown format.

Frequently Asked Questions about meeting-transcription

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

FAQPage Schema
How do I transcribe meeting audio and automatically generate action items?

To transcribe meeting audio and generate action items, you can use a speech-to-text engine that performs speaker diarization and natural language processing to extract structured outputs like decisions and next steps.

Can I process meeting recordings in multiple languages and different audio formats?

Yes, meeting transcription supports handling various audio file types and multiple languages, converting the speech to text while identifying speakers and timestamps across different recording formats.

How does speaker diarization work for meeting transcription?

Speaker diarization works by segmenting meeting audio based on who is speaking, allowing the speech-to-text process to attribute specific dialogue to individual speakers like Speaker 1 or Speaker 2.

What is the best way to summarize meeting recordings and extract decisions?

The best way to summarize meeting recordings is through natural language processing, which analyzes the transcribed text to generate concise summaries, identify decisions, and extract action items.

How do I automatically extract and format meeting action items from an audio recording?

You can extract and format meeting action items by running the audio recording through a speech-to-text engine that outputs structured markdown, identifying agreed-upon next steps and assigned speakers.

Do I need specific audio processing tools to get a meeting summary with timestamps?

You need an audio processing tool that utilizes speech-to-text engines and natural language processing to convert recordings into a meeting summary with accurate speaker identification and timestamps.