Meeting Summarizer

Meeting Notes Summarizer πŸ“‹

johnalbertini14-glitch Updated 1 repo stars

File contents

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

# 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

johnalbertini14-glitch/openclaw-skills/tree/main/skills/claudiodrusus/meeting-summarizer commit 25aa483e93

Frequently asked questions

npx skillmds@latest add johnalbertini14-glitch/meeting-summarizer