← 返回 Skills 市场
icepopma

Meeting Summary Generator

作者 icepopma · GitHub ↗ · v1.1.2
cross-platform ⚠ suspicious
494
总下载
0
收藏
2
当前安装
11
版本数
在 OpenClaw 中安装
/install meeting-summary-generator
功能描述
AI-powered meeting summary generator. Convert meeting notes into professional summaries and action items.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meeting-summary-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meeting-summary-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug meeting-summary-generator
版本 1.1.2
许可证
累计安装 2
当前安装数 2
历史版本数 11
常见问题

Meeting Summary Generator 是什么?

AI-powered meeting summary generator. Convert meeting notes into professional summaries and action items. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 494 次。

如何安装 Meeting Summary Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-summary-generator」即可一键安装,无需额外配置。

Meeting Summary Generator 是免费的吗?

是的,Meeting Summary Generator 完全免费(开源免费),可自由下载、安装和使用。

Meeting Summary Generator 支持哪些平台?

Meeting Summary Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Meeting Summary Generator?

由 icepopma(@icepopma)开发并维护,当前版本 v1.1.2。

💬 留言讨论