Eternal Meeting Extractor

Other

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

Install

openclaw skills install eternal-meeting-extractor

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