Shelly Meeting Summarizer OpenClaw Plugin & Skill | ClawHub
Looking to integrate Shelly Meeting Summarizer into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate cli utilities tasks instantly, without having to write custom tools from scratch.
What this skill does
Transform raw meeting transcripts into structured, actionable summaries.
Install
openclaw skills install @claudiodrusus/shelly-meeting-summarizernpx clawhub@latest install shelly-meeting-summarizerFull SKILL.md
Open originalSKILL.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
bash4+curlANTHROPIC_API_KEYenvironment 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