TopRank Skills

Home / Claw Skills / Autres / cancel
Official OpenClaw rules 15%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cancel 技能。 若已安装,则直接安装 cancel 技能。

Overview

Skill Key
edxi/miniade-cancel
Author
edxi
Source Repo
openclaw/skills
Version
-
Source Path
skills/edxi/miniade-cancel
Latest Commit SHA
738df79f4b24780e866be8e1e61c0a84749d4a67

Extracted Content

SKILL.md excerpt

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.

Related Claw Skills