Install
openclaw skills install meeting-debriefProcess meeting transcripts to extract action items, recommendations, key topics, relationships, and generate Excalidraw visualizations. Use when the user shares a meeting transcript, recording notes, or conversation summary and wants a structured debrief with visual output.
openclaw skills install meeting-debriefTransform raw meeting transcripts into structured debriefs with Excalidraw visualizations, action items, and strategic recommendations.
The user provides a meeting transcript (timestamped conversation, Fathom notes, raw text, or pasted recording output). If no transcript is provided, ask the user to paste or attach one.
Group the conversation into 3-7 major topics discussed. For each topic:
Pull out all named entities:
Extract every action item with:
Based on the conversation, generate 3-5 strategic recommendations:
Build an Excalidraw JSON file that visually maps the meeting. The diagram should include:
Use the Excalidraw JSON template in templates/excalidraw-base.json as a starting structure. Generate element IDs using random alphanumeric strings (10 chars).
rectangle elements for cards and sectionstext elements for labels and contentarrow elements for relationships and flowsdiamond elements for decision points#1e1e1e background for title banner, white text#dbeafe (light blue) for topic/entity cards#dcfce7 (light green) for action items#fef3c7 (light yellow) for recommendations#fce7f3 (light pink) for key relationships/opportunities#f3e8ff (light purple) for financial/metricsSave the Excalidraw file as meeting-debrief-[participant]-[YYYY-MM-DD].excalidraw in the current working directory.
Present the debrief in this format:
## Meeting Debrief: [Meeting Title]
**Date:** [date] | **Participants:** [names] | **Type:** [meeting type]
---
### Key Topics
[numbered list with summaries]
### Companies & Entities
[table: Name | Sector | Stage | Key Metric | Notes]
### Action Items
| # | Task | Owner | Deadline | Priority |
|---|------|-------|----------|----------|
| 1 | ... | ... | ... | ... |
### Recommendations
1. **[Title]** — [description and rationale]
### Files Generated
- `meeting-debrief-[name]-[date].excalidraw` — Visual meeting map (open in Excalidraw or VS Code with Excalidraw extension)
If CRM tools are available (HubSpot or Zoho), offer to: