meeting-action-item-extractor

Installation
SKILL.md

When to invoke

  • You have a meeting transcript and want a to-do list with owners and deadlines.
  • You need consistent structure for feeding tasks into any project management system.

Inputs needed

  • --transcript: plain-text transcript file.
  • (Optional) --participants: JSON array of participant names to help owner matching.

Workflow

  1. Read transcript and split into lines.
  2. Detect action-item cues:
    • "action item", "AI:", "todo", "we should", "I'll", "I will", "can you"
  3. Extract:
    • task: normalized imperative text
    • owner: inferred from speaker prefix (e.g., "Alex:") or matched participant name
    • due_date: parse simple natural phrases like "by Friday", "by 2026-06-01" (best-effort)
  4. Deduplicate similar tasks.
  5. Output JSON.
Installs
8
First Seen
May 13, 2026
meeting-action-item-extractor — sisodiabhumca/agent-skills