A launchd-based hourly AI-agent pinger for macOS.
Pings your AI Agents each hour to keep your 5-hour active all the time.
- Simple, fast and easy
- Call via
command(safe) - Uses Agent CLI invocations
- Customizable (see
build/folder)
- Automatic calling supports only on macOS
- Manually running
agent-5hr.shworks across all OS
Currently supports these agents
- Antigravity
- Claude Code
- Codex
- Command Code
- Grok
- OpenCode
First build script and plist by running sh ./build.sh.
And then run sh ./install.sh.
Just run sh ./uninstall.sh
- Open System Settings → Privacy & Security → Files & Folders.
- If
opencodeappears, enable Desktop Folder. - If
opencodeabsent, add manually.
- Edit entry
- If missing this file, run
sh ./build.sh - Ask any agent about change this part:
<key>StartCalendarInterval</key>
<dict>
<key>Minute</key>
<integer>0</integer>
</dict>Just run ./uninstall.sh && ./build.sh && ./install.sh
MIT