Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span multiple sessions or require coordination (e.g., coding agent dispatches, PR reviews, background jobs). Tasks stored as JSON files in .dex/tasks/.
Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span multiple sessions or require coordination (e.g., coding agent dispatches, PR reviews, background jobs). Tasks stored as JSON files in .dex/tasks/.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Track async work: coding agent dispatches, multi-step projects, anything needing follow-up.
dex create -d "Description" --context "Background, goal, done-when" dex list # Pending tasks dex list --all # Include completed dex show <id> # View task dex show <id> --full # Full context dex complete <id> --result "What was done, decisions, follow-ups" dex edit <id> --context "Updated context" dex delete <id>
Description: One-line summary Context: Background, requirements, done criteria Result: What was built, decisions, follow-ups
# Before dispatching agent dex create -d "Add caching to API" --context "Workspace: feat1 (100.x.x.x) Branch: feat/cache Done when: PR merged, CI green" # After work complete dex complete abc123 --result "Merged PR #50. Redis caching with 5min TTL."
.dex/tasks/{id}.json โ one file per task, git-friendly.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.