/install dsb-task-extractor
Task Extractor
When to Trigger
A user message contains 3+ actionable items, mixes asks across different domains, or has a history of dropped tasks.
Process
- Extract every task from the message — err on the side of capturing more.
- Number each task explicitly.
- Track in a hot index:
| # | Task | Status | Evidence | - Execute each in order (or delegate to appropriate skill).
- Reconcile after completion — compare extracted list against actual completions.
Example
User: "Fix the deploy bug, update the landing page copy,
check if Stripe webhook is working, and email the client"
Extracted:
1. Fix deploy bug → coder
2. Update landing page copy → coder
3. Check Stripe webhook → verifier
4. Email client → GATE (needs approval)
Rules
- Missing a task is worse than capturing an extra one.
- Mark each explicitly: ✅ done | 🔄 in progress | ❌ blocked | ⏭️ deferred.
- At end of run, list any DROPPED tasks — these are the most important to surface.
- If a task needs human approval, mark as GATE and don't execute silently.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dsb-task-extractor - After installation, invoke the skill by name or use
/dsb-task-extractor - Provide required inputs per the skill's parameter spec and get structured output
What is Task Extractor?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.
How do I install Task Extractor?
Run "/install dsb-task-extractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Task Extractor free?
Yes, Task Extractor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Task Extractor support?
Task Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Task Extractor?
It is built and maintained by KairoKid (@dodge1218); the current version is v1.0.0.