Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

meeting-efficiency-pro会议效率专业版

Agent Skill

meeting-efficiency-pro 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,985

周安装

297

GitHub Stars

公开资料未说明

下载量

2,447
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:meeting-efficiency-pro(会议效率专业版)
来源仓库:https://github.com/jacealllc/meeting-efficiency-pro
安装命令:
openclaw skills install meeting-efficiency-pro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install meeting-efficiency-pro

简介

meeting-efficiency-pro 分析日历事件并提供效率评分,自动提取行动项目。

  • 声称可节省 20% 以上会议时间,通过优化议程结构与跟踪执行来提升产出。
  • 输入日历数据与会议记录,返回改进建议与待办分配方案。
  • 使用前需授权日历完全访问权限,定期检查权限范围避免过度收集。
  • 效率评分为主观指标,不同团队适用标准不一,建议结合定性反馈使用。

SKILL.md

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

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

# Install from ClawHub
clawhub install meeting-efficiency-pro

# Or manually install dependencies
cd skills/meeting-efficiency-pro
npm install

2. Configuration

# Run setup wizard
/meeting-efficiency-pro setup

# Or configure manually
edit config/default.json

3. Basic Usage

# Get today's meeting briefing
/meeting-efficiency-pro briefing

# Analyze 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 <meeting-title> - Analyze specific meeting
  • /meeting-efficiency-pro process --notes <file> - Process meeting notes
  • /meeting-efficiency-pro weekly-report - Generate weekly efficiency report

Advanced 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 data

Integration 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 path

AI Provider Setup

  1. OpenAI: Get API key from platform.openai.com
  2. 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 references/api-docs.md
  • Configuration guide in config/README.md
  • Troubleshooting guide in references/troubleshooting.md

Support Channels

  • Email: support@clawhub.com (mention "Meeting Efficiency Pro")
  • Community: ClawHub Discord #meeting-efficiency
  • Updates: Check clawhub update meeting-efficiency-pro

Demo

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)

  • 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.87%
按下载量换算1,734

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills