← 返回 Skills 市场
242
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install meeting-efficiency-pro
功能描述
AI-powered meeting optimization tool that analyzes calendar events, provides efficiency scores, extracts action items, and automates follow-ups. Save 20%+ of...
安全使用建议
Key points to consider before installing:
- Provenance: the registry metadata lists the source as 'unknown' but package.json references a GitHub URL and ClawHub; verify where the package will come from (official ClawHub/NPM) and confirm the publisher identity before installing or running setup.
- Secrets: this skill requires AI API keys, calendar OAuth credentials, and optional task-manager or SMTP tokens. Those are not declared in the registry metadata — treat that as a red flag. Only provide credentials after you trust the publisher, and prefer temporary or scoped API keys where possible.
- Local config storage: the skill uses config/default.json to hold settings; API keys placed there will be stored in plaintext. Consider using environment variables, a secrets manager, or limiting file permissions. Inspect scripts/setup.js to see whether it leaks any data or sends configuration to external endpoints during setup.
- Runtime commands: setup runs node/npm and executes 'npm install' via child_process.exec (present in index.js). Running setup will cause packages and any install scripts to run on your machine. If you need to audit, run 'npm install' inside a sandbox/container first.
- Files/scripts not fully shown: demo.js and setup.js were present but not shown in full; review those files for network calls or unexpected behavior before trusting the skill.
- Least privilege: create or use scoped API credentials (e.g., a limited OpenAI key, calendar account with limited access) and avoid reusing high-privilege or personal keys.
- If unsure: run the skill in an isolated environment (VM or container) and audit network activity during initial setup and first runs. If the publisher/publish date is unexpected or you cannot verify the source, prefer to avoid installing it on production devices.
If you want, I can: 1) look through the full contents of scripts/setup.js and scripts/demo.js to check for network calls or data exfiltration patterns; or 2) provide a checklist of what to verify in the package.json + repo before proceeding.
功能分析
Type: OpenClaw Skill
Name: meeting-efficiency-pro
Version: 1.0.1
The 'meeting-efficiency-pro' skill is a legitimate productivity tool designed to analyze calendar events and meeting notes. The codebase consists of standard Node.js logic for processing text, calculating efficiency scores based on meeting metadata, and generating reports. While the tool requests sensitive information such as AI API keys and calendar tokens, these are stored locally in a configuration file (config/default.json) and used as expected for the stated functionality. There is no evidence of data exfiltration, malicious execution, or prompt injection attacks in the SKILL.md or other files.
能力评估
Purpose & Capability
The code and SKILL.md implement meeting analysis, calendar integration, AI-assisted note processing, and reporting — which matches the skill name/description. However the registry metadata declares no required environment variables or credentials, while the SKILL.md and config files clearly require AI keys and calendar/task-manager credentials (ai_api_key, calendar OAuth creds, task_manager_token, smtp settings). That mismatch is unexpected and should be justified by the publisher.
Instruction Scope
Runtime instructions (SKILL.md + index.js) direct the agent to run setup which executes shell commands (node/npm version checks and 'npm install') and to read or edit config/default.json. The tool also reads arbitrary paths provided to process notes (e.g., any filesystem path passed by the user). Those behaviors are reasonable for this skill, but the SKILL.md does not declare the sensitive credentials it will consume, and the agent-run setup executes commands on the host — both are scope elements the user must accept explicitly. Review of scripts/setup.js and demo.js (only listed, not fully shown) is recommended because they may perform additional setup/network actions.
Install Mechanism
Install spec installs a node package 'meeting-efficiency-pro' which is standard for a Node-based skill. The package.json lists common dependencies (openai, googleapis, axios, etc.). The install is not a direct download-from-URL extract, but installing an npm package still runs package install scripts — verify package provenance (registry owner) before installing. The skill's manifest shows 'Source: unknown' while package.json claims GitHub/homepage URLs — this metadata mismatch reduces trust.
Credentials
The skill requires API keys and calendar/task manager credentials to operate (ai_api_key, calendar credentials, task_manager_token, SMTP settings), but the registry metadata claims 'Required env vars: none' and 'Primary credential: none'. That is disproportionate: the skill legitimately needs those secrets, but they are not declared in the registry metadata. Also the skill writes/reads plain config/default.json — API keys could be stored in plaintext there, which is a privacy risk if not handled carefully.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings in the files shown. It uses normal install/runtime behavior and does not demand permanent forced presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meeting-efficiency-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/meeting-efficiency-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added visual assets (thumbnail, feature graphic, hero image). Improved marketing copy. Enhanced documentation.
v1.0.0
Initial release of Meeting Efficiency Pro.
- AI-powered meeting analysis with efficiency scoring and optimization suggestions
- Supports Google Calendar, Outlook, and iCal integration
- Automatically extracts action items, tracks decisions, and generates summaries from meetings
- Automates follow-ups via email, task creation, and reminders with integration to Todoist, Asana, or Jira
- Includes analytics dashboard with weekly reports, time savings, and ROI analysis
- Offers interactive setup, configuration options, and comprehensive documentation
元数据
常见问题
Meeting Efficiency Pro 是什么?
AI-powered meeting optimization tool that analyzes calendar events, provides efficiency scores, extracts action items, and automates follow-ups. Save 20%+ of... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 242 次。
如何安装 Meeting Efficiency Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-efficiency-pro」即可一键安装,无需额外配置。
Meeting Efficiency Pro 是免费的吗?
是的,Meeting Efficiency Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meeting Efficiency Pro 支持哪些平台?
Meeting Efficiency Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meeting Efficiency Pro?
由 JacealLLC(@jacealllc)开发并维护,当前版本 v1.0.1。
推荐 Skills