From 4048d8e5c421292254808eba9be6b606b9ddf39d Mon Sep 17 00:00:00 2001 From: Claw Date: Fri, 6 Mar 2026 21:27:15 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20all=20crons=20silent=20=E2=80=94=20scri?= =?UTF-8?q?pts=20send=20own=20Telegram=20summaries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKILL.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/SKILL.md b/SKILL.md index 532c77b..88fdb08 100644 --- a/SKILL.md +++ b/SKILL.md @@ -104,12 +104,7 @@ Scheduling is managed via OpenClaw cron jobs (not system crontab): | Telegram Poller | `* * * * *` America/Los_Angeles | Process answer replies every minute | | Git Pull | `*/5 * * * *` America/Los_Angeles | Auto-pull latest code, silent | -**Notification defaults:** -- Searcher: announce (you want to know when new jobs are found) -- Filter: announce (you want to know batch results) -- Applier: **none** — runs every 5 minutes, silent. You'll only hear from it when it has a question for you. -- Telegram Poller: none -- Git Pull: none +**Notification defaults:** all crons use `delivery: none`. The scripts send their own Telegram summaries directly — no need for OpenClaw cron announcements on top. The lockfile mechanism ensures only one instance of each agent runs at a time.