# Notify Waiting

> Ping the user with an audible chime, green iTerm2 tab color, and a 'waiting...' terminal title to grab their physical attention. Invoke this WHENEVER Claude is about to block on a manual user action that requires the user to be at their machine — e.g., right before 2FA approval prompts, manual OAuth browser confirmations, or any interactive CLI step that pauses until the user clicks/approves something.

- Skill: `yonichechik/notify-waiting` (Agent Skill)
- Install (CLI): `npx skillmds@latest add yonichechik/notify-waiting`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yonichechik/notify-waiting/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: YoniChechik (https://skillmd.com/u/yonichechik)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/yonichechik/notify-waiting

---


Run the one-liner below to alert the user. If orchestration mode is on, dispatch it via a subagent Bash call; otherwise run it directly in the current Bash tool. No other steps.

```bash
bash -c 'source /Users/yonichechik/.claude/scripts/_notify.sh && notify_user_attention'
```

