← Back to Skills Marketplace
jpjump11

root

by jpjump11 · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ⚠ suspicious
90
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install root
Description
Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
Usage Guidance
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.
Capability Analysis
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'.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install root
  3. After installation, invoke the skill by name or use /root
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug root
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is root?

Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install root?

Run "/install root" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is root free?

Yes, root is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does root support?

root is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created root?

It is built and maintained by jpjump11 (@jpjump11); the current version is v1.0.0.

💬 Comments