Notify Input Skill
This skill provides a small helper script to surface a macOS notification.
When to use
- •You are running Codex in a background terminal
- •You want a quick prompt to return when input is needed
Script
bash
./scripts/notify-input/notify-input.sh "Codex needs your input" "Codex"
Notes
- •Uses
osascripton macOS. - •If
terminal-notifieris installed, notifications support richer behavior.