Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @claudiodrusus Updated 7/16/2026 478 downloads 0 stars Security: Pass

Meeting Summarizer OpenClaw Plugin & Skill | ClawHub

Looking to integrate Meeting Summarizer into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate ai & llms tasks instantly, without having to write custom tools from scratch.

What this skill does

# 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)

Install

ClawHub CLI
openclaw skills install @claudiodrusus/meeting-summarizer
Node.js (npx)
npx clawhub@latest install meeting-summarizer

Full SKILL.md

Open original

SKILL.md content below is scrollable.

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

ClawHub Registry URL: https://clawhub.ai/claudiodrusus/skills/meeting-summarizer

Related skills

If this matches your use case, these are close alternatives in the same category.