npx claudepluginhub linuxlewis/agent-skills --plugin openclaw-notify# /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.
/notifySends a notification to the user via fulcrum notify with required title and message body arguments.
/notifyBuild multi-channel notification systems with push, SMS, email, in-app, and webhook delivery. Integrates FCM, APNs, Twilio, OneSignal, and WebSocket for real-time notifications with user preference management, quiet hours, digest batching, and delivery tracking.
/notifyControl macOS popup notifications for Claude Code events
/notifyConfigure notification channels for session completion alerts (Discord, Slack, Telegram).
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.