🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Eternal Meeting Extractor

by @eternal0404

Extracts summaries, decisions, action items, key points, questions, and attendees from meeting transcripts or notes.

Versionv1.0.0
Downloads524
TERMINAL
clawhub install eternal-meeting-extractor

πŸ“– About This Skill


name: meeting-extractor description: Extract action items, decisions, and key points from meeting transcripts or notes. Use when the user has meeting notes, call transcripts, or recorded meeting text and wants: action items extracted, decisions highlighted, summary generated, or follow-up tasks identified. Triggers on "summarize meeting", "extract action items", "meeting notes", "what were the decisions", "meeting recap".

Meeting Extractor

Parse meeting transcripts into structured summaries with action items.

Usage

python3 scripts/meeting.py extract transcript.txt
python3 scripts/meeting.py extract --format json transcript.txt
python3 scripts/meeting.py extract --followup transcript.txt

What It Extracts

  • Summary β€” 3-5 sentence overview
  • Decisions β€” Agreed-upon choices
  • Action Items β€” Tasks with owners and deadlines
  • Key Points β€” Important discussion topics
  • Questions β€” Unresolved questions needing answers
  • Attendees β€” Who participated
  • Output Formats

  • Text (default) β€” Human-readable summary
  • JSON β€” Machine-readable for task systems
  • Markdown β€” For documentation/wiki
  • πŸ’‘ Examples

    python3 scripts/meeting.py extract transcript.txt
    python3 scripts/meeting.py extract --format json transcript.txt
    python3 scripts/meeting.py extract --followup transcript.txt