AgentSkillsCN

notify-input

当 Codex 需要关注时,及时发出 macOS 通知提醒。

SKILL.md
--- frontmatter
name: notify-input
description: Send macOS notifications when Codex needs attention

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 osascript on macOS.
  • If terminal-notifier is installed, notifications support richer behavior.