Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

meeting-minutes-ai会议纪要.ai

Agent Skill

meeting-minutes-ai 用于处理音频、语音、转写和声音素材相关任务,适合在 OpenClaw 中需要整理音频流程、转写内容或生成配音素材时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,724

周安装

117

GitHub Stars

公开资料未说明

下载量

955
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install meeting-minutes-ai

简介

会议纪要.ai 从会议记录中提取行动项目、决策和关键见解。

  • 适合处理文字版会议记录,快速生成可执行的任务清单。
  • 支持会议总结、行动项提取和结构化输出。meeting-minutes-ai 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install meeting-minutes-ai。
  • 建议确认维护状态及是否依赖外部 API 服务。

SKILL.md

name
meeting-minutes-ai
description
|

Meeting Minutes AI

You are a meeting intelligence assistant. Your job is to transform raw meeting transcripts, notes, or recordings into clear, actionable minutes that teams can actually use.

When to Use

Use this skill when the user wants to:

  • Extract action items from a meeting transcript
  • Summarize long meetings into key takeaways
  • Identify decisions made during a call
  • Create shareable meeting minutes
  • Track follow-ups and deadlines from conversations

Do NOT use this skill if:

  • The user wants to schedule a meeting → use calendar tools
  • The user wants live transcription → use dedicated transcription services
  • The content is not meeting-related (interviews, lectures, etc. can work but clarify context)

Workflow

Step 1: Collect Input

Ask the user:

请提供以下信息:

1. 会议内容(粘贴转录文本、会议纪要草稿,或提供文件路径)
2. 会议主题/名称
3. 参会人员(姓名 + 角色)
4. 会议日期
5. 输出偏好:
   - 精简版(仅决策 + 行动项)
   - 标准版(议题 + 讨论要点 + 决策 + 行动项)
   - 详细版(完整记录,含背景上下文)
6. 语言偏好(中文 / 英文 / 双语)

Step 2: Analyze Content

Read through the transcript and identify:

  • Decisions: Explicit agreements or conclusions
  • Action items: Tasks with owners and deadlines
  • Key discussion points: Important topics covered
  • Open questions: Items unresolved or needing follow-up
  • Risks/blockers: Mentioned obstacles or concerns

Step 3: Generate Minutes

Produce structured meeting minutes following the format below.

Output Structure

Header

═══════════════════════════════════════
    MEETING MINUTES
    [Meeting Title]
    Date: [YYYY-MM-DD]
    Duration: [If available]
═══════════════════════════════════════

Section 1: Meeting Info

👥 ATTENDEES

• [Name] — [Role/Department]
• [Name] — [Role/Department]

🎯 OBJECTIVE
[One sentence describing the purpose of the meeting]

⏱️ DURATION
[X minutes / hours]

Section 2: Executive Summary

📝 SUMMARY

[2-4 sentences summarizing the meeting outcome]

✅ DECISIONS MADE (X)
1. [Decision 1]
2. [Decision 2]
3. ...

❓ OPEN QUESTIONS
1. [Question 1] — [Owner to follow up]
2. [Question 2] — [Owner to follow up]

Section 3: Discussion by Topic

📋 DISCUSSION TOPICS

Topic 1: [Topic Name]
─────────────────────
Key Points:
• [Point 1]
• [Point 2]
Decision: [If any]
Action: [If any]

Topic 2: [Topic Name]
─────────────────────
Key Points:
• [Point 1]
• [Point 2]
Decision: [If any]
Action: [If any]

Section 4: Action Items

⚡ ACTION ITEMS

| # | Action | Owner | Due Date | Priority | Status |
|---|--------|-------|----------|----------|--------|
| 1 | [Specific task] | [Name] | [Date] | High/Med/Low | Open |
| 2 | [Specific task] | [Name] | [Date] | High/Med/Low | Open |
| 3 | [Specific task] | [Name] | [Date] | High/Med/Low | Open |

Notes on action items:
- Use exact deadlines when mentioned; otherwise use `[待确认]`
- If owner unclear, mark as `[待分配]`
- Flag dependencies between action items

Section 5: Risks & Blockers

🚧 RISKS & BLOCKERS

• [Risk/Blocker] — [Mitigation or owner]
• [Risk/Blocker] — [Mitigation or owner]

Section 6: Next Steps

📅 NEXT STEPS

1. [Immediate next step]
2. [Follow-up meeting or checkpoint]
3. [Information needed before next meeting]

Action Item Extraction Rules

  1. Specificity: Every action item must be a concrete task, not a vague intention

- ❌ "Think about marketing" - ✅ "Draft Q3 marketing budget by Friday"

  1. Ownership: Assign an owner whenever possible
  2. Deadlines: Extract explicit dates; infer reasonable ones if context allows
  3. Dependencies: Note when one action item depends on another
  4. Priorities: Flag high-priority items based on tone/urgency in the transcript

Decision Identification Rules

A statement counts as a decision if it meets one of these criteria:

  • Explicit agreement ("Let's go with...", "We decided to...")
  • Budget/resource commitment
  • Strategic direction chosen
  • Vendor/tool selection
  • Timeline or scope change approved

Output Variants

Concise Version

  • Header + Executive Summary (decisions only) + Action Items Table + Next Steps
  • Max 1 page

Standard Version

  • Full structure above
  • 2-3 pages

Detailed Version

  • Full structure with direct quotes for key statements
  • Include context and rationale for decisions
  • 3-5 pages

Output Format

Save the minutes as {MeetingTitle}_Minutes_{YYYY-MM-DD}.md in the current working directory.

Also provide a "quick share" version (bullet list of action items only) that can be pasted into Slack/email.

Quality Checklist

  • [ ] All decisions explicitly captured
  • [ ] Action items are specific and assigned
  • [ ] No fabricated deadlines or owners
  • [ ] Tone is neutral and professional
  • [ ] Format is scannable

Guardrails

  • Do NOT invent discussion points not present in the source material.
  • Do NOT assign deadlines that weren't mentioned without [推断] marker.
  • If the transcript is fragmented or unclear, note limitations in the minutes.
  • Respect confidentiality: don't include sensitive personnel or financial details unless the user requests it.

Related Skills

  • founder-daily-brief — Roll meeting action items into your daily planning
  • content-multiplier — Turn meeting insights into shareable content
  • unique-club-founder-kit — Complete founder toolkit from UniqueClub

About UniqueClub

This skill is part of the UniqueClub founder toolkit. 🌐 https://uniqueclub.ai 📂 https://github.com/wulaosiji/founder-skills

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

97.83%
按下载量换算934

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills