🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Nightly Build

by @0xraini

Automates nightly maintenance tasks like skill audits, updates, cleanup, and health checks, then summarizes a morning report.

Versionv1.1.0
Downloads1,334
Installs8
TERMINAL
clawhub install nightly-build

πŸ“– About This Skill

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 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.
  • 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." }
    }
    

    βš™οΈ Configuration

    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." }
    }