Meeting Minutes Task Extractor

v1.0.0

Free basic version that extracts actionable tasks from meeting minutes. Reserves premium upgrade hooks for deeper action decomposition and project tracker ex...

0· 250·0 current·0 all-time
by安东子@wingogx

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for wingogx/meeting-minutes-task-extractor.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Meeting Minutes Task Extractor" (wingogx/meeting-minutes-task-extractor) from ClawHub.
Skill page: https://clawhub.ai/wingogx/meeting-minutes-task-extractor
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install meeting-minutes-task-extractor

ClawHub CLI

Package manager switcher

npx clawhub@latest install meeting-minutes-task-extractor
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

freevk97ehz8q93hx4gb47pabctnhzx82d7e8latestvk97ehz8q93hx4gb47pabctnhzx82d7e8meetingvk97ehz8q93hx4gb47pabctnhzx82d7e8productivityvk97ehz8q93hx4gb47pabctnhzx82d7e8
250downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Meeting Minutes → Task Extractor

Value

  • Free tier: extract up to 5 actionable tasks with assignee/due-date hints.
  • Premium tier (reserved): extract up to 20 tasks, milestone decomposition, and tracker export.

Input

  • user_id
  • meeting_title
  • meeting_notes
  • optional tier (free/premium)

Run

python3 scripts/meeting_minutes_task_extractor.py \
  --user-id user_002 \
  --meeting-title "增长周会" \
  --meeting-notes "由小王负责落地页改版,截止2026-03-08"

Tests

python3 -m unittest scripts/test_meeting_minutes_task_extractor.py -v

Comments

Loading comments...