Automates nightly maintenance tasks like skill audits, updates, cleanup, and health checks, then summarizes a morning report.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install nightly-build或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install nightly-build⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/nightly-build/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
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.).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." }
}安装 Nightly Build 后,可以对 AI 说这些话来触发它
Help me get started with Nightly Build
Explains what Nightly Build does, walks through the setup, and runs a quick demo based on your current project
Use Nightly Build to automates nightly maintenance tasks like skill audits, updates, cle...
Invokes Nightly Build with the right parameters and returns the result directly in the conversation
What can I do with Nightly Build in my developer & devops workflow?
Lists the top use cases for Nightly Build, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/nightly-build/ 目录(个人级,所有项目可用),或 .claude/skills/nightly-build/(项目级)。重启 AI 客户端后,用 /nightly-build 主动调用,或让 AI 根据上下文自动发现并使用。
Nightly Build 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Nightly Build 可免费安装使用。请查阅仓库了解许可证信息。
Automates nightly maintenance tasks like skill audits, updates, cleanup, and health checks, then summarizes a morning report.
Nightly Build 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Nightly Build
Identifies repetitive steps in your workflow and sets up Nightly Build to handle them automatically