Communityv1.0.1

Event-Watcher

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.

2.1kdownloads1stars2active installsCraig.C.Li
View on ClawHubBack to Skills

Skill Details

Slug
event-watcher
Latest Version
1.0.1
Author
Craig.C.Li
Published
Feb 7, 2026
Updated
May 11, 2026
Total Versions
2

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Event-Watcher.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.1

- 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.