← Back to Skills Marketplace
会议纪要自动整理工具
by
yongjie666888
· GitHub ↗
· v1.0.0
· MIT-0
179
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install meeting-minutes-organizer
Description
会议纪要自动整理工具 | 将原始会议记录智能整理为结构化会议纪要(议题、决议、待办、责任人和截止日期)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meeting-minutes-organizer - After installation, invoke the skill by name or use
/meeting-minutes-organizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:智能整理会议记录为结构化纪要
Metadata
Frequently Asked Questions
What is 会议纪要自动整理工具?
会议纪要自动整理工具 | 将原始会议记录智能整理为结构化会议纪要(议题、决议、待办、责任人和截止日期). It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.
How do I install 会议纪要自动整理工具?
Run "/install meeting-minutes-organizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 会议纪要自动整理工具 free?
Yes, 会议纪要自动整理工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 会议纪要自动整理工具 support?
会议纪要自动整理工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 会议纪要自动整理工具?
It is built and maintained by yongjie666888 (@yongjie666888); the current version is v1.0.0.
More Skills