AgentSkillsCN

noz

当笔记本电脑合上盖子时,可配置超时时间,防止Mac进入睡眠模式。当用户需要让Mac在下载、长时间编译、服务器任务,或任何后台工作期间保持唤醒状态,而笔记本电脑盖子又处于关闭状态时,此功能尤为实用。默认超时时间为45分钟,支持自定义时长,也可通过按下回车键提前终止。

SKILL.md
--- frontmatter
name: noz
description: >
  Prevent a Mac from sleeping when the lid is closed, with a configurable timeout.
  Use when the user needs their Mac to stay awake for downloads, long builds, server tasks,
  or any background work while the laptop lid is shut. Defaults to 45 minutes, supports
  custom durations, and can be stopped early with Enter.

noz

Prevent Mac from sleeping with the lid closed.

Install

bash
brew install aayush9029/tap/noz

Usage

bash
# Default: 45 minutes
noz

# Custom duration
noz -m 60    # 1 hour
noz -m 5     # 5 minutes

Press Enter to stop early, or wait for timeout.

Options

FlagDescriptionDefault
-m, --minutes NDuration in minutes45