← Back to Skills Marketplace
icepopma

Meeting Summary Generator

by icepopma · GitHub ↗ · v1.1.2
cross-platform ⚠ suspicious
494
Downloads
0
Stars
2
Active Installs
11
Versions
Install in OpenClaw
/install meeting-summary-generator
Description
AI-powered meeting summary generator. Convert meeting notes into professional summaries and action items.
Usage Guidance
This skill appears to do what it says (generate meeting summaries using the local 'sloan' agent) but has a few red flags: 1) index.js contains a hard-coded SKILLPAY merchant key — this exposes a secret in the package and is poor practice; consider whether you trust the publisher or replace it with your own key. 2) SKILL.md lists OPENCLAW_GATEWAY_TOKEN even though code doesn't use it — minor inconsistency. 3) The CLI spawns the 'openclaw' agent and passes your meeting notes as the prompt; those notes may be sent to whatever backend the OpenClaw agent uses, so avoid including highly sensitive information. 4) package-lock uses third-party mirrors (mirrors.tencentyun.com); if you care about supply-chain provenance, audit dependencies or install from a vetted source. If you proceed: review the index.js yourself, set SKILLPAY_MERCHANT_KEY to your own merchant/key if required, test in offline/test mode (--test) before enabling payments, and ensure the 'openclaw' binary and remote endpoints are ones you trust.
Capability Analysis
Type: OpenClaw Skill Name: meeting-summary-generator Version: 1.1.2 The skill exhibits several risky capabilities in `index.js`, including local file system access (`fs.readFileSync`), external network communication (`axios.post` to `api.skillpay.me`), and process execution (`child_process.spawn`). While these functions are plausibly required for the stated purpose of generating summaries and processing payments, the inclusion of a hardcoded merchant secret key and the lack of input sanitization when constructing the AI prompt (allowing for potential prompt injection) meet the threshold for a suspicious classification.
Capability Assessment
Purpose & Capability
Functionality (generating meeting summaries via the 'sloan' agent) aligns with the name/description. Payment integration with skillpay is consistent with the declared pay-per-use model. However the package embeds a merchant key in code and lists an OPENCLAW_GATEWAY_TOKEN env var in SKILL.md that the code does not use—a minor incoherence.
Instruction Scope
SKILL.md and README describe CLI usage and optional env vars and match the code's CLI behavior. The runtime instructions do not request unrelated system files or extraneous environment variables. Note: the skill invokes a local 'openclaw' CLI (child process) with the user-supplied notes as the prompt — those notes may be sent to whatever backend the 'openclaw' agent uses.
Install Mechanism
No install spec (instruction-only) reduces install surface. The package includes code and a package-lock that resolves dependencies via a Tencent mirror (mirrors.tencentyun.com) rather than default npm registry; this is unusual and worth noting though not necessarily malicious.
Credentials
The only runtime secret referenced is SKILLPAY_MERCHANT_KEY, which is embedded as a default literal in index.js. Embedding a merchant key in source is poor practice and increases risk (exposed secret / possible misuse). SKILL.md also advertises OPENCLAW_GATEWAY_TOKEN but the code does not read or use it—an inconsistency.
Persistence & Privilege
Skill is not always-on and does not request elevated persistence. It runs as a CLI and spawns a local 'openclaw' agent; it does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meeting-summary-generator
  3. After installation, invoke the skill by name or use /meeting-summary-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.2
- Dependency versions updated in package files for improved stability. - No changes to user-facing features or documentation.
v1.0.7
Security fix: Move merchant_key to code, remove from SKILL.md to avoid false positive
v1.0.6
Fix: Add merchant_key, clarify payment goes to publisher
v1.0.5
Remove hardcoded merchant_key, require user to set SKILLPAY_MERCHANT_KEY env var
v1.0.4
Add merchant key for payments
v1.1.1
- Internal improvements and dependency updates for stability. - No user-facing changes.
v1.1.0
- Updated package version to 1.1.0 in package.json. - No functional or documentation changes.
v1.0.3
- Added documentation for environment variables (SKILLPAY_MERCHANT_KEY and OPENCLAW_GATEWAY_TOKEN) in SKILL.md. - No functional or behavioral changes—documentation update only.
v1.0.2
- Added README.md with usage and documentation. - Updated SKILL.md to clarify requirements, including mention of OpenClaw Gateway and embedded merchant key for payments. - Minor updates to package.json.
v1.0.1
- Added detailed option table to the documentation for easier reference. - Introduced requirements section listing needed accounts and dependencies. - Included information about Sloan, the AI agent behind the summaries. - Added support contact details and GitHub/Discord links. - Specified license information. - Version updated to 1.0.1.
v1.0.0
Initial release - Professional meeting summaries with action items and decision logs
Metadata
Slug meeting-summary-generator
Version 1.1.2
License
All-time Installs 2
Active Installs 2
Total Versions 11
Frequently Asked Questions

What is Meeting Summary Generator?

AI-powered meeting summary generator. Convert meeting notes into professional summaries and action items. It is an AI Agent Skill for Claude Code / OpenClaw, with 494 downloads so far.

How do I install Meeting Summary Generator?

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

Is Meeting Summary Generator free?

Yes, Meeting Summary Generator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Meeting Summary Generator support?

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

Who created Meeting Summary Generator?

It is built and maintained by icepopma (@icepopma); the current version is v1.1.2.

💬 Comments