π¦ ClawHub
Cancel Dispatch Run
by @edxi
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.
TERMINAL
clawhub install miniade-cancelπ About This Skill
name: 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.
Run {baseDir}/scripts/run_cancel.sh with user args.
Contract
/cancel /cancel / Local config
${OPENCLAW_DISPATCH_ENV:-/skills/dispatch.env.local} skills.entries.cancel.env injectionSecurity disclosure
dispatch.env.local using key=value parsing (no source).status=cancelled, exit_code=130).Behavior
1. Resolve run-id to exactly one result directory.
2. Send /ralph-loop:cancel-ralph to that tmux session.
3. Perform hard-cancel by requesting /exit and killing tmux session.
4. Return success or precise error.