← Back to Skills Marketplace
wingogx

Meeting Minutes Task Extractor

by 安东子 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
252
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install meeting-minutes-task-extractor
Description
Free basic version that extracts actionable tasks from meeting minutes. Reserves premium upgrade hooks for deeper action decomposition and project tracker ex...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meeting-minutes-task-extractor
  3. After installation, invoke the skill by name or use /meeting-minutes-task-extractor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug meeting-minutes-task-extractor
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 252 downloads so far.

How do I install Meeting Minutes Task Extractor?

Run "/install meeting-minutes-task-extractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Meeting Minutes Task Extractor free?

Yes, Meeting Minutes Task Extractor is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Meeting Minutes Task Extractor support?

Meeting Minutes Task Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Meeting Minutes Task Extractor?

It is built and maintained by 安东子 (@wingogx); the current version is v1.0.0.

💬 Comments