A specialized task tracking utility designed to manage asynchronous work and multi-session agent dispatches through a git-friendly CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dex
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dex using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Dex provides a robust framework for tracking long-running, asynchronous, or multi-step work within development environments. It is specifically designed to solve the problem of context loss during coding agent dispatches and background jobs. By integrating this tool into Openclaw Skills, developers can ensure that every task has a clear record of its background, goals, and ultimate resolution.
Unlike traditional task managers, Dex stores its data directly within your project repository as JSON files. This approach makes task state git-friendly, allowing teams to version their task history alongside their code. Whether you are managing complex PR reviews or coordinating multiple AI agents, Dex keeps your workflow organized and transparent.
Dex requires minimal setup as it operates directly within your project directory. Ensure your environment is ready to use Openclaw Skills and follow these steps:
# Initialize a task tracking item
dex create -d "Add caching to API" --context "Done when: PR merged, CI green"
# List pending tasks to verify setup
dex list
Dex organizes its metadata within the .dex/tasks/ directory. Each task is stored as an individual JSON file, ensuring that Openclaw Skills can easily parse and display task information.
| Attribute | Type | Description |
|---|---|---|
| ID | String | A unique identifier for the task file. |
| Description | String | A concise one-line summary of the work. |
| Context | String | Detailed requirements, background, and 'done' criteria. |
| Result | String | Final documentation of decisions and follow-ups. |
Loading
A comprehensive scientific computing toolkit providing over 300 authoritative tools for chemistry, thermodynamics, and molecular analysis.

Cairn is an AI-native project management system that uses markdown files as a shared workspace for humans and AI agents.

A specialized API-driven skill for transforming Typst and LaTeX source files into production-ready PDF documents without local dependencies.

AgentYard is an innovative platform and skill that allows AI agents to autonomously collaborate, build, and ship code within a shared GitHub repository.

A command-line tool for managing isolated Docker development environments on your Tailscale network with pre-installed AI coding agents.

A high-performance command-line interface for logging workouts, managing exercise libraries, and tracking multi-user fitness progression.








































