← 返回 Skills 市场
dodge1218

Task Extractor

作者 KairoKid · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dsb-task-extractor
功能描述
Extract, track, and verify completion of multiple tasks from a single user message. Use when a message contains 3+ actionable items or mixes multiple unrelat...
使用说明 (SKILL.md)

Task Extractor

When to Trigger

A user message contains 3+ actionable items, mixes asks across different domains, or has a history of dropped tasks.

Process

  1. Extract every task from the message — err on the side of capturing more.
  2. Number each task explicitly.
  3. Track in a hot index: | # | Task | Status | Evidence |
  4. Execute each in order (or delegate to appropriate skill).
  5. Reconcile after completion — compare extracted list against actual completions.

Example

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)

Rules

  • Missing a task is worse than capturing an extra one.
  • Mark each explicitly: ✅ done | 🔄 in progress | ❌ blocked | ⏭️ deferred.
  • At end of run, list any DROPPED tasks — these are the most important to surface.
  • If a task needs human approval, mark as GATE and don't execute silently.
安全使用建议
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 gated. If you plan to use it, test with non-sensitive tasks, enable strict gating for any action with potential impact (payments, messages, deployments), and confirm audit/logging so you can review what was executed.
功能分析
Type: OpenClaw Skill Name: dsb-task-extractor Version: 1.0.0 The task-extractor skill bundle is a meta-instruction set designed to improve agent reliability when handling complex, multi-part user requests. It provides a structured process for task extraction, tracking, and reconciliation in SKILL.md, including safety features like human-in-the-loop requirements (GATE) for sensitive actions. No malicious code, data exfiltration, or suspicious execution patterns were identified.
能力评估
Purpose & Capability
Name/description match the instructions: SKILL.md focuses on extracting, numbering, tracking, and reconciling tasks. No unrelated environment variables, binaries, or installs are requested.
Instruction Scope
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.
Install Mechanism
Instruction-only skill with no install spec or code files — minimal install risk and nothing is written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested; nothing disproportionate is being asked for.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dsb-task-extractor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dsb-task-extractor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Extract and track multiple tasks from compound user messages. Prevents dropped tasks.
元数据
Slug dsb-task-extractor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Task Extractor 是什么?

Extract, track, and verify completion of multiple tasks from a single user message. Use when a message contains 3+ actionable items or mixes multiple unrelat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Task Extractor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dsb-task-extractor」即可一键安装,无需额外配置。

Task Extractor 是免费的吗?

是的,Task Extractor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Task Extractor 支持哪些平台?

Task Extractor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Task Extractor?

由 KairoKid(@dodge1218)开发并维护,当前版本 v1.0.0。

💬 留言讨论