Claude
Skills
Sign in
Back

caffeinate

Included with Lifetime
$97 forever

This skill should be used when the user asks to "prevent sleep", "caffeinate", "keep awake", "stop sleeping", "clamshell mode sleep prevention", "toggle caffeinate", or mentions system sleep prevention on macOS. Toggles caffeinate -ims (idle, disk, system sleep prevention; display sleep allowed for battery saving).

General

What this skill does


# Caffeinate Toggle

Run the toggle script and report the result:

```bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/toggle.sh"
```

- Output `STARTED` → sleep prevention activated (`caffeinate -ims`).
- Output `STOPPED` → sleep prevention deactivated.

Respond concisely in one line with the current state (active/inactive).

Related in General