Meeting Efficiency Pro
by @jacealllc
AI-powered meeting optimization tool that analyzes calendar events, provides efficiency scores, extracts action items, and automates follow-ups. Save 20%+ of...
clawhub install meeting-efficiency-proπ About This Skill
name: meeting-efficiency-pro description: AI-powered meeting optimization tool that analyzes calendar events, provides efficiency scores, extracts action items, and automates follow-ups. Save 20%+ of meeting time with intelligent analysis and automation. metadata: { "openclaw": { "requires": { "bins": ["node"] }, "install": [ { "id": "node", "kind": "node", "package": "meeting-efficiency-pro", "label": "Install dependencies", }, ], "price": 69, "category": "productivity", "tags": ["meetings", "ai", "automation", "calendar", "productivity"], }, }
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
π Calendar Integration
π€ AI-Powered Processing
π Follow-up Automation
π Analytics Dashboard
Quick Start
1. Installation
# Install from ClawHub
clawhub install meeting-efficiency-proOr manually install dependencies
cd skills/meeting-efficiency-pro
npm install
2. Configuration
# Run setup wizard
/meeting-efficiency-pro setupOr configure manually
edit config/default.json
3. Basic Usage
# Get today's meeting briefing
/meeting-efficiency-pro briefingAnalyze a specific meeting
/meeting-efficiency-pro analyze "Team Standup"Process meeting notes
/meeting-efficiency-pro process --notes "meeting-notes.txt"Generate weekly report
/meeting-efficiency-pro weekly-report
Configuration
Required Settings
{
"ai_provider": "openai|grok",
"ai_api_key": "your-api-key-here",
"calendar_type": "google|outlook|ical|none"
}
Optional Settings
{
"task_manager": "todoist|asana|jira|linear|none",
"task_manager_token": "optional",
"auto_briefing": true,
"briefing_time": "08:00",
"efficiency_threshold": 70,
"email_integration": false,
"smtp_settings": {}
}
Commands
Core Commands
/meeting-efficiency-pro setup - Interactive setup wizard/meeting-efficiency-pro briefing - Get today's meeting briefing/meeting-efficiency-pro analyze - Analyze specific meeting/meeting-efficiency-pro process --notes - Process meeting notes/meeting-efficiency-pro weekly-report - Generate weekly efficiency reportAdvanced Commands
/meeting-efficiency-pro config - View/edit configuration/meeting-efficiency-pro test - Test all integrations/meeting-efficiency-pro demo - Run demo with sample data/meeting-efficiency-pro export --format json|csv - Export analytics dataIntegration Guide
Calendar Integration
1. Google Calendar: Enable Google Calendar API and get OAuth credentials 2. Outlook: Use Microsoft Graph API with app registration 3. iCal: Provide .ics URL or file pathAI Provider Setup
1. OpenAI: Get API key from platform.openai.com 2. Grok: Get API key from x.ai (if available)Task Manager Integration
Pricing & Licensing
Skill Price: $69
Includes:Optional Add-ons
Support & Resources
Documentation
references/api-docs.mdconfig/README.mdreferences/troubleshooting.mdSupport Channels
clawhub update meeting-efficiency-proDemo
Run the demo script to see the skill in action:cd skills/meeting-efficiency-pro
node scripts/demo.js
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)
Planned (Q3 2025)
Transform your meetings today. Install Meeting Efficiency Pro and start saving time immediately.
π‘ Examples
1. Installation
# Install from ClawHub
clawhub install meeting-efficiency-proOr manually install dependencies
cd skills/meeting-efficiency-pro
npm install
2. Configuration
# Run setup wizard
/meeting-efficiency-pro setupOr configure manually
edit config/default.json
3. Basic Usage
# Get today's meeting briefing
/meeting-efficiency-pro briefingAnalyze a specific meeting
/meeting-efficiency-pro analyze "Team Standup"Process meeting notes
/meeting-efficiency-pro process --notes "meeting-notes.txt"Generate weekly report
/meeting-efficiency-pro weekly-report
βοΈ Configuration
Required Settings
{
"ai_provider": "openai|grok",
"ai_api_key": "your-api-key-here",
"calendar_type": "google|outlook|ical|none"
}
Optional Settings
{
"task_manager": "todoist|asana|jira|linear|none",
"task_manager_token": "optional",
"auto_briefing": true,
"briefing_time": "08:00",
"efficiency_threshold": 70,
"email_integration": false,
"smtp_settings": {}
}