AgentSkillsCN

caffeinate

管理 macOS 的 caffeinate 以防止系统进入睡眠状态。支持启动、停止和状态查询。仅适用于 macOS。

SKILL.md
--- frontmatter
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