Install
openclaw skills install nightly-buildAutomates nightly maintenance tasks like skill audits, updates, cleanup, and health checks, then summarizes a morning report.
openclaw skills install nightly-buildAn automation skill that runs maintenance tasks while you sleep and delivers a morning briefing.
Inspired by The Nightly Build.
nightly report — Show the last nightly build report.nightly run — Trigger a manual run (for testing).nightly config — Configure tasks (update skills, check disk, etc.).npm audit on installed skills.Add this to your cron (e.g., via openclaw cron add):
{
"schedule": { "kind": "cron", "expr": "0 3 * * *", "tz": "Asia/Shanghai" },
"payload": { "kind": "agentTurn", "message": "Run nightly build tasks and generate report." }
}