← 返回 Skills 市场
xuyongliang-eccom

会议纪要助手

作者 xuyongliang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-minutes-assistant
功能描述
会议纪要助手。自动整理会议内容、提取关键讨论点、生成结构化会议纪要、识别待办事项并支持多渠道推送。当用户需要:记录会议、整理会议纪要、提取会议待办、生成会议摘要、将纪要推送到企业微信/飞书/钉钉时使用此技能。
安全使用建议
This package contains one benign-looking Python script that converts local meeting notes into a markdown summary, but the README/ SKILL.md advertises extra features (TODO extraction and pushing summaries to 企业微信/飞书/钉钉) while the corresponding scripts and any required credentials are absent. Before installing or running: 1) don't run any push/unknown scripts from this package unless you inspect them first; 2) ask the author for the missing extract_todos.py and push_minutes.py or for clear documentation on how to securely provide credentials (webhooks/API tokens); 3) if you need push integration, prefer an implementation that explicitly declares required env vars and shows how tokens are stored/used; 4) run the provided script in a sandbox or review its code (it is short and local-only) and avoid giving this skill access to service tokens until you verify the push code and endpoints. If the missing scripts are later added, re-evaluate for network calls, hard-coded endpoints, or credential usage.
功能分析
Type: OpenClaw Skill Name: meeting-minutes-assistant Version: 1.0.0 The skill bundle is a standard utility for processing meeting notes into structured Markdown. The provided script, scripts/extract_minutes.py, performs simple keyword-based text parsing and local file I/O without any network activity, shell execution, or access to sensitive system resources. While the documentation mentions additional scripts for external platform integration (e.g., push_minutes.py), the analyzed code contains no malicious intent or high-risk vulnerabilities.
能力评估
Purpose & Capability
The name/description promise multi-channel push (企业微信/飞书/钉钉) and TODO extraction, but the package only contains a single script (scripts/extract_minutes.py) that performs local text parsing; push and todo scripts referenced in SKILL.md are missing and no environment variables/credentials are declared for external services. The listed capabilities are not matched by the provided artifacts.
Instruction Scope
SKILL.md instructs the agent to run scripts extract_todos.py and push_minutes.py and demonstrates push commands to external channels, but those scripts are not present. The included extract_minutes.py works only on local files and does not reach out to the network or read extra system state; however the runtime instructions give the agent permission/expectation to execute non-existent network-capable scripts, creating ambiguity about actual behavior if the missing scripts are later added or fetched.
Install Mechanism
No install spec is provided (instruction-only plus a small Python script). There is no download or external installer, so nothing will be implicitly written to disk beyond the provided files. This is a low-risk install mechanism as presented.
Credentials
No environment variables or credentials are declared, yet the skill claims it can push to enterprise messaging platforms which would normally require API keys/tokens and webhooks. Either credentials are omitted from metadata (incoherent) or the push functionality isn't implemented. The single included script does not require secrets, but the documented features would.
Persistence & Privilege
The skill does not request always:true and has no elevated persistence or system-wide config changes. It appears to be user-invocable only and does not autonomously demand permanent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meeting-minutes-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meeting-minutes-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首发版本
元数据
Slug meeting-minutes-assistant
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

会议纪要助手 是什么?

会议纪要助手。自动整理会议内容、提取关键讨论点、生成结构化会议纪要、识别待办事项并支持多渠道推送。当用户需要:记录会议、整理会议纪要、提取会议待办、生成会议摘要、将纪要推送到企业微信/飞书/钉钉时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 会议纪要助手?

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

会议纪要助手 是免费的吗?

是的,会议纪要助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

会议纪要助手 支持哪些平台?

会议纪要助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 会议纪要助手?

由 xuyongliang(@xuyongliang-eccom)开发并维护,当前版本 v1.0.0。

💬 留言讨论