← 返回 Skills 市场
aipoch-ai

Meeting Minutes

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-minutes-aipoch
功能描述
Use meeting minutes for other workflows that need structured execution, explicit assumptions, and clear output boundaries.
安全使用建议
This package appears coherent and low-risk, but take these practical precautions before using it on real meeting transcripts: 1) If transcripts contain PHI/PII, run the script in a secure/sandboxed environment and follow your organization's data-handling rules — the code does not perform de-identification. 2) The regex-based extraction is simple and may miss or mis-classify items; validate outputs manually for compliance-sensitive use (FDA/ICH mention in docs is guidance only; the code does not enforce regulatory checks). 3) Review and pin your runtime (Python 3.10+) and add dependency/version control if you adapt the script. 4) If you plan to integrate this into automated workflows, add input-path validation, logging safeguards, and avoid exposing transcripts to external services. 5) Consider a quick security review (static scan / peer code review) before deploying in production.
功能分析
Type: OpenClaw Skill Name: meeting-minutes-aipoch Version: 1.0.0 The skill bundle is a straightforward tool for parsing meeting transcripts into structured minutes. The primary script, `scripts/main.py`, uses basic regular expressions to extract action items and decisions without any risky operations like network access, shell execution, or sensitive file system interaction. While the `SKILL.md` and the audit log (`meeting-minutes_audit_result_v2.json`) contain repetitive phrasing regarding 'structured execution' and 'output boundaries,' these appear to be artifacts of a template or specific testing requirements rather than malicious prompt injection. No indicators of data exfiltration or unauthorized persistence were found.
能力评估
Purpose & Capability
The skill name, description, SKILL.md, and the included scripts/main.py all describe the same purpose (structuring meeting transcripts into minutes). There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
SKILL.md instructs validating inputs and running scripts/main.py. The runtime instructions stay within that scope and do not direct the agent to read unrelated system files or call external endpoints. The guidance to validate file paths and avoid ../ traversal is appropriate.
Install Mechanism
No install spec is present (instruction-only plus a small packaged script), so nothing is downloaded or installed automatically. This minimizes disk-write/remote-code risks.
Credentials
The skill requests no environment variables, credentials, or config paths. The code and docs do not attempt to access secrets or external services.
Persistence & Privilege
always is false and the package does not request persistent or system-wide changes. It does not modify other skills or system settings. (Agent autonomous invocation is allowed by platform default and is not flagged by itself.)
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meeting-minutes-aipoch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meeting-minutes-aipoch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of meeting-minutes skill with new structure and workflow. - Renamed from "meeting-notes" to "meeting-minutes" and updated author. - Switched implementation from shell scripts to a Python entry point (`scripts/main.py`). - Added structured guidelines and reference materials in `references/`. - Improved scope discipline: workflow is focused on explicit inputs, assumptions, and reproducible, bounded outputs. - Removed older shell script logic and legacy documentation files. - Updated documentation to clarify usage, parameters, outputs, and workflow, especially for medical and structured meeting scenarios.
元数据
Slug meeting-minutes-aipoch
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Meeting Minutes 是什么?

Use meeting minutes for other workflows that need structured execution, explicit assumptions, and clear output boundaries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。

如何安装 Meeting Minutes?

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

Meeting Minutes 是免费的吗?

是的,Meeting Minutes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Meeting Minutes 支持哪些平台?

Meeting Minutes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Meeting Minutes?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论