Agent Skills: Caffeinate Manager

Manage macOS caffeinate to prevent system sleep. Supports start/stop/status. macOS only.

UncategorizedID: hiroro-work/claude-plugins/caffeinate

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hiroro-work/claude-plugins/tree/HEAD/skills/caffeinate

Skill Files

Browse the full folder contents for caffeinate.

Download Skill

Loading file tree…

skills/caffeinate/SKILL.md

Skill Metadata

Name
caffeinate
Description
Manage macOS caffeinate to prevent system sleep. Supports start/stop/status. macOS only.

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