Token导航 LogoToken导航TokenDH.com
前端设计需要联网unknown未标认证来源可访问许可证需确认审计未展示

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

Agent Skill

meeting-notes-generator 用于补充前端设计相关能力,适合在 Local Agent 中需要让 Agent 承接前端设计相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

282

周安装

12

下载量

99
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

meeting-notes-generator 用于生成结构化会议纪要页面,适合在 Local Agent 中创建交互式文档。

  • 它支持实时编辑、任务分配和进度追踪,提升团队协作效率。
  • 使用时需提供会议基本信息和参与者列表,Agent 可自动生成初始框架。
  • 安装前请确认是否依赖前端框架(如 React 或 Vue),确保界面正常渲染。
  • 注意检查结果是否符合实际业务流程,避免功能冗余或逻辑错误。

SKILL.md

📝 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

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Local Agent

98.59%
按下载量换算98

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills