Send a notification to OpenClaw gateway
Sends immediate status notifications to the originating OpenClaw gateway session.
/plugin marketplace add linuxlewis/agent-skills/plugin install openclaw-notify@linuxlewis-agent-skillsSend 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.