# Oz Notify User

> Send a progress notification to the user who triggered this Oz task (e.g., via Slack or Linear).

- Skill: `warpdotdev/oz-notify-user` (Agent Skill)
- Install (CLI): `npx skillmds@latest add warpdotdev/oz-notify-user`
- Raw SKILL.md: https://api.skillmd.com/api/skills/warpdotdev/oz-notify-user/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: warpdotdev (https://skillmd.com/u/warpdotdev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/warpdotdev/oz-notify-user

---

When you want to send a progress update to the user (for example, after completing a significant milestone), run:

```sh
"$OZ_CLI" harness-support notify-user --message '<message>'
```

Replace `<message>` with a short, informative status update describing what you've accomplished or what you're working on next.

