Transform 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
共 1 个版本