ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

meeting-assistant

AI meeting assistant for agenda generation, minute taking, and action item tracking using Manager-Worker pattern.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/banxian87/ai-meeting-pro
Or

Meeting Assistant

AI-powered meeting assistant that helps you organize, conduct, and follow up on meetings efficiently.


Features

📋 Agenda Generation

  • Automatic agenda creation from meeting topic
  • Time allocation for each item
  • Participant preparation checklist

📝 Minute Taking

  • Real-time transcription support
  • Key point extraction
  • Decision recording

✅ Action Item Tracking

  • Extract action items from discussion
  • Assign owners and deadlines
  • Follow-up reminders

Usage

const assistant = new MeetingAssistant();

// 创建会议议程
const agenda = await assistant.createAgenda({
  topic: '产品评审会议',
  duration: 60,
  participants: 5,
  goals: ['评审新功能', '确定上线时间']
});

// 生成会议纪要
const minutes = await assistant.generateMinutes({
  transcript: meetingTranscript,
  keyDecisions: ['决定上线时间'],
  actionItems: ['张三负责测试']
});

Installation

clawhub install meeting-assistant

License

MIT


Version

1.0.0


Created

2026-04-02

Metadata

Author@banxian87
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-banxian87-ai-meeting-pro": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.