← 返回 Skills 市场
shiker1996

task killer

作者 shiker · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
213
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install task-killer
功能描述
快速识别并立即中断当前执行任务,清理所有相关资源,节省 token 和时间,准备执行新任务。
安全使用建议
This skill is coherent with its stated purpose, but it needs broad runtime privileges (process/subagent termination and filesystem writes). Before installing: 1) Confirm what the platform-provided 'subagents' and 'process' tools can access — are they limited to the agent's own children or can they affect system/global processes? 2) Ensure kills are scoped to resources owned by the current task/session and that confirmation behavior (confirm vs. immediate kill) matches your safety needs. 3) Consider enabling a confirmation prompt and restricting tempDir to a dedicated sandbox. 4) Test in a safe/sandbox environment to observe which processes/files it actually terminates. If you cannot verify tool scoping, avoid granting this skill process-level permissions.
功能分析
Type: OpenClaw Skill Name: task-killer Version: 1.0.0 The 'task-killer' skill is a legitimate utility designed to interrupt ongoing agent tasks, terminate subagents, and kill background processes to save tokens and time. The implementation in index.js and the instructions in SKILL.md are transparent and align perfectly with the stated purpose, using the subagents, process, and filesystem tools for resource management and logging without any evidence of malicious intent, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
Name/description align with requested capabilities: the skill declares and uses tools for subagents, process management, and filesystem cleanup — these are expected for a task-killer.
Instruction Scope
SKILL.md and index.js instruct the agent to list and kill subagents and processes and to delete temp files, but they do not require or enforce scoping to only those resources owned by the current task/session. This could allow killing unrelated agents/processes or removing files outside a safe workspace. There are also minor contradictions about immediate no-tool-calls vs. performing cleanup actions.
Install Mechanism
No install spec and no external downloads; the skill is instruction-first with a small JS implementation included, so it does not pull arbitrary code from remote hosts.
Credentials
No environment variables or external credentials requested. However the skill requires access to high-privilege tools (subagents, process, filesystem) which is proportionate to its purpose but nevertheless powerful — ensure those tool APIs have appropriate scoping/permissions.
Persistence & Privilege
always:false and no indications the skill will force-enable itself or change other skills' configs. It writes a local interrupt record file by design; that is expected behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-killer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-killer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the task-killer skill. - Instantly interrupts active tasks upon trigger words (e.g., "中断", "kill", "stop", "cancel"). - Frees up resources by terminating subagents, background processes, and optionally cleaning temp files. - Provides step-by-step confirmation and cleanup feedback to the user. - Supports quick commands for platforms like WeChat, Telegram, and Discord (/kill, /stop, /reset). - Emphasizes early interruption to save tokens, time, and costs. - Includes usage scenarios, best practices, dialog examples, and recommended response flow.
元数据
Slug task-killer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

task killer 是什么?

快速识别并立即中断当前执行任务,清理所有相关资源,节省 token 和时间,准备执行新任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。

如何安装 task killer?

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

task killer 是免费的吗?

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

task killer 支持哪些平台?

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

谁开发了 task killer?

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

💬 留言讨论