Meeting Efficiency Pro
Transform your meetings from time-wasters to productivity engines. This AI-powered skill analyzes your calendar, provides efficiency scores, extracts action items, and automates follow-ups.
Features
🎯 Meeting Analysis
- - Efficiency Scoring: AI-powered analysis of meeting effectiveness (0-100 score)
- Pre-meeting Optimization: Suggestions to improve upcoming meetings
- Pattern Detection: Identify inefficient meeting habits
📅 Calendar Integration
- - Google Calendar, Outlook, and iCal support
- Daily Briefing: Morning summary of today's meetings with optimization tips
- Recurring Meeting Analysis: Spot trends in regular meetings
🤖 AI-Powered Processing
- - Action Item Extraction: Automatically identify tasks from meeting notes
- Decision Tracking: Capture key decisions made
- Summary Generation: Concise bullet-point summaries
🔄 Follow-up Automation
- - Email Templates: Professional follow-up emails
- Task Creation: Integrate with Todoist, Asana, or Jira
- Reminder System: Never miss action item deadlines
📊 Analytics Dashboard
- - Weekly Reports: Meeting efficiency trends
- Time Savings: Calculate hours saved
- ROI Analysis: Meeting cost vs. outcomes
Quick Start
1. Installation
CODEBLOCK0
2. Configuration
CODEBLOCK1
3. Basic Usage
CODEBLOCK2
Configuration
Required Settings
CODEBLOCK3
Optional Settings
CODEBLOCK4
Commands
Core Commands
- -
/meeting-efficiency-pro setup - Interactive setup wizard - INLINECODE1 - Get today's meeting briefing
- INLINECODE2 - Analyze specific meeting
- INLINECODE3 - Process meeting notes
- INLINECODE4 - Generate weekly efficiency report
Advanced Commands
- -
/meeting-efficiency-pro config - View/edit configuration - INLINECODE6 - Test all integrations
- INLINECODE7 - Run demo with sample data
- INLINECODE8 - Export analytics data
Integration Guide
Calendar Integration
- 1. Google Calendar: Enable Google Calendar API and get OAuth credentials
- Outlook: Use Microsoft Graph API with app registration
- iCal: Provide .ics URL or file path
AI Provider Setup
- 1. OpenAI: Get API key from platform.openai.com
- Grok: Get API key from x.ai (if available)
Task Manager Integration
- - Todoist: Personal access token from settings
- Asana: Personal access token from developer console
- Jira: API token from Atlassian account
Pricing & Licensing
Skill Price: $69
Includes:
- - Complete skill implementation
- 1 year of free updates
- 30 days of email support
- Commercial use license
Optional Add-ons
- - Team License: $299 (up to 10 users)
- White-label License: $499 (reselling rights)
- Custom Integration: $69/hour (custom requirements)
Support & Resources
Documentation
- - Full API reference in INLINECODE9
- Configuration guide in INLINECODE10
- Troubleshooting guide in INLINECODE11
Support Channels
- - Email: support@clawhub.com (mention "Meeting Efficiency Pro")
- Community: ClawHub Discord #meeting-efficiency
- Updates: Check INLINECODE12
Demo
Run the demo script to see the skill in action:
CODEBLOCK5
Success Stories
"Saved our team 5 hours per week in meeting time. The efficiency scoring helped us eliminate unnecessary meetings." - Sarah, Product Manager
"The action item extraction is magical. No more missed tasks after meetings." - David, Engineering Lead
"Worth every penny. Paid for itself in the first week through time savings." - Maria, Consultant
Roadmap
Coming Soon (Q2 2025)
- - Real-time meeting coaching
- Zoom/Teams integration for live transcription
- Advanced sentiment analysis
- Team collaboration features
Planned (Q3 2025)
- - Custom report templates
- API for developers
- Mobile app companion
- Advanced analytics dashboard
Transform your meetings today. Install Meeting Efficiency Pro and start saving time immediately.
Meeting Efficiency Pro
将你的会议从时间浪费器转变为生产力引擎。这项AI驱动的技能可以分析你的日历、提供效率评分、提取行动项并自动执行后续跟进。
功能特性
🎯 会议分析
- - 效率评分:AI驱动的会议有效性分析(0-100分)
- 会前优化:改进即将召开会议的建议
- 模式检测:识别低效的会议习惯
📅 日历集成
- - 支持 Google Calendar、Outlook 和 iCal
- 每日简报:今日会议晨间摘要及优化建议
- 周期性会议分析:发现常规会议中的趋势
🤖 AI驱动处理
- - 行动项提取:从会议记录中自动识别任务
- 决策追踪:捕获关键决策内容
- 摘要生成:简洁的要点式摘要
🔄 后续跟进自动化
- - 邮件模板:专业的跟进邮件
- 任务创建:集成 Todoist、Asana 或 Jira
- 提醒系统:绝不遗漏行动项截止日期
📊 分析仪表盘
- - 周报:会议效率趋势
- 时间节省:计算节省的小时数
- ROI分析:会议成本与成果对比
快速开始
1. 安装
bash
从ClawHub安装
clawhub install meeting-efficiency-pro
或手动安装依赖
cd skills/meeting-efficiency-pro
npm install
2. 配置
bash
运行设置向导
/meeting-efficiency-pro setup
或手动配置
edit config/default.json
3. 基本用法
bash
获取今日会议简报
/meeting-efficiency-pro briefing
分析特定会议
/meeting-efficiency-pro analyze 团队站会
处理会议记录
/meeting-efficiency-pro process --notes meeting-notes.txt
生成周报
/meeting-efficiency-pro weekly-report
配置说明
必需设置
json
{
ai_provider: openai|grok,
ai
apikey: your-api-key-here,
calendar_type: google|outlook|ical|none
}
可选设置
json
{
task_manager: todoist|asana|jira|linear|none,
task
managertoken: optional,
auto_briefing: true,
briefing_time: 08:00,
efficiency_threshold: 70,
email_integration: false,
smtp_settings: {}
}
命令列表
核心命令
- - /meeting-efficiency-pro setup - 交互式设置向导
- /meeting-efficiency-pro briefing - 获取今日会议简报
- /meeting-efficiency-pro analyze <会议标题> - 分析特定会议
- /meeting-efficiency-pro process --notes <文件> - 处理会议记录
- /meeting-efficiency-pro weekly-report - 生成每周效率报告
高级命令
- - /meeting-efficiency-pro config - 查看/编辑配置
- /meeting-efficiency-pro test - 测试所有集成
- /meeting-efficiency-pro demo - 使用示例数据运行演示
- /meeting-efficiency-pro export --format json|csv - 导出分析数据
集成指南
日历集成
- 1. Google Calendar:启用Google Calendar API并获取OAuth凭证
- Outlook:使用Microsoft Graph API并进行应用注册
- iCal:提供.ics URL或文件路径
AI提供商设置
- 1. OpenAI:从platform.openai.com获取API密钥
- Grok:从x.ai获取API密钥(如可用)
任务管理器集成
- - Todoist:从设置中获取个人访问令牌
- Asana:从开发者控制台获取个人访问令牌
- Jira:从Atlassian账户获取API令牌
定价与许可
技能价格:$69
包含内容:
- - 完整技能实现
- 1年免费更新
- 30天邮件支持
- 商业使用许可
可选附加项
- - 团队许可:$299(最多10个用户)
- 白标许可:$499(转售权限)
- 自定义集成:$69/小时(定制需求)
支持与资源
文档
- - 完整API参考:references/api-docs.md
- 配置指南:config/README.md
- 故障排除指南:references/troubleshooting.md
支持渠道
- - 邮件:support@clawhub.com(注明Meeting Efficiency Pro)
- 社区:ClawHub Discord #meeting-efficiency
- 更新:查看 clawhub update meeting-efficiency-pro
演示
运行演示脚本查看技能实际效果:
bash
cd skills/meeting-efficiency-pro
node scripts/demo.js
成功案例
为我们的团队每周节省了5小时的会议时间。效率评分帮助我们消除了不必要的会议。 - Sarah,产品经理
行动项提取功能太神奇了。会议后再也没有遗漏的任务。 - David,工程主管
物超所值。通过节省时间,第一周就收回了成本。 - Maria,顾问
路线图
即将推出(2025年Q2)
- - 实时会议指导
- Zoom/Teams集成实现实时转录
- 高级情感分析
- 团队协作功能
计划中(2025年Q3)
- - 自定义报告模板
- 面向开发者的API
- 移动端配套应用
- 高级分析仪表盘
立即改变你的会议方式。安装Meeting Efficiency Pro,立刻开始节省时间。