Task Extractor

v1.0.0

Extract, track, and verify completion of multiple tasks from a single user message. Use when a message contains 3+ actionable items or mixes multiple unrelat...

0· 101·0 current·0 all-time
byKairoKid@dodge1218
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the instructions: SKILL.md focuses on extracting, numbering, tracking, and reconciling tasks. No unrelated environment variables, binaries, or installs are requested.
Instruction Scope
Instructions are mostly scoped to extraction and tracking, but they also tell the agent to "Execute each in order (or delegate to appropriate skill)". That expands runtime behavior beyond pure extraction and could cause the agent to invoke other skills or perform actions with side effects. The SKILL.md does include a GATE rule for human approval, which limits silent execution, but storage location for the 'hot index' and limits on what can be executed are unspecified.
Install Mechanism
Instruction-only skill with no install spec or code files — minimal install risk and nothing is written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested; nothing disproportionate is being asked for.
Persistence & Privilege
always:false and no declared persistence. The skill can be invoked autonomously (platform default), and its instructions to execute/delegate tasks increase the effective blast radius because it may call other skills; this is expected behavior but worth confirming with site policies or user preferences.
Assessment
This skill appears to do what it claims, but before installing verify two things: (1) how and where the "hot index" (task tracking table) will be stored or logged — the SKILL.md doesn't specify storage or retention, which could expose task contents; (2) whether the agent is allowed to automatically execute or delegate tasks in your environment — although the skill calls out GATE for approvals, execution instructions could lead to side effects (sending emails, running deployments) if not properly gated. If you plan to use it, test with non-sensitive tasks, enable strict gating for any action with potential impact (payments, messages, deployments), and confirm audit/logging so you can review what was executed.

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

agent-intelligencevk9739xg0enra23c620mqny2ctx84h4fglatestvk9739xg0enra23c620mqny2ctx84h4fgproductivityvk9739xg0enra23c620mqny2ctx84h4fg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments