cancel
FeaturedCancel stuck or orphaned executions
AI & Automation 5,596 stars
559 forks Updated today MIT
Install
Quality Score: 95/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /ouroboros:cancel
Cancel stuck or orphaned executions by session ID, cancel all running sessions, or interactively pick from active executions.
## Usage
```
/ouroboros:cancel # Interactive: list active, pick one
/ouroboros:cancel <execution_id> # Cancel specific execution
/ouroboros:cancel --all # Cancel all running executions
```
**Trigger keywords:** "cancel execution", "kill session", "stop running", "abort execution"
## How It Works
This skill interacts **directly with the event store** (not via MCP tool) to emit cancellation events. It uses the CLI command under the hood.
Three modes:
1. **Bare (no args)**: Lists all active (running/paused) executions in a numbered table and prompts you to pick one to cancel
2. **Explicit (`execution_id`)**: Cancels the specified execution immediately
3. **`--all` flag**: Cancels every running or paused execution at once
## Instructions
When the user invokes this skill:
1. Determine which mode to use:
- If the user provided an execution/session ID: **Explicit mode**
- If the user says "cancel all" or "cancel everything": **--all mode**
- If no ID given and not "all": **Bare mode** (interactive listing)
2. Run the appropriate CLI command using Bash:
**Bare mode** (interactive):
```bash
ouroboros cancel execution
```
This will list active executions and prompt for selection.
**Explicit mode** (specific execution):
```bash
ouroboros cancel...
Details
- Author
- Q00
- Repository
- Q00/ouroboros
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
cancel
Cancel any active OMC mode (autopilot, ralph, ultrawork, ultraqa, ultragoal, swarm, ultrapilot, pipeline, team)
38,700 Updated 2 days ago
Yeachan-Heo AI & Automation Featured
omh-cancel
omh
1,053 Updated today
rlaope AI & Automation Featured
resume-session
List in-flight Ouroboros sessions and show the commands needed to re-attach after MCP disconnect
5,596 Updated today
Q00