caffeinate · git:20260511.56026cb · 2026-05-11 · sha256 350e53c0ee619dee

caffeinate git:20260511.56026cbA

Immutable. This exact content is served forever at /api/v1/blob/350e53c0ee619dee.

---
name: caffeinate
description: Manage macOS caffeinate to prevent system sleep. Supports start/stop/status. macOS only.
allowed-tools: Bash(bash */caffeinate/caffeinate.sh *)
---

# Caffeinate Manager

Prevent macOS system sleep using `caffeinate`.

**Requires**: macOS (`caffeinate` command)

Use `caffeinate.sh` located in the same directory as this SKILL.md.

## Start (default)

1. Run `bash <skill-dir>/caffeinate.sh start`

## Stop

When the user requests "stop":

1. Run `bash <skill-dir>/caffeinate.sh stop`

## Status

1. Run `bash <skill-dir>/caffeinate.sh status`

## Notes

- Automatically stopped on session end via SessionEnd hook
- To stop manually, run `/caffeinate stop`