← 返回 Skills 市场
Meeting Notes Generator
作者
windy-001-crypto
· GitHub ↗
· v1.0.0
379
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-notes-generator
功能描述
AI-powered meeting notes generator - automatic transcription, summary, action items extraction, and task assignment. Turns meeting recordings or text into pr...
安全使用建议
This package appears to be a local, self-contained meeting-notes formatter implemented in Python and matches its description. Before installing or running: (1) review the full Python file for any network calls or subprocess usage (the visible code appears local-only); (2) be aware SKILL.md mentions integrations (Notion, Email, Calendar) but no connectors or credential requirements are included—if you or someone extends the skill to add integrations, expect to supply API keys/tokens then; (3) run the script on non-sensitive sample data first; (4) if you need integrations, prefer implementing them explicitly and securely (use least-privilege API keys and explicit host URLs).
功能分析
Type: OpenClaw Skill
Name: meeting-notes-generator
Version: 1.0.0
The skill bundle is benign. The `meeting_notes_generator.py` script uses only standard Python libraries, performs no file I/O (beyond standard output), no network calls, and no shell command execution. Arguments from `SKILL.md` are processed via `sys.argv` and used to select hardcoded sample data or templates, without any dangerous string interpolation or execution. The `SKILL.md` itself contains no prompt injection attempts against the AI agent. While `command-arg-mode: raw` could be risky in other contexts, this script handles arguments safely. The documented `from-file` command is not implemented, preventing potential file reading vulnerabilities.
能力评估
Purpose & Capability
The skill name/description (meeting notes, summaries, action items) matches the provided code and SKILL.md examples. Required binary is only python3, which is appropriate for the included Python script. There are no unexpected credential or cloud requirements listed.
Instruction Scope
SKILL.md describes export/integration features (Notion, Email, Calendar) but provides no implementation or instructions that access external services or request credentials. The included Python script formats templates and sample data locally and does not perform network I/O in the visible code. The discrepancy (mentions integrations but no code or env vars) is a documentation gap rather than an obvious risk.
Install Mechanism
No install spec; this is instruction-only plus an included Python script. Nothing is downloaded from external URLs or installed automatically, so there is low install-time risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportional to the script, which uses only local sample data and formatting functions.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges. It only requires python3 to run its local logic.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meeting-notes-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/meeting-notes-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - AI meeting notes, action items, templates
元数据
常见问题
Meeting Notes Generator 是什么?
AI-powered meeting notes generator - automatic transcription, summary, action items extraction, and task assignment. Turns meeting recordings or text into pr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。
如何安装 Meeting Notes Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-notes-generator」即可一键安装,无需额外配置。
Meeting Notes Generator 是免费的吗?
是的,Meeting Notes Generator 完全免费(开源免费),可自由下载、安装和使用。
Meeting Notes Generator 支持哪些平台?
Meeting Notes Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meeting Notes Generator?
由 windy-001-crypto(@windy-001-crypto)开发并维护,当前版本 v1.0.0。
推荐 Skills