← 返回 Skills 市场
wingogx

Meeting Minutes Task Extractor

作者 安东子 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
252
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-minutes-task-extractor
功能描述
Free basic version that extracts actionable tasks from meeting minutes. Reserves premium upgrade hooks for deeper action decomposition and project tracker ex...
安全使用建议
This skill appears to do what it says: extract up to 5 actionable tasks from meeting notes. Before installing or running it, consider: 1) The script will include an 'upgrade.payment_url' in its output if SKILLPAY_* environment vars are set — avoid pointing those vars to untrusted domains and avoid exposing sensitive user_id values in query strings. 2) The references file documents a billing API and mentions keeping API keys in environment variables, but the shipped script does not call any billing endpoint or require an API key. 3) Run the provided unit tests locally (python3 -m unittest ...) to confirm behavior in your environment. If you plan to set up the premium/payment hooks, review any target endpoint and do not store secret keys in code or logs.
功能分析
Type: OpenClaw Skill Name: meeting-minutes-task-extractor Version: 1.0.0 The skill is a functional utility for extracting tasks, assignees, and due dates from meeting notes using regular expressions. It includes a 'premium' tier placeholder that returns a payment URL (defaulting to skillpay.me) constructed from environment variables, but it lacks any malicious behaviors such as data exfiltration, unauthorized execution, or prompt injection. The code in scripts/meeting_minutes_task_extractor.py is transparent and aligns with the stated purpose in SKILL.md.
能力评估
Purpose & Capability
Name/description match the included code: the Python script extracts tasks from meeting notes and exposes a free/premium UX. There are no unrelated required binaries, credentials, or config paths.
Instruction Scope
SKILL.md instructs running the included script and tests only. The runtime code reads an optional input file or JSON and returns results; it does not access arbitrary system files. It does construct a payment_url from optional SKILLPAY_* env vars and returns it in the 'upgrade' payload — this is expected for a premium-upgrade hook but means an environment-controlled URL (and user_id query param) may appear in outputs.
Install Mechanism
No install spec and no downloads — instruction-only with included scripts. Nothing is written to disk beyond running the provided scripts, so install risk is low.
Credentials
No required environment variables are declared. The code optionally reads SKILLPAY_PAYMENT_URL_TEMPLATE and SKILLPAY_TOPUP_BASE_URL to build a payment URL; references mention SKILLPAY_API_KEY for a separate billing contract, but that key is not used by the script. Optional env vars are proportionate to the declared premium upgrade behavior, but if set they influence output.
Persistence & Privilege
always:false and no persistent/system-wide changes. The skill does not modify other skills or request permanent presence. Autonomous invocation is allowed (default) but is not combined with any other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meeting-minutes-task-extractor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meeting-minutes-task-extractor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of meeting-minutes-task-extractor. - Extracts up to 5 actionable tasks with assignee and due-date hints in free tier. - Premium hooks reserved for enhanced task extraction, milestone breakdown, and project tracker export. - Simple input fields: user_id, meeting_title, meeting_notes, and optional tier. - Usable via a Python script or unit tests for validation.
元数据
Slug meeting-minutes-task-extractor
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Meeting Minutes Task Extractor 是什么?

Free basic version that extracts actionable tasks from meeting minutes. Reserves premium upgrade hooks for deeper action decomposition and project tracker ex... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。

如何安装 Meeting Minutes Task Extractor?

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

Meeting Minutes Task Extractor 是免费的吗?

是的,Meeting Minutes Task Extractor 完全免费(开源免费),可自由下载、安装和使用。

Meeting Minutes Task Extractor 支持哪些平台?

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

谁开发了 Meeting Minutes Task Extractor?

由 安东子(@wingogx)开发并维护,当前版本 v1.0.0。

💬 留言讨论