← 返回 Skills 市场
90
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install root
功能描述
Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
安全使用建议
Key things to check before installing:
- Metadata mismatch: The registry header lists this skill as 'root' while the SKILL.md and files call it 'self-improving' (slug self-improving). Owner IDs also differ between top-level metadata and _meta.json. Confirm the skill's provenance with the publisher before trusting it.
- Local file writes: The skill will create and manage ~/self-improving/ and modify workspace AGENTS.md / SOUL.md / HEARTBEAT.md. Back up those files first and review diffs after any automated edits.
- Data stored locally: The skill is designed to persist corrections, preferences, and patterns. Although its boundaries.md forbids storing credentials and sensitive categories, you should avoid putting secrets or private content into corrections or prompts that will be logged.
- Optional network install: setup.md may run `clawhub install proactivity` if you explicitly consent. Review the Proactivity skill's source before allowing that network install.
- Autonomy: The skill can be invoked autonomously by the agent (platform default). Because it writes persistent state, consider running it in passive mode initially and review every change it proposes.
- If you want to proceed: (1) verify publisher and version (resolve the metadata mismatch), (2) back up workspace config and your home ~/self-improving if present, (3) run in passive mode or review changes interactively, and (4) audit the first few entries the skill writes to ensure it obeys the stated boundaries.
功能分析
Type: OpenClaw Skill
Name: root
Version: 1.0.0
The skill implements a structured self-improvement and memory system for agents by logging user corrections and preferences to a local directory (~/self-improving/). It includes a comprehensive security policy (boundaries.md) that explicitly forbids storing sensitive information such as credentials, financial data, or PII, and provides clear instructions for data retention and transparency. While the skill performs high-privilege operations like modifying workspace configuration files (AGENTS.md, SOUL.md) and executing basic shell commands (mkdir, find) for directory maintenance, these actions are transparently documented, scoped to the skill's purpose, and include safeguards such as requiring explicit user consent before installing related skills like 'proactivity'.
能力评估
Purpose & Capability
The SKILL.md content implements a 'self-improving' memory system that reads and writes files under ~/self-improving and updates workspace AGENTS.md / SOUL.md. Those capabilities align with the stated purpose. However, registry/top-level metadata is inconsistent with internal files: the provided skill name/slug is 'root' in the registry header while the SKILL.md and file tree use 'self-improving' (slug self-improving); ownerId values also differ between registry metadata and _meta.json. This mismatch could indicate packaging or provenance issues.
Instruction Scope
The runtime instructions explicitly instruct the agent to read and write files in the user's home directory (~/self-improving/) and to modify workspace files (AGENTS.md, SOUL.md, HEARTBEAT.md). Those actions are within the declared purpose (local memory and steering). The SKILL.md also directs optional installation of a 'Proactivity' skill (network action) but requires explicit user consent. No instructions request unrelated system credentials or secret exfiltration; boundaries.md explicitly forbids storing credentials, which is consistent but should be audited in practice.
Install Mechanism
This is an instruction-only skill with no install spec or code-archive downloads, which is low risk. One caveat: setup.md instructs to run `clawhub install proactivity` if the user agrees — that would perform a network package install from an external source. Installation of that companion skill is explicit/optional, but the user should verify the source of 'proactivity' before consenting.
Credentials
The skill requests no environment variables, binaries, or credentials, and its documented storage rules explicitly forbid saving secrets or third-party personal data. That is proportionate to its self-improvement purpose. Still, the skill will persist user-provided corrections and preferences to disk locally, which could include sensitive user content if the user writes it as a correction — users should ensure sensitive material is not stored.
Persistence & Privilege
The skill creates and manages a persistent local datastore under ~/self-improving/ and will update workspace files. always:false, so it is not force-included globally. This level of persistence is expected for a memory/learning skill, but any skill that writes persistent local state should be reviewed for what it stores and for transparency controls (export/wipe).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install root - 安装完成后,直接呼叫该 Skill 的名称或使用
/root触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Self-Improving + Proactive Agent 1.2.16
- Clarifies setup flow for improved proactive follow-through.
- Safer skill installation with clearer memory organization.
- Expanded explanations for memory tiers and logging rules.
- Additional guidance for self-reflection and correction logging.
- Updated quick reference tables and security boundaries.
元数据
常见问题
root 是什么?
Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 root?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install root」即可一键安装,无需额外配置。
root 是免费的吗?
是的,root 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
root 支持哪些平台?
root 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 root?
由 jpjump11(@jpjump11)开发并维护,当前版本 v1.0.0。
推荐 Skills