← 返回 Skills 市场
Nightly Build
作者
JoeyTbuilds
· GitHub ↗
· v1.0.0
· MIT-0
68
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nightly-self-improvement
功能描述
Ship one small improvement while the user sleeps. Scans today's sessions for friction points, picks the highest-impact reversible fix, builds it, and sends a...
安全使用建议
This skill will read your daily conversations and memory files and is designed to automatically edit files and add a nightly cron job that runs without interactive approval. Before installing: 1) Review and edit NIGHTLY_BUILD.md to tighten Tier 1 actions (prefer read-only or creating PRs rather than direct edits). 2) Require explicit approval for creating cron jobs or make the cron job only create a draft morning notification (no automatic edits). 3) Ensure the agent runs with least privilege and in a test workspace first. 4) Confirm sensitive data in sessions/memory is acceptable to be read by the agent, or restrict the scan scope. 5) Add logging, backups, and clear undo instructions (and automated backups) for any file changes. If you want the concept but not persistent automation, run the process manually or have the agent prepare a patch/PR rather than apply changes automatically.
能力评估
Purpose & Capability
Name and description align with the instructions: scanning sessions and memory to make small fixes is coherent. However the SKILL.md explicitly directs creating a persistent cron job and making on-disk changes (scripts, aliases, docs, memory edits) without declaring required config paths or elevated permissions — the registry metadata lists no config paths or binaries, yet the runtime instructions assume filesystem and scheduler access (~/clawd, memory/YYYY-MM-DD.md, cron). This mismatch between declared requirements and what the skill expects to do is noteworthy.
Instruction Scope
Instructions tell the agent to scan sessions (sessions_list + sessions_history) and read memory files, then autonomously make Tier 1 changes (file edits, scripts, memory cleanup) and add a cron job that fires a systemEvent each night. Reading personal conversations and memory is sensitive but consistent with the purpose; the concern is the breadth and autonomy: the skill gives the agent discretion to edit workspace files and create persistent scheduled actions without an explicit metadata declaration or fine-grained guardrails, and the "just do it" Tier 1 includes writable actions that could be misapplied.
Install Mechanism
No install spec and no code files — lowest-risk delivery mechanism. Nothing is downloaded or installed by the skill bundle itself.
Credentials
The skill requests no credentials or env vars, which is appropriate. However it expects access to the user's sessions, memory files, workspace (~ /clawd), and the system cron; those are effectively privileged data/config paths even though none are declared. The lack of declared config paths while instructing access to specific file locations is an inconsistency users should be aware of.
Persistence & Privilege
Although the skill metadata does not set always:true, the SKILL.md instructs adding a recurring cron job that will fire system events nightly and allow the agent to act autonomously each run. That creates persistent, recurring privilege (scheduler modification + automatic file edits) not reflected in the registry fields and increases blast radius if the agent misbehaves or is given overly broad scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nightly-self-improvement - 安装完成后,直接呼叫该 Skill 的名称或使用
/nightly-self-improvement触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Nightly Build 是什么?
Ship one small improvement while the user sleeps. Scans today's sessions for friction points, picks the highest-impact reversible fix, builds it, and sends a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。
如何安装 Nightly Build?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nightly-self-improvement」即可一键安装,无需额外配置。
Nightly Build 是免费的吗?
是的,Nightly Build 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nightly Build 支持哪些平台?
Nightly Build 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nightly Build?
由 JoeyTbuilds(@joeytbuilds)开发并维护,当前版本 v1.0.0。
推荐 Skills