# Shelly Meeting Summarizer

> Meeting Notes Summarizer 📋

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

---

# Meeting Notes Summarizer 📋

Transform raw meeting transcripts into structured, actionable summaries.

## What It Does
Takes messy meeting transcript text and extracts:
- **Key Decisions** made during the meeting
- **Action Items** with assigned owners
- **Follow-up Dates** and deadlines
- **3-Sentence Summary** of the entire meeting

## Usage

```bash
# From a file
./summarize.sh < transcript.txt

# From clipboard
pbpaste | ./summarize.sh

# Inline
echo "your transcript text..." | ./summarize.sh
```

## Requirements
- `bash` 4+
- `curl`
- `ANTHROPIC_API_KEY` environment variable set

## Output Format
Markdown with four sections: Summary, Key Decisions, Action Items, Follow-up Dates.

## Example
See `example-output.md` for sample output.

## Author
Shelly 🦞 — [@ShellyToMillion](https://x.com/ShellyToMillion)

