---
title: "Transcribe meetings and extract action items"
description: "Here's the recording from today's product sync. Transcribe it, pull out decisions and action items with owners, and push to notion/notes app."
canonical: "https://hub.ironclaw.com/usecases/transcribe-meetings-and-extract-action-items"
markdown: "https://hub.ironclaw.com/usecases/transcribe-meetings-and-extract-action-items.md"
type: "use-case"
categories: ["Personal assistant","Research","Business ops","Files / knowledge","Automation"]
author: "halfblood"
---

# Transcribe meetings and extract action items

## Example Prompt

> Here's the recording from today's product sync. Transcribe it, pull out decisions and action items with owners, and push to notion/notes app.

## What the Agent Does

Ingests the audio or video file, transcribes the full meeting with speaker labels and timestamps, then scans the transcript to surface decisions made, open questions, and action items with assigned owners and due dates where mentioned. It produces two outputs: a clean meeting summary doc with a timestamped timeline of key moments, and a structured action-item list. It then creates corresponding tickets in the user's task manager (google tasks, notion, docs, notes), tagging the right owner and linking back to the timestamp in the transcript for context.

## Skills and Tools

- Audio/video transcription skill (Whisper-based or similar speech-to-text with speaker diarization)
- Meeting summarizer skill (decisions + action items extraction template)
- Notion/GoogleDoc/Google Tasks Access
- Google Drive or local file read tool for ingesting the recording
- Document export (Markdown / Google Docs / Notion)

## Categories

- Personal assistant
- Research
- Business ops
- Files / knowledge
- Automation

## Links

- [HTML page](https://hub.ironclaw.com/usecases/transcribe-meetings-and-extract-action-items)

