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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill miniade-cancel --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Miniade Cancel?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-miniade-cancel)More formats (shields.io, HTML) on the badges page.
---
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
- Format: `/cancel <run-id>`
- Also supports: `/cancel <project>/<run-id>`
## Local config
- optional env file: `${OPENCLAW_DISPATCH_ENV:-<workspace>/skills/dispatch.env.local}`
- supports OpenClaw `skills.entries.cancel.env` injection
- script is self-contained
## Security disclosure
- Reads only allowlisted env keys from `dispatch.env.local` using key=value parsing (no `source`).
- Sends tmux keystrokes only to the run session resolved from local metadata.
- Updates local run metadata (`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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.