# Aim Pause Updates

> Toggle auto_update_enabled kill switch for automatic memory updates

- Skill: `hidden-history/aim-pause-updates` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hidden-history/aim-pause-updates`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hidden-history/aim-pause-updates/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Hidden-History (https://skillmd.com/u/hidden-history)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hidden-history/aim-pause-updates

---


Toggle the `AUTO_UPDATE_ENABLED` kill switch in the active `.env` file.
When paused: GitHub sync and freshness scans still run, but auto-corrections
and auto-re-captures are disabled.

## Usage

```bash
# Toggle current state
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" pause_updates.py

# Enable updates
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" pause_updates.py on

# Disable updates
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" pause_updates.py off
```

