Productivity⭐ Featured

Meeting Notes Generator

会议纪要生成器

Automatically convert meeting recordings or text notes into structured meeting minutes with action items, key decisions and assignees.

会议纪要待办办公ai
Install Command
npx openclaw skills install meeting-notes
Version
1.0.0
Author
shuzhihui
Updated
Wed Mar 18 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Features

  • Support multiple input formats (audio/text/email forward)
  • Automatic speaker identification
  • Extract action items with assignees
  • Generate standard meeting minutes template
  • Use Cases

  • **Project Meetings**: Quickly generate meeting records, focus on decisions and action items
  • **Business Negotiations**: Record key contract negotiation points
  • **Technical Reviews**: Track review comments and modification items
  • Installation

    npx openclaw skills install meeting-notes

    Usage Examples

    # Generate meeting minutes from audio

    meeting-notes --input meeting.mp3 --format standard

    # Extract todos from text transcript

    meeting-notes --text "The meeting discussed..." --extract-todos

    Output Template Example

    # Meeting Minutes: XX Project Technical Review

    Basic Info

  • Date: March 15, 2026
  • Attendees: Zhang, Li, Wang
  • Discussion Points

    1. Project progress report

    2. Technical solution review

    Decisions

  • Approved to proceed to next phase
  • Action Items

  • [ ] Li: Complete technical documentation (by Mar 20)
  • [ ] Wang: Coordinate testing environment (by Mar 18)