How this command is triggered — by the user, by Claude, or both
Slash command
/openclaw-notify:notifyThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /notify Send a notification to the OpenClaw gateway that dispatched you. ## Usage ## Examples ## What It Does Runs: This immediately pings the OpenClaw session that spawned you, so the user knows you're done (or stuck). ## When to Use - Task completed successfully - Task failed and you can't continue - You need input/credentials/clarification Don't use for progress updates — just final status.
Send a notification to the OpenClaw gateway that dispatched you.
/notify <message>
/notify Done: Implemented OAuth and created PR #42
/notify Failed: Tests failing on auth middleware
/notify Blocked: Need API credentials to continue
Runs:
openclaw gateway wake --text "<message>" --mode now
This immediately pings the OpenClaw session that spawned you, so the user knows you're done (or stuck).
Don't use for progress updates — just final status.
npx claudepluginhub linuxlewis/agent-skills --plugin openclaw-notify/textmeEnables 'text me' mode for iMessage notifications on task completion, input needs, or blocks. Also supports off and status subcommands.
/chatSends a message to an OpenClaw assistant and returns its response. Supports optional session parameter for ongoing conversations.
/notifySends a notification to the user via fulcrum notify with required title and message body arguments.
/notifyBuilds multi-channel notification systems for push (FCM/APNs/OneSignal), SMS (Twilio), email, in-app (WebSocket), and webhooks with preferences, quiet hours, digests, and delivery tracking.
/notifyPolls your notification inbox for new items addressed to you, lists them with ack commands, prompts to ack individual or all, or reports 'inbox is clear'.
/notifyManages Jira Orchestrator notifications: configure user preferences, test delivery, view history, add/list/test/remove webhooks, list channels/subscriptions.