会议纪要自动整理工具
v1.0.0会议纪要自动整理工具 | 将原始会议记录智能整理为结构化会议纪要(议题、决议、待办、责任人和截止日期)
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latest
会议纪要自动整理工具
将零散的会议记录、语音转文字或手写笔记,快速整理为结构清晰、责任明确的正式会议纪要。
适用场景
- 周例会/月例会纪要整理
- 技术评审会记录
- 项目进度会议
- 跨部门协调会议
- 客户需求会议
输入格式
直接粘贴原始会议记录,支持:
- 文字记录(微信/飞书聊天记录复制)
- 语音转文字内容
- 手写笔记(拍照后描述)
- 结构化输入(分条列出要点)
输出内容
整理后的会议纪要包含:
| 模块 | 说明 |
|---|---|
| 会议基本信息 | 时间、地点、主持人、记录人、参会人 |
| 议题讨论 | 各议题讨论要点(精简提炼) |
| 决议事项 | 明确的决定结论 |
| 待办任务 | 具体任务 + 负责人 + 截止日期 |
| 遗留问题 | 未解决问题及后续跟进方式 |
使用方法
用户:帮我整理以下会议记录:[粘贴原始记录]
用户:这是一份周例会记录,请整理成标准格式:
[粘贴内容]
格式规范
- 决议事项使用加粗
- 待办任务使用 ✅ 前缀
- 负责人使用 @姓名 格式
- 截止日期使用 📅 前缀
示例
输入(原始记录):
老王说这次电机轴承有问题,要换供应商。小李说下周三之前给新方案。小张说已经测试过了没问题。张总决定用国产代替进口。品质部负责跟进。
输出(整理后):
决议:采用国产轴承代替进口轴承
- ✅ 联系新供应商报价(负责人:@小李,截止:📅下周三)
- ✅ 品质部跟进供应商切换(负责人:@品质部)
- ⚠️ 轴承测试报告待确认(跟进:@小张)
Comments
Loading comments...
