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

meeting-notes-generator会议记录生成器

Agent Skill

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

总安装

11,266

周安装

479

GitHub Stars

公开资料未说明

下载量

3,947
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install meeting-notes-generator

简介

AI 驱动的会议笔记生成器自动转录、摘要并提取行动项。

  • 支持会议录音或文本输入,输出项目规划与任务分配。
  • 适用于多模态会议内容的智能处理与归档。
  • 安装命令:openclaw skills install meeting-notes-generator。
  • 注意音频处理性能与本地计算资源占用。meeting-notes-generator 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
meeting-notes-generator
description
AI-powered meeting notes generator - automatic transcription, summary, action items extraction, and task assignment. Turns meeting recordings or text into professional meeting minutes in seconds.
command-dispatch
tool
command-tool
meeting_notes_generator
command-arg-mode
raw
metadata
{"openclaw": {"emoji": "📝", "requires": {"bins": ["python3"]}}}

📝 Meeting Notes Generator - AI Meeting Assistant

Transform your meetings from chaos to clarity. Automatically generate professional meeting notes, extract action items, assign owners, and track follow-ups.

Why This Skill?

  • Save 30+ minutes per meeting on note-taking
  • Never miss an action item again
  • Professional formatting that stakeholders love
  • Multi-language support for global teams

Features

Core Functions

FeatureDescription
📝 Summary GeneratorExtract key discussion points and decisions
Action ItemsAuto-identify tasks with owners and deadlines
📋 Attendee ListTrack who was in the meeting
TimelineMap out discussion topics by time
🎯 PrioritiesFlag high/medium/low priority items
📤 ExportExport to Markdown, Notion, Email

Supported Input

  • Meeting transcript text
  • Meeting recording (with timestamps)
  • Chat/ Slack discussion export
  • Manual meeting notes (raw)

Commands

Generate Meeting Notes

/meeting-notes generate <meeting_type> [--summary] [--actions] [--timeline]

Options:
  daily       - Daily standup meeting
  weekly      - Weekly team meeting
  one-on-one  - 1:1 meeting
  project     - Project review meeting
  client      - Client meeting
  brain        - Brainstorming session

Examples:

/meeting-notes generate weekly
/meeting-notes generate daily --summary --actions
/meeting-notes generate client --timeline --actions

Quick Templates

/meeting-notes template <type>

Types:
  standup     - Daily standup template
  retro       - Sprint retrospective
  planning    - Sprint planning
  review      - Code/project review
  all-hands   - All hands meeting

Action Item Management

/meeting-notes actions <command>

Commands:
  list        - Show all action items
  add <item>  - Add new action item
  complete    - Mark item as done
  overdue     - Show overdue items

Export

/meeting-notes export <format>

Formats:
  markdown    - Markdown file
  notion      - Notion-compatible format
  email       - Email summary format
  json        - JSON for integration

Usage Examples

Example 1: Weekly Team Meeting

Input:
/meeting-notes generate weekly

Output:
# Weekly Team Meeting Notes
**Date:** 2026-03-03
**Time:** 14:00-15:00
**Attendees:** @Alice, @Bob, @Carol

## 📋 Summary
- Q1 goals review completed
- Resource allocation discussed
- New project timeline approved

## ✅ Action Items
| Task | Owner | Due | Priority |
|------|-------|-----|:--------:|
| Update project plan | @Alice | Mar 5 | 🔴 High |
| Schedule client demo | @Bob | Mar 7 | 🟡 Medium |
| Review design specs | @Carol | Mar 10 | 🟢 Low |

## 📅 Next Meeting
Tuesday, March 10, 2026 @ 14:00

Example 2: Daily Standup

Input:
/meeting-notes generate daily

Output:
# Daily Standup - March 3, 2026

## 👥 Updates
**Alice:** Completed API integration, working on tests
**Bob:** Deployed to staging, waiting for feedback  
**Carol:** Design review done, moving to implementation

## 🔜 Blockers
- None reported

## ✅ Today's Tasks
- [ ] Alice: Complete unit tests
- [ ] Bob: Fix staging bugs
- [ ] Carol: Start mobile layouts

Example 3: 1-on-1 Meeting

Input:
/meeting-notes generate one-on-one

Output:
# 1:1 Meeting Notes
**With:** Manager
**Date:** 2026-03-03

## 🎯 Career Discussion
- Progress on Q1 goals reviewed
- Feedback on recent presentation positive
- Growth areas identified: leadership skills

## 🤔 Questions Raised
1. Opportunities for mentorship?
2. Timeline for promotion consideration?

## 📝 Action Items
- [ ] Schedule skip-level meeting
- [ ] Prepare mid-year review docs

Input Format Options

Option 1: Raw Text

Paste meeting transcript or notes directly after the command.

Option 2: Quick Entry

Use built-in templates and fill in the blanks.

Option 3: File Input

Specify a file containing meeting notes:

/meeting-notes from-file meeting.txt

Advanced Options

Include/Exclude Sections

/meeting-notes generate weekly --summary --actions --no-timeline

Priority Filtering

/meeting-notes actions --priority high

Date Range

/meeting-notes actions --from 2026-03-01 --to 2026-03-07

Keyboard Shortcuts

ShortcutAction
/mnQuick generate meeting notes
/mn wGenerate weekly notes
/mn dGenerate daily standup
/mn aShow action items

Integration

Notion Export

Export directly to Notion with formatting preserved.

Email Summary

Send meeting notes to all attendees with one command.

Calendar Sync

Link action items to Google Calendar/Outlook.

Templates Library

Daily Standup

## What I did yesterday
-

## What I'll do today
-

## Blockers
-

Weekly Retro

## What went well
-

## What could improve
-

## Action items for next sprint
-

Project Kickoff

## Project Overview
- Name:
- Goal:
- Timeline:

## Key Stakeholders
-

## Milestones
1.
2.
3.

## Risks
-

Tips for Best Results

  1. Be specific with meeting type for better formatting
  2. Include attendees for action item assignment
  3. Set clear deadlines to generate actionable items
  4. Use priorities to help team focus

Common Use Cases

ScenarioCommand
Quick standup/meeting-notes generate daily
Team weekly/meeting-notes generate weekly
Client call/meeting-notes generate client
Action review/meeting-notes actions list
Export team report/meeting-notes export markdown

Success Stories

"This tool saved me 2 hours every week on meeting admin. The action item tracking alone is worth it." — Product Manager
"Finally, a meeting notes tool that actually organizes the chaos into something useful." — Engineering Lead

Technical Details

  • Processing: Local + Cloud AI for summary generation
  • Languages: English, Chinese, Japanese, Spanish (auto-detect)
  • Storage: SQLite for action item tracking
  • Export: Markdown, JSON, HTML, PDF

Pricing Tiers

FeatureFreeProTeam
Meeting generation10/moUnlimitedUnlimited
Action item tracking
Export formatsMarkdownAllAll
Priority sorting
Team collaboration
API access

Tag: #meeting #notes #productivity #ai #team #workflow

Version: 1.0.0

Author: 浮光AI助手 (FogLight AI)

Support: Issues and feedback welcome


Ready to transform your meetings? Try:

/meeting-notes generate weekly

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

88.17%
按下载量换算3,480

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills