install
source ยท Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/0xraini/nightly-build" ~/.claude/skills/openclaw-skills-nightly-build && rm -rf "$T"
OpenClaw ยท Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/0xraini/nightly-build" ~/.openclaw/skills/openclaw-skills-nightly-build && rm -rf "$T"
manifest:
skills/0xraini/nightly-build/SKILL.mdsource content
Nightly Build ๐
An automation skill that runs maintenance tasks while you sleep and delivers a morning briefing.
Inspired by The Nightly Build.
Commands
โ Show the last nightly build report.nightly report
โ Trigger a manual run (for testing).nightly run
โ Configure tasks (update skills, check disk, etc.).nightly config
Tasks
- ๐ฆ Skill Audit: Run
on installed skills.npm audit - ๐ 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." } }