← 返回 Skills 市场
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nova-self-improver
功能描述
Complete self-improvement system for AI agents. Implements a four-layer memory architecture with continuous learning, experimentation, and autonomous file ma...
安全使用建议
What this skill will actually do: it will create and update files in your agent workspace (MEMORY.md, USER.md, .learnings/, daily logs), run reflection/update loops after tasks, and suggests scheduling recurring agent turns (cron jobs) that run autonomously. It does not request API keys or install software, which is good. Things to consider before installing: (1) Review and control the workspace path the skill may write to — avoid giving it access to sensitive system or project files. (2) Limit or audit any cron/scheduled tasks it creates (frequency, payload, and sessionTarget), and prefer human approval for skill creation/evolution. (3) Periodically inspect .learnings and USER.md for privacy-sensitive content before persisting or sharing. (4) If you want stricter control, require a manual approval step for skill auto-creation and schedule runs, or run the skill in an isolated workspace. If you want more assurance, ask the author for explicit details on how skill creation is implemented (does it modify platform skill registry or only create local files?).
功能分析
Type: OpenClaw Skill
Name: nova-self-improver
Version: 1.0.0
The skill bundle implements an autonomous 'self-improvement' system that directs the agent to modify its own workspace files and schedule background tasks (cron jobs) without human intervention (SKILL.md). While these capabilities are aligned with the stated goal of memory management and learning, the implementation of autonomous self-modification and background execution ('agentTurn' via cron) represents a high-risk architectural pattern that could be exploited for persistence or unauthorized actions if the agent's learning loop is compromised. No evidence of intentional data exfiltration or system-level malice was found.
能力评估
Purpose & Capability
The name/description (self-improvement, four-layer memory) align with the runtime instructions: creating MEMORY.md, USER.md, session logs, learning logs, running reflections, and creating/maintaining skills. Nothing requested (no env vars, no binaries, no installs) is out of scope for the stated purpose.
Instruction Scope
All instructions focus on workspace files, reflection, logging, memory_search, and an experiment loop. They explicitly instruct the agent to read/write memory and .learnings files and to use memory_search or grep as fallbacks. This stays within the stated purpose, but the skill directs autonomous mutation of workspace files and the creation/evolution of skills — actions that can materially change agent behavior and stored user data and thus should be reviewed and constrained by the user before enabling.
Install Mechanism
Instruction-only skill with no install spec and no code files. No downloads, packages, or binaries are requested — lowest install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. It only uses workspace files and the platform-provided memory_search; this is proportionate to the described functionality.
Persistence & Privilege
always:false (default) and autonomous invocation allowed (platform default). The instructions explicitly recommend scheduling recurring cron-style agent tasks (hourly/daily/weekly) to run maintenance and auto-update files. While coherent for a self-improver, these scheduled autonomous actions increase persistence and the blast radius of any mistakes — users should consider limits and monitoring.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nova-self-improver - 安装完成后,直接呼叫该 Skill 的名称或使用
/nova-self-improver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Nova Self-Improver 1.0.0 – Initial Release
- Implements a four-layer memory architecture for AI agent self-improvement and context management.
- Adds continuous learning, autonomous experimentation, and self-evaluation after each task.
- Supports automatic file maintenance, including updating USER.md with learned user preferences.
- Introduces circuit breaker fallback, ensuring reliable memory search and error logging.
- Provides an experiment framework, skill auto-creation protocol, and regular self-maintenance via cron jobs.
元数据
常见问题
Nova Self-Improver 是什么?
Complete self-improvement system for AI agents. Implements a four-layer memory architecture with continuous learning, experimentation, and autonomous file ma... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 Nova Self-Improver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nova-self-improver」即可一键安装,无需额外配置。
Nova Self-Improver 是免费的吗?
是的,Nova Self-Improver 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nova Self-Improver 支持哪些平台?
Nova Self-Improver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nova Self-Improver?
由 j3m2b(@j3m2b)开发并维护,当前版本 v1.0.0。
推荐 Skills