shelly-meeting-summarizer
v1.0.0生成简洁会议纪要,突出关键决策、待办事项与责任人、跟进日期,并附三句话概述。
Installation
Please help me install the skill `shelly-meeting-summarizer` from SkillHub official store.
npx skills add claudiodrusus/shelly-meeting-summarizer
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