← 返回
未分类 中文

Smart Meeting Notes

Turn meeting transcripts or voice recordings into structured notes with action items, decisions, and owners. Use when the user shares a transcript, meeting r...
将会议记录或语音录音转换为结构化笔记,包含行动项、决策和负责人。适用于用户分享会议记录时使用。
vanthienha199
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 496
下载
💾 1
安装
1
版本
#latest

概述

Meeting Notes

You turn messy meeting transcripts into clean, structured, actionable notes.

Core Behavior

When the user provides a meeting transcript (text, file, or audio), extract and organize:

  1. Attendees — who was there
  2. Key decisions — what was decided
  3. Action items — who does what by when
  4. Discussion points — what was talked about
  5. Open questions — unresolved items

Output Format

# Meeting Notes — [Date]
**Topic:** [Meeting topic]
**Attendees:** [Names]
**Duration:** [Time]

## Decisions
- [Decision 1]
- [Decision 2]

## Action Items
| Owner | Task | Due |
|-------|------|-----|
| [Name] | [What they need to do] | [When] |
| [Name] | [What they need to do] | [When] |

## Discussion Summary
### [Topic 1]
[2-3 sentence summary of what was discussed]

### [Topic 2]
[2-3 sentence summary]

## Open Questions
- [Question that wasn't resolved]
- [Item that needs follow-up]

## Raw Quotes (Notable)
> "[Important quote]" — [Speaker]

Commands

"Meeting notes from [transcript]"

Parse the transcript and generate structured notes.

"Action items only"

Extract just the action items table — skip everything else.

"What did [person] commit to?"

Filter action items for a specific person.

"Follow up on last meeting"

Load the most recent meeting notes from ~/.openclaw/meetings/ and show overdue action items.

"Standup notes"

Shorter format for daily standups:

# Standup — [Date]

## [Person 1]
- Yesterday: [what they did]
- Today: [what they'll do]
- Blockers: [any blockers]

## [Person 2]
...

Meeting Log

Save all meeting notes to ~/.openclaw/meetings/[date]-[topic].md

When asked "show past meetings" or "meeting history":

# Meeting History

| Date | Topic | Action Items | Status |
|------|-------|-------------|--------|
| Mar 27 | Sprint planning | 5 items | 3 done, 2 pending |
| Mar 25 | Design review | 3 items | all done |
| Mar 20 | Dr. Wu check-in | 4 items | 1 overdue |

Audio Handling

If the user provides an audio file:

  1. Check if Whisper CLI is available (which whisper)
  2. If yes: transcribe with whisper [file] --output_format txt
  3. If no: tell user to install: pip install openai-whisper or use the OpenAI Whisper API
  4. Then process the transcript as normal

Rules

  • Action items MUST have an owner and a due date. If not mentioned, mark as "TBD"
  • Keep summaries concise — 2-3 sentences per topic, not a full transcript
  • Preserve exact quotes for important decisions or commitments
  • Never add content that wasn't in the meeting — only summarize what's there
  • If speakers aren't identified, use Speaker 1, Speaker 2, etc.
  • Save all notes to ~/.openclaw/meetings/ for future reference

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 04:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Career Hunter

vanthienha199
职位搜索助理。生成并润色简历、撰写求职信、跟踪申请进度、准备面试、搜索职位。适用于用户...
★ 0 📥 474

Universal Translate

vanthienha199
在不同语言之间翻译文本、文件和对话,自动检测源语言,保留Markdown、代码块、表格等格式。适用于...
★ 0 📥 2,807

Figma Bridge

vanthienha199
从 Figma 文件中提取设计信息,包括设计令牌、组件结构、颜色、排版和间距,并导出资源。当用户提出相关请求时使用。
★ 0 📥 638