Do Not Allow Heartbeat Automatic Wakeup
The heartbeat feature allows agents to automatically wake up periodically to execute tasks, which may cause infinite loops and consume API quotas. Attackers may exploit this feature to execute malicious operations.
Procedure
Disable the OpenClaw heartbeat feature:
openclaw system heartbeat disable
or
openclaw config set agents.defaults.heartbeat.every "0m"
Parent topic: Automated Configuration Items