# Meeting Notes Summarizer

> Summarize meeting notes into decisions, action items, owners, and deadlines. Use when the user asks for meeting minutes/notes/会议纪要/会议总结 or wants structured meeting outcomes.

- Skill: `zeroz-lab/meeting-notes-summarizer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zeroz-lab/meeting-notes-summarizer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zeroz-lab/meeting-notes-summarizer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: zeroz-lab (https://skillmd.com/u/zeroz-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zeroz-lab/meeting-notes-summarizer

---


# Meeting Notes Summarizer

## Workflow
1. Identify the meeting topic, date, and participants if present.
2. Extract decisions and unresolved questions.
3. Extract action items with owner and due date when available.
4. Note risks, blockers, or dependencies.
5. Keep outputs concise and actionable.

## Output format
Summary:
- Topic:
- Date:
- Participants:

Decisions:
- ...

Action items:
- [Owner] task (due: YYYY-MM-DD or TBC)

Open questions:
- ...

Risks/Dependencies:
- ...

## Notes
- If owners or dates are missing, mark as TBC.
- Do not invent facts; only use provided content.

