meeting-assistant
AI meeting assistant for agenda generation, minute taking, and action item tracking using Manager-Worker pattern.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/banxian87/ai-meeting-proMeeting 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-banxian87-ai-meeting-pro": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
agent-architecture-patterns
AI Agent architecture patterns library with 10 patterns for single and multi-agent systems
ai-code-generator
AI code generator using Plan-and-Solve + ReAct for generating complete, runnable code from requirements and specifications.
ai-email-master
Professional email writing assistant with tone adjustment, template library, grammar checking, and response suggestions. Supports formal, casual, persuasive, and empathetic tones for business communication.
research-assistant
Research assistant using ReAct + Plan-and-Solve for web research, information synthesis, and report generation with citations.
content-creator-assistant
AI writing assistant using Reflection + Tree of Thoughts for high-quality content creation. Generates articles, blogs, and documentation with iterative refinement.