Install
openclaw skills install dial-a-cronStateful cron system for OpenClaw with persistent memory, change detection, smart routing, token budget tracking, and self-healing. Requires 'openclaw' and 'gog' CLIs. Broad I/O capabilities (file reads, HTTP requests, shell execution). Must be reviewed carefully before use. See security notes below.
openclaw skills install dial-a-cronStateful cron system with memory, change detection, smart delivery, token budget tracking, and self-healing.
This skill has broad I/O capabilities and is marked Suspicious (high confidence) by the OpenClaw scanner.
Before installing or using:
diffs for file/command/HTTP reads and routes for webhook URLs, target_id).openclaw and gog CLIs exist and run with least privilege.subprocess.run(..., shell=True) with values from job configs and outputs — unsanitized fields could allow shell injection.Full scanner report is in references/security-review.md.
Only use if you have reviewed the code and trust the job configs.
openclaw cron create --name my-job --command "your-command" --dial "state:yes,change-detection:yes,routing:telegram:error,slack:warning,budget:50000,self-heal:yes"
openclaw and gog CLIs (not declared in older versions — now explicit)No credentials are requested, but the code can contact arbitrary endpoints if job configs allow it.
openclaw skills install dial-a-cron
Then review the scripts in scripts/ and all job configs before creating any scheduled jobs.
Review the code, restrict job configs, and run in an isolated environment with network controls.
Full details and the exact scanner report are in references/security-review.md.
Version: 1.0.1 (security audit and full disclosure) License: MIT-0
Clean, honest, and auditable. Review before use.