← 返回 Skills 市场
2508
总下载
1
收藏
9
当前安装
2
版本数
在 OpenClaw 中安装
/install dex
功能描述
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/.
使用说明 (SKILL.md)
Dex Task Tracking
Track async work: coding agent dispatches, multi-step projects, anything needing follow-up.
Commands
dex create -d "Description" --context "Background, goal, done-when"
dex list # Pending tasks
dex list --all # Include completed
dex show \x3Cid> # View task
dex show \x3Cid> --full # Full context
dex complete \x3Cid> --result "What was done, decisions, follow-ups"
dex edit \x3Cid> --context "Updated context"
dex delete \x3Cid>
Task Structure
- Description: One-line summary
- Context: Background, requirements, done criteria
- Result: What was built, decisions, follow-ups
Example
# 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."
Storage
.dex/tasks/{id}.json — one file per task, git-friendly.
安全使用建议
This is an instruction-only skill that expects a 'dex' CLI and stores tasks under .dex/tasks/*.json, but it does not provide or declare that CLI. Before installing or using it: 1) confirm you have a trustworthy 'dex' binary available (know its source and verify it), or request the skill author supply an install spec or source repo; 2) be aware the agent will read/write files in a .dex directory — do not store secrets or sensitive configs in tasks; 3) test in a restricted environment to observe what commands the agent runs; 4) if you cannot verify the origin of the 'dex' tool, treat the skill cautiously or mark it untrusted. The mismatch between required tooling and the skill metadata is the primary concern here.
功能分析
Type: OpenClaw Skill
Name: dex
Version: 1.1.0
The skill bundle describes a local task tracking tool named 'dex'. The `SKILL.md` file provides instructions for creating, listing, showing, completing, editing, and deleting tasks, which are stored as JSON files in a `.dex/tasks/` directory. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent. The content is clearly aligned with the stated purpose and lacks high-risk behaviors.
能力评估
Purpose & Capability
The stated purpose (local task tracking stored as JSON in .dex/tasks/) matches the SKILL.md content. However, the SKILL.md relies on a 'dex' CLI tool (commands like dex create, dex list, dex complete) while the skill metadata lists no required binaries or install steps — this is an incoherence (the skill needs a CLI but does not declare or install it).
Instruction Scope
Instructions are narrowly scoped to creating, listing, showing, editing, completing, and deleting tasks and to storing tasks under .dex/tasks/{id}.json — all consistent with the described purpose. The SKILL.md does tell the agent to run filesystem-affecting commands (create/edit/delete files in .dex), so the agent will need local file write/read permission; nothing in the instructions asks for unrelated files, credentials, or external endpoints.
Install Mechanism
There is no install specification and no code shipped with the skill, yet the runtime instructions require a 'dex' command-line tool. That gap could cause failures or lead operators to install an unvetted binary themselves. Because the skill is instruction-only, there is no installation risk from the skill bundle itself, but the missing install step is a practical and security concern.
Credentials
The skill declares no environment variables, no credentials, and no config paths beyond the .dex/tasks folder it manages. The requested access (local task files) is proportional to the stated purpose.
Persistence & Privilege
always is false and autonomous invocation is permitted (platform default). The skill writes to its own .dex/tasks directory per design; it does not request elevated or cross-skill privileges. This level of persistence/privilege is appropriate for a local task-tracking tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dex - 安装完成后,直接呼叫该 Skill 的名称或使用
/dex触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Trimmed for conciseness
v1.0.0
Initial release - task tracking for async/multi-step work
元数据
常见问题
Dex Task Tracking 是什么?
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/. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2508 次。
如何安装 Dex Task Tracking?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dex」即可一键安装,无需额外配置。
Dex Task Tracking 是免费的吗?
是的,Dex Task Tracking 完全免费(开源免费),可自由下载、安装和使用。
Dex Task Tracking 支持哪些平台?
Dex Task Tracking 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dex Task Tracking?
由 gricha(@gricha)开发并维护,当前版本 v1.1.0。
推荐 Skills