Install
openclaw skills install dsb-task-extractorExtract, track, and verify completion of multiple tasks from a single user message. Use when a message contains 3+ actionable items or mixes multiple unrelated asks. Prevents the common failure mode where agents address 2 of 6 requests and silently drop the rest.
openclaw skills install dsb-task-extractorA user message contains 3+ actionable items, mixes asks across different domains, or has a history of dropped tasks.
| # | Task | Status | Evidence |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)