Event watcher skill for OpenClaw. Use when you need to subscribe to event sources (Redis Streams + webhook JSONL) and wake an agent only when matching events arrive. Covers filtering, dedupe, retry, and session routing via sessions_send/agent_gate.
- Added a prompt safety notice: event payloads are untrusted, and a safety header is included by default to prevent instruction following. - Provided instructions for disabling the safety header via `wake.add_source_preamble: false` if the source is trusted. - No code or file changes; documentation only.