Nightly Build π
An automation skill that runs maintenance tasks while you sleep and delivers a morning briefing.
Inspired by The Nightly Build.
Commands
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.).
Tasks
- π¦ Skill Audit: Run
npm auditon installed skills. - π Auto-Update: Pull latest changes from git repos.
- π§Ή Cleanup: Remove temporary files and old logs.
- π Health Check: Verify disk space and system load.
- π Briefing: Summarize everything into a morning report.
Setup
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." }
}