← 返回 Skills 市场
931
总下载
0
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install nightly-build
功能描述
Automates nightly maintenance tasks like skill audits, updates, cleanup, and health checks, then summarizes a morning report.
安全使用建议
This skill will read your workspace and the skills/ and memory/ directories, run system/git/npm commands, remove .log files older than 7 days in the memory directory, and write a nightly-report.md there. Before installing: 1) Confirm WORKSPACE_DIR will point to the intended project (or set it explicitly). 2) Ensure there are no secrets or sensitive files in the workspace/skills directories you don't want read or included in reports. 3) If you rely on logs, back them up since the skill deletes old .log files in MEMORY_DIR. 4) Test a manual run first (nightly run) to inspect the report output and network activity (npm audit and git remote update can contact external services). The small mismatch between the SKILL.md 'auto-update' wording and the scripts (which only check status) is likely benign but worth noting.
功能分析
Type: OpenClaw Skill
Name: nightly-build
Version: 1.1.0
The skill bundle is designed for nightly maintenance tasks, including system health checks, disk usage monitoring, skill auditing (using `npm audit` in the TypeScript version), git status checks, and log cleanup. While it uses `child_process.execSync` to run shell commands and performs file system operations, these actions are consistently aligned with the stated purpose of system diagnostics and maintenance. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The commands executed are standard diagnostic tools, and file operations are confined to the skill's designated workspace and memory directories.
能力评估
Purpose & Capability
Name/README indicate nightly maintenance and reporting. The code performs system checks, npm audit, git status checks, and log cleanup inside a workspace -- all consistent with that purpose. Minor mismatch: SKILL.md mentions 'Auto-Update: Pull latest changes from git repos' but the provided scripts only check git status/remote update and do not perform automatic 'git pull' or forced updates.
Instruction Scope
SKILL.md asks the agent to schedule and run maintenance tasks; the scripts follow that scope. The scripts run shell commands (git, npm audit, df, uptime, vm_stat), read the workspace/skills/memory directories, delete .log files older than 7 days in the memory directory, and write a nightly report. These actions are within the stated task set, but they will read repository files (package.json, SKILL.md) and run npm audit (which may contact the network) and remove logs in MEMORY_DIR — so the agent will surface filesystem and command output to whoever reads the report.
Install Mechanism
Instruction-only with two script files; no install spec and no external download. Lowest-risk install mechanism.
Credentials
No required environment variables or credentials. Scripts optionally honor WORKSPACE_DIR which is reasonable. No requests for unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill does not request elevated system persistence. It writes reports and logs to the workspace memory directory and may delete old logs there — this is consistent with a cleanup task. It does not modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nightly-build - 安装完成后,直接呼叫该 Skill 的名称或使用
/nightly-build触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1: Pure ESM Node.js, system health + disk + skill audit + memory stats + git status + auto cleanup
v1.0.0
Initial release: system health, disk, skill audit, git status, memory stats, log cleanup
元数据
常见问题
Nightly Build 是什么?
Automates nightly maintenance tasks like skill audits, updates, cleanup, and health checks, then summarizes a morning report. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 931 次。
如何安装 Nightly Build?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nightly-build」即可一键安装,无需额外配置。
Nightly Build 是免费的吗?
是的,Nightly Build 完全免费(开源免费),可自由下载、安装和使用。
Nightly Build 支持哪些平台?
Nightly Build 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nightly Build?
由 0xRaini(@0xraini)开发并维护,当前版本 v1.1.0。
推荐 Skills