← Back to Skills Marketplace
edxi

Cancel Dispatch Run

by Xi ErDe · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
451
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install miniade-cancel
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install miniade-cancel
  3. After installation, invoke the skill by name or use /miniade-cancel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
release 0.1.1
Metadata
Slug miniade-cancel
Version 0.1.1
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 451 downloads so far.

How do I install Cancel Dispatch Run?

Run "/install miniade-cancel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cancel Dispatch Run free?

Yes, Cancel Dispatch Run is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Cancel Dispatch Run support?

Cancel Dispatch Run is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cancel Dispatch Run?

It is built and maintained by Xi ErDe (@edxi); the current version is v0.1.1.

💬 Comments