Summarize meeting transcripts and extract action items
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill meeting-summarizer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Meeting Summarizer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-meeting-summarizer)More formats (shields.io, HTML) on the badges page.
---
name: meeting-summarizer
description: Summarize meeting transcripts and extract action items
allowed-tools:
- read_file
- write_file
---
# Meeting Summarizer
Read a meeting transcript and produce a structured summary with action items.
## Steps
1. Use read_file to read the meeting transcript from the path the user provides
2. Analyze the transcript for key decisions, action items, and owners
3. Use write_file to save the summary as a markdown file in the same directory
4. Return the summary to the user
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!