← Back to Skills Marketplace
jacealllc

Meeting Efficiency Pro

by JacealLLC · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
242
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install 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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meeting-efficiency-pro
  3. After installation, invoke the skill by name or use /meeting-efficiency-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug meeting-efficiency-pro
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 242 downloads so far.

How do I install Meeting Efficiency Pro?

Run "/install meeting-efficiency-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Meeting Efficiency Pro free?

Yes, Meeting Efficiency Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Meeting Efficiency Pro support?

Meeting Efficiency Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Meeting Efficiency Pro?

It is built and maintained by JacealLLC (@jacealllc); the current version is v1.0.1.

💬 Comments