Install
openclaw skills install @antreasantoniou/pulseDesign and configure self-contained recurring agent checks with explicit targets, authority, change-sensitive reporting and stop conditions. Use for requested monitoring, reminders or follow-ups; use the included Meta-Pulse guidance when reviewing existing watches.
openclaw skills install @antreasantoniou/pulseA pulse is a recurring check with enough context to work without the conversation that created it. The value is the instruction, not the timer.
First inspect the host's actual scheduler and existing watches. Update an existing matching watch instead of creating a duplicate. Use the product's supported recurring-task mechanism; do not invent tool names or assume schedules survive disconnects, expire automatically or run without a model invocation.
Give every watch:
Choose a cadence matched to how quickly the target changes and the user's request. Prefer an event or wait mechanism for immediate response. Use an offset from busy round minutes when compatible with the scheduler and requested timing.
Write a self-contained, human-readable prompt. Check it as a fresh agent: can it locate the target and distinguish an allowed action from an escalation?
Create or update through the supported scheduler. Read back the returned identifier, cadence, enabled state, timezone and prompt. Preserve those in the configured private project record. A drafted prompt is not an active watch. Explain actual execution/lifetime limits; do not promise uptime or exact timing the host cannot provide.
If the scheduler is unavailable, provide the prepared prompt and state that nothing was scheduled. Do not create an unrelated scheduler or shell daemon as a hidden fallback.
For portfolio review, read Meta-Pulse.