← 返回 Skills 市场
yongjie666888

会议纪要自动整理工具

作者 yongjie666888 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
179
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-minutes-organizer
功能描述
会议纪要自动整理工具 | 将原始会议记录智能整理为结构化会议纪要(议题、决议、待办、责任人和截止日期)
安全使用建议
This skill appears coherent and safe in that it doesn't access network, system files, or secrets — it only processes text you provide. Consider these points before installing or using it with sensitive meetings: (1) review the organizer.js code yourself or run it offline if your meetings contain confidential data, since it will process any pasted text; (2) the person-name and deadline extraction are heuristic and may mis-identify names or dates (test with non-sensitive samples first); (3) no telemetry or exfiltration was found in the bundle, but always avoid pasting highly sensitive credentials or PII into third-party tools unless you've reviewed their code and trust them.
功能分析
Type: OpenClaw Skill Name: meeting-minutes-organizer Version: 1.0.0 The skill bundle is a legitimate utility for parsing and formatting meeting notes. The core logic in `organizer.js` uses standard regular expressions to identify tasks and decisions from text input, and `SKILL.md` provides clear, safe instructions for the AI agent without any signs of prompt injection, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
Name/description, SKILL.md, and organizer.js are aligned: the code parses raw text into discussions, decisions, actions, and problems, which matches the stated goal of producing structured meeting minutes. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs users to paste raw meeting text (or transcriptions) and format output; the code operates only on provided text and prints formatted minutes. Note: the parser uses heuristic regexes (including a large hard-coded name list and simple deadline patterns) which can yield false positives/negatives and may mis-identify persons or deadlines.
Install Mechanism
No install spec is provided (instruction-only + a small JS file). No downloads, external packages, or archive extraction are present in the bundle.
Credentials
No environment variables, secrets, or external service credentials are requested or used. The code does not read system config paths or environment beyond process.argv for optional CLI usage.
Persistence & Privilege
The skill does not request persistent presence (always: false) and does not modify other skills or system settings. It has no autonomous persistence or privileged behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meeting-minutes-organizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meeting-minutes-organizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:智能整理会议记录为结构化纪要
元数据
Slug meeting-minutes-organizer
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

会议纪要自动整理工具 是什么?

会议纪要自动整理工具 | 将原始会议记录智能整理为结构化会议纪要(议题、决议、待办、责任人和截止日期). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。

如何安装 会议纪要自动整理工具?

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

会议纪要自动整理工具 是免费的吗?

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

会议纪要自动整理工具 支持哪些平台?

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

谁开发了 会议纪要自动整理工具?

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

💬 留言讨论