✓ Verified 💻 Development ✓ Enhanced Data

Shelly Meeting Summarizer

Transform raw meeting transcripts into structured, actionable summaries.

Rating
4.2 (375 reviews)
Downloads
676 downloads
Version
1.0.0

Overview

Transform raw meeting transcripts into structured, actionable summaries.

Key Features

1

Key Decisions made during the meeting

2

Action Items with assigned owners

3

Follow-up Dates and deadlines

4

3-Sentence Summary of the entire meeting

Complete Documentation

View Source →

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

Installation

Terminal bash

openclaw install shelly-meeting-summarizer
    
Copied!

💻Code Examples

example.sh
# From a file
./summarize.sh < transcript.txt

# From clipboard
pbpaste | ./summarize.sh

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

Tags

#cli_utilities #script

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author claudiodrusus
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install shelly-meeting-summarizer