# Cancel Auto Run

> Cancels automatic task execution Use when this capability is needed.

- Skill: `tomevault-io/cancel-auto-run` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/cancel-auto-run`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/cancel-auto-run/raw
- Safety review: pending (external: skill-scanner PASS, skillspector WARNING)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/cancel-auto-run

---


# /cancel-auto-run

Cancel automatic task execution.

## Progress Checklist

```
- [ ] Step 1: Check state file
- [ ] Step 2: Delete state directory
- [ ] Step 3: Output
```

## Steps

1. Check state file:
   - If `.claude/auto-run/state.local.md` does not exist → "Auto-run is not active."

2. Delete state directory:
   ```bash
   rm -rf .claude/auto-run/
   ```

3. Output: "Auto-run cancelled."

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/sato-dev1234) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

