← Back to Skills Marketplace
会议纪要助手
by
xuyongliang
· GitHub ↗
· v1.0.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install meeting-minutes-assistant
Description
会议纪要助手。自动整理会议内容、提取关键讨论点、生成结构化会议纪要、识别待办事项并支持多渠道推送。当用户需要:记录会议、整理会议纪要、提取会议待办、生成会议摘要、将纪要推送到企业微信/飞书/钉钉时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meeting-minutes-assistant - After installation, invoke the skill by name or use
/meeting-minutes-assistant - 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 104 downloads so far.
How do I install 会议纪要助手?
Run "/install meeting-minutes-assistant" 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 xuyongliang (@xuyongliang-eccom); the current version is v1.0.0.
More Skills