← 返回 Skills 市场
dinghaibin

Kill Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kill-tool
功能描述
Terminate processes by sending signals. Use for stopping unresponsive programs, managing background tasks, and process lifecycle control.
使用说明 (SKILL.md)

Kill - Process Signal Utility

Send termination signals to running processes identified by PID. Supports graceful shutdown (SIGTERM) and forceful termination (SIGKILL).

Usage

kill-tool [options] \x3Cpid>

Common Signals

  • -15 (SIGTERM): Graceful termination - default
  • -9 (SIGKILL): Force kill - immediate stop
  • -2 (SIGINT): Interrupt - like Ctrl+C
  • -1 (SIGHUP): Hangup - reload config
  • -l: List all available signal names

Examples

# Graceful termination
kill-tool 1234

# Force kill
kill-tool -9 5678

# List all signals
kill-tool -l
安全使用建议
Don't install or rely on this skill as-is. The SKILL.md refers to a 'kill-tool' CLI and several options, but there is no install step to create that command and the included Python script is syntactically/ logistically broken (it uses args.9 which is invalid syntax and does not implement advertised flags like -l). Practical steps: (1) Ask the author for a fixed release that either provides an install wrapper (puts an executable on PATH) or clear installation instructions; (2) request corrected code (use a valid option name such as '--force' or dest like 'force' instead of '-9', implement listing of signals, and handle non-root permissions safely); (3) avoid granting this skill autonomous invocation until it is fixed and reviewed; (4) be aware that any process-kill tool can be abused to stop important services — ensure you only run trusted versions and limit who/what can invoke it.
功能分析
Type: OpenClaw Skill Name: kill-tool Version: 1.0.0 The tool provides process termination capabilities, which is a high-risk system operation. The implementation in scripts/kill.py is non-functional due to a Python syntax error (args.9) and fails to implement several features described in SKILL.md (such as signal listing or specific signal numbers). While there is no clear evidence of malicious intent or data exfiltration, the combination of high-risk capabilities and poor implementation quality warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description (terminate processes) match the included artifact (a small Python script to send signals). However, the SKILL.md documents a 'kill-tool' CLI and multiple signal options while the repository provides no install instructions to expose a 'kill-tool' command, and the script implements only a single flag in a broken way. The capability requested (none) is minimal and coherent with the stated purpose, but delivery is inconsistent.
Instruction Scope
SKILL.md instructs users/agents to run 'kill-tool' with various options (including listing signals). There is no install step that would put an executable named 'kill-tool' on PATH, and the included script path is scripts/kill.py — so runtime instructions don't map to available artifacts. The SKILL.md also advertises multiple signal flags (SIGINT, SIGHUP, list) that are not implemented in the code.
Install Mechanism
No install spec (instruction-only) reduces risk, but the presence of a code file without an accompanying install or wrapper means the documented CLI won't work out of the box. That mismatch is more an operational bug than an installation attack, but it is an incoherence the user should notice.
Credentials
The skill declares no environment variables, no credentials, and no config paths, which is proportionate for a local process-control utility.
Persistence & Privilege
Flags are default (not always:true). The skill does not request persistent or unusual privileges in metadata. Note: killing arbitrary PIDs requires appropriate OS permissions (root or owner) at runtime; that is expected for this kind of tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kill-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kill-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug kill-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Kill Tool 是什么?

Terminate processes by sending signals. Use for stopping unresponsive programs, managing background tasks, and process lifecycle control. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 Kill Tool?

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

Kill Tool 是免费的吗?

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

Kill Tool 支持哪些平台?

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

谁开发了 Kill Tool?

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

💬 留言讨论