← 返回 Skills 市场
451
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install miniade-cancel
功能描述
Cancel an active interactive dispatch run by run-id from slash command cancel. Use when user wants to stop a dispatchi or ralph-loop task immediately.
安全使用建议
This skill appears to do what it says: cancel a run by sending tmux keystrokes and updating local metadata. Before installing or running it: 1) Verify you have the required system utilities (tmux and jq) available on the agent host — the metadata does not declare these dependencies. 2) Confirm RESULTS_BASE and TMUX_SOCKET_DIR (or the dispatch.env.local file) point to the expected paths and are readable only by trusted users. 3) Inspect task-meta.json files in your results directories to ensure tmux_session/tmux_socket_name values are correct and not maliciously modified; the script will kill the referenced tmux session. 4) Because the script kills tmux sessions, run it only when you intend to terminate that session. The skill does not contact external networks or request secrets, which limits its blast radius.
功能分析
Type: OpenClaw Skill
Name: miniade-cancel
Version: 0.1.1
The skill is classified as suspicious due to a critical shell injection vulnerability in `scripts/run_cancel.sh`. The user-provided `RUN_ID` argument is directly used within a `find` command's `-name` argument without proper sanitization or quoting, allowing an attacker to inject arbitrary shell commands (e.g., `/cancel "foo; rm -rf /"`). This vulnerability could lead to Remote Code Execution (RCE) on the host system.
能力评估
Purpose & Capability
The name/description match the implementation: the script locates a run directory, reads task metadata, sends tmux keystrokes to request a cancel and exit, kills the tmux session, and updates local metadata. The optional env keys (RESULTS_BASE, TMUX_SOCKET_DIR) are appropriate for locating results and tmux sockets.
Instruction Scope
The SKILL.md simply instructs running the provided script, and the script stays within the described scope (reads allowlisted env keys only, acts on the resolved tmux session, updates local metadata). Two practical caveats: the script requires external binaries (tmux, jq, find/date are used) which are not declared in the skill metadata, and killing a tmux session is inherently destructive if the session name in task-meta.json is incorrect or has been tampered with. The SKILL.md does document the env file and allowlist behavior, which matches the script.
Install Mechanism
No install spec (instruction-only with an included script) — nothing is downloaded or written by an installer. Risk is limited to local script execution.
Credentials
The skill does not request secrets or credentials. It reads an optional local env file but explicitly only exports two allowed keys (RESULTS_BASE, TMUX_SOCKET_DIR). That is proportionate to its purpose.
Persistence & Privilege
always:false and no persistent presence requested. The script only updates its own run metadata file and does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install miniade-cancel - 安装完成后,直接呼叫该 Skill 的名称或使用
/miniade-cancel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
release 0.1.1
元数据
常见问题
Cancel Dispatch Run 是什么?
Cancel an active interactive dispatch run by run-id from slash command cancel. Use when user wants to stop a dispatchi or ralph-loop task immediately. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 451 次。
如何安装 Cancel Dispatch Run?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install miniade-cancel」即可一键安装,无需额外配置。
Cancel Dispatch Run 是免费的吗?
是的,Cancel Dispatch Run 完全免费(开源免费),可自由下载、安装和使用。
Cancel Dispatch Run 支持哪些平台?
Cancel Dispatch Run 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cancel Dispatch Run?
由 Xi ErDe(@edxi)开发并维护,当前版本 v0.1.1。
推荐 Skills