# Meeting Summarizer

> Use this skill whenever the user provides a meeting transcript or asks for meeting notes; produce a summary with decisions, action items, and owners.

- **Type:** Skill
- **Install:** `agentstack add skill-microsoft-cat-agent-skills-meeting-summarizer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [microsoft](https://agentstack.voostack.com/s/microsoft)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [microsoft](https://github.com/microsoft)
- **Source:** https://github.com/microsoft/cat-agent-skills/tree/main/submissions/meeting-summarizer

## Install

```sh
agentstack add skill-microsoft-cat-agent-skills-meeting-summarizer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Transform a raw meeting transcript into a concise, structured summary that a
busy stakeholder can read in under a minute.

## Instructions
1. Read the entire transcript before writing anything.
2. Produce the summary in the following sections, omitting any that are empty:
   - **TL;DR** — 2–3 sentences capturing the outcome.
   - **Key decisions** — bullet list, each starting with a verb.
   - **Action items** — a table with columns: *Owner*, *Task*, *Due date*.
   - **Open questions** — anything left unresolved.
3. Never invent owners or dates. If an owner is unclear, write `Unassigned`.
4. Preserve the participants' exact terminology for product and feature names.
5. Keep the entire summary under 250 words unless the user asks for more detail.

## Tone
Neutral, factual, and skimmable. Avoid filler and editorializing.

## Example output
> **TL;DR** — The team agreed to ship the beta on the 15th and postpone the
> analytics dashboard to the next milestone.
>
> **Action items**
>
> | Owner | Task | Due date |
> | --- | --- | --- |
> | Priya | Finalize release notes | May 12 |
> | Unassigned | Draft customer email | — |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [microsoft](https://github.com/microsoft)
- **Source:** [microsoft/cat-agent-skills](https://github.com/microsoft/cat-agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-microsoft-cat-agent-skills-meeting-summarizer
- Seller: https://agentstack.voostack.com/s/microsoft
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
