# Notify

> Sends a push notification to the user

- Skill: `ed-donner/notify` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add ed-donner/notify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ed-donner/notify/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ed-donner (https://skillmd.com/u/ed-donner)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ed-donner/notify

---


To send a push notification to the user, run the following script passing in the message you want to send:

```bash
uv run {baseDir}/scripts/notify.py "Your message here"
```
