返回顶部
m

meeting-notes

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
70
下载量
0
收藏
概述
安装方式
版本历史

meeting-notes

# 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 ```markdown # 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: ```markdown # 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 smart-meeting-notes-1775973438 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 smart-meeting-notes-1775973438 技能

通过命令行安装

skillhub install smart-meeting-notes-1775973438

下载 Zip 包

⬇ 下载 meeting-notes v1.0.0

文件大小: 2.12 KB | 发布时间: 2026-4-13 12:05

v1.0.0 最新 2026-4-13 12:05
- First release of smart-meeting-notes.
- Automatically turns meeting transcripts or recordings into structured notes with attendees, decisions, action items (with owners and due dates), discussion points, and open questions.
- Supports commands for extracting meeting notes, action items only, filtering by person, and following up on previous meetings.
- Standup notes format included for quick daily updates.
- Handles audio transcription using Whisper if available, with clear instructions if not.
- Saves all notes to a consistent meeting log for easy retrieval and history tracking.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部