下载技能包
最后更新
2026/4/9
安全扫描
OpenClaw
安全
medium confidenceThe skill's instructions and requirements are coherent with its stated purpose (extracting, tracking, and verifying tasks); the main issues are minor ambiguities about where the task index is stored and how/when the agent will actually execute delegated actions.
评估建议
This skill appears to do what it claims, but before installing verify two things: (1) how and where the "hot index" (task tracking table) will be stored or logged — the SKILL.md doesn't specify storage or retention, which could expose task contents; (2) whether the agent is allowed to automatically execute or delegate tasks in your environment — although the skill calls out GATE for approvals, execution instructions could lead to side effects (sending emails, running deployments) if not properly...详细分析 ▾
✓ 用途与能力
Name/description match the instructions: SKILL.md focuses on extracting, numbering, tracking, and reconciling tasks. No unrelated environment variables, binaries, or installs are requested.
ℹ 指令范围
Instructions are mostly scoped to extraction and tracking, but they also tell the agent to "Execute each in order (or delegate to appropriate skill)". That expands runtime behavior beyond pure extraction and could cause the agent to invoke other skills or perform actions with side effects. The SKILL.md does include a GATE rule for human approval, which limits silent execution, but storage location for the 'hot index' and limits on what can be executed are unspecified.
✓ 安装机制
Instruction-only skill with no install spec or code files — minimal install risk and nothing is written to disk by the skill itself.
✓ 凭证需求
No environment variables, credentials, or config paths are requested; nothing disproportionate is being asked for.
ℹ 持久化与权限
always:false and no declared persistence. The skill can be invoked autonomously (platform default), and its instructions to execute/delegate tasks increase the effective blast radius because it may call other skills; this is expected behavior but worth confirming with site policies or user preferences.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/9
Initial release: Extract and track multiple tasks from compound user messages. Prevents dropped tasks.
● 无害
安装命令
点击复制官方npx clawhub@latest install dsb-task-extractor
镜像加速npx clawhub@latest install dsb-task-extractor --registry https://cn.longxiaskill.com