Back to Registry View Author Profile
Official Verified
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.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/edxi/miniade-cancelOr
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.envinjection - script is self-contained
Security disclosure
- Reads only allowlisted env keys from
dispatch.env.localusing key=value parsing (nosource). - Sends tmux keystrokes only to the run session resolved from local metadata.
- Updates local run metadata (
status=cancelled,exit_code=130).
Behavior
- Resolve run-id to exactly one result directory.
- Send
/ralph-loop:cancel-ralphto that tmux session. - Perform hard-cancel by requesting
/exitand killing tmux session. - Return success or precise error.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-edxi-miniade-cancel": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
dispatchi
Launch non-blocking interactive Claude Code tasks for slash-only plugins like ralph-loop. Use when a task needs interactive slash commands and completion callback routing.
edxi 2387
dispatch
Launch non-blocking Claude Code headless tasks from slash command dispatch. Use when user requests async coding jobs and does not require slash-only Claude plugins.
edxi 2387