Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

meeting-debrief会议汇报

Agent Skill

meeting-debrief 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,740

周安装

159

GitHub Stars

公开资料未说明

下载量

1,310
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:meeting-debrief(会议汇报)
来源仓库:https://github.com/adawodu/meeting-debrief
安装命令:
openclaw skills install meeting-debrief
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install meeting-debrief

简介

meeting-debrief 处理会议记录并生成 Excalidraw 可视化图表,提取行动项与关系图。

  • 适用于复盘会议与知识沉淀,将文本转化为直观图形便于团队理解。
  • 输入会议文字稿,系统自动识别关键主题、建议与责任人并绘图输出。
  • 使用前需安装 Excalidraw 插件或访问在线编辑器,确保导出格式兼容。
  • 图形布局由算法生成,复杂议题建议人工调整节点位置以提升可读性。

SKILL.md

name
meeting-debrief
description
Process 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.
version
1.0.0
author
dynoclaw
user-invocable
true
metadata
{"openclaw":{"emoji":"🎙️"}}

Meeting Debrief

Transform raw meeting transcripts into structured debriefs with Excalidraw visualizations, action items, and strategic recommendations.

Input

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.

Processing Steps

Step 1 — Identify Participants & Context

  • Extract speaker names (map "You" to the user, "Others" to named participants)
  • Determine meeting type: discovery, follow-up, pitch, check-in, negotiation, brainstorm
  • Note the date if mentioned, otherwise use today's date

Step 2 — Extract Key Topics

Group the conversation into 3-7 major topics discussed. For each topic:

  • Topic name (2-5 words)
  • Summary (2-3 sentences)
  • Key details (bullet points of specific facts, numbers, names mentioned)

Step 3 — Extract Entities

Pull out all named entities:

  • People — name, role/title, organization
  • Companies — name, stage, sector, what they do, key metrics
  • Organizations — accelerators, universities, investors mentioned
  • Products/Services — specific offerings discussed
  • Financial figures — funding amounts, valuations, revenue targets

Step 4 — Action Items

Extract every action item with:

  • What — specific task
  • Who — responsible party
  • When — deadline or timeframe if mentioned
  • Priority — High / Medium / Low (inferred from urgency and impact)

Step 5 — Recommendations

Based on the conversation, generate 3-5 strategic recommendations:

  • What opportunity or risk was identified
  • Suggested next move
  • Why it matters

Step 6 — Generate Excalidraw Visualization

Build an Excalidraw JSON file that visually maps the meeting. The diagram should include:

  1. Title banner at the top with meeting name, date, and participants
  2. Business model / structure section — if the other party described how their business works, visualize it as a flow diagram
  3. Portfolio / entities section — cards for each company or entity discussed with key stats
  4. Action items section — checklist-style boxes with owner and deadline
  5. Recommendations section — highlighted boxes with strategic suggestions
  6. Relationship map — connections between you, the other party, and opportunities

Use the Excalidraw JSON template in templates/excalidraw-base.json as a starting structure. Generate element IDs using random alphanumeric strings (10 chars).

Excalidraw Element Guidelines

  • Use rectangle elements for cards and sections
  • Use text elements for labels and content
  • Use arrow elements for relationships and flows
  • Use diamond elements for decision points
  • Color coding:

- #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/metrics

Save the Excalidraw file as meeting-debrief-[participant]-[YYYY-MM-DD].excalidraw in the current working directory.

Step 7 — Output Summary

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)

Step 8 — CRM Integration (Optional)

If CRM tools are available (HubSpot or Zoho), offer to:

  • Create/update contacts for participants
  • Log meeting notes
  • Create deals if investment/partnership opportunities were discussed
  • Tag with relevant pipeline stage

Guidelines

  • Be thorough in extraction — capture specific numbers, dates, and names
  • Infer action items even if not explicitly stated (e.g., "I'll send you my calendar" = action item)
  • Recommendations should be strategic and actionable, not generic
  • The Excalidraw visualization should be readable and well-spaced (min 200px between elements)
  • If the transcript is very long (>30 min), focus on the most substantive sections
  • Always generate the Excalidraw file — this is the core differentiator of this skill

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.52%
按下载量换算950

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills