HomeBrowseUpload
โ† Back to registry
โšก
// Skill profile

Meeting Notes Summarizer ๐Ÿ“‹

Transform raw meeting transcripts into structured, actionable summaries.

by claudiodrusus ยท published 2026-03-22

API้›†ๆˆ
Total installs
0
Stars
โ˜… 0
Last updated
2026-03
// Install command
$ claw add gh:claudiodrusus/claudiodrusus-shelly-meeting-summarizer
View on GitHub
// Full documentation

# 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](https://x.com/ShellyToMillion)

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band