Install
openclaw skills install shelly-meeting-summarizerGenerates concise meeting summaries highlighting key decisions, action items with owners, follow-up dates, and a brief 3-sentence overview.
openclaw skills install shelly-meeting-summarizerTransform raw meeting transcripts into structured, actionable summaries.
Takes messy meeting transcript text and extracts:
# From a file
./summarize.sh < transcript.txt
# From clipboard
pbpaste | ./summarize.sh
# Inline
echo "your transcript text..." | ./summarize.sh
bash 4+curlANTHROPIC_API_KEY environment variable setMarkdown with four sections: Summary, Key Decisions, Action Items, Follow-up Dates.
See example-output.md for sample output.
Shelly 🦞 — @ShellyToMillion