Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Automates nightly maintenance tasks like skill audits, updates, cleanup, and health checks, then summarizes a morning report.
Automates nightly maintenance tasks like skill audits, updates, cleanup, and health checks, then summarizes a morning report.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
An 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.).
๐ฆ Skill Audit: Run npm audit on 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.
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." } }
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.