← Back to Skills Marketplace
Self-Improving Agent (ORBIT)
by
drivercagropecuaria-cyber
· GitHub ↗
· v1.0.11
· MIT-0
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install self-improving-agent-orbit
Description
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Usage Guidance
This skill appears to be what it claims: lightweight reminders, local logging, and helpers for turning learnings into files or new skills. Before enabling it or installing hooks: 1) Inspect the hook handler and scripts (they are small and readable) to confirm you’re comfortable with them writing files under your workspace and printing reminders to sessions. 2) Only enable the OpenClaw/Claude hooks if you trust the skill source; enabling hooks lets the skill inject context into every session (intended behavior for a reminder tool but a prompt‑injection capability nonetheless). 3) Verify the installation source: SKILL.md references a GitHub repo and the embedded _meta.json ownerId differs slightly from the registry owner slug — this may be a fork or renamed package; confirm the repository and publisher before cloning. 4) Run scripts in dry-run mode (extract-skill supports --dry-run) or from a controlled workspace first. 5) If you use the extract-skill helper, note it will create files under the relative ./skills path you provide — ensure you run it from the intended directory. If any of these checks raise doubt (mismatched repository, unexpected remote endpoints, or if you don’t want session-level injections), don’t enable the hooks and use the skill manually by keeping .learnings/ files in your project.
Capability Analysis
Type: OpenClaw Skill
Name: self-improving-agent-orbit
Version: 1.0.11
The 'self-improving-agent-orbit' skill bundle is designed to facilitate a continuous learning loop for AI agents by logging errors, user corrections, and best practices to markdown files (e.g., in a `.learnings/` directory). The bundle includes utility scripts like `extract-skill.sh` for scaffolding new skills and OpenClaw hooks (`handler.js`/`handler.ts`) that inject reminders into the agent's context. While the skill involves writing to the local filesystem and reading tool output for error detection, these actions are strictly aligned with its stated purpose of self-improvement and lack any indicators of malicious intent, data exfiltration, or unauthorized persistence.
Capability Assessment
Purpose & Capability
Name/description (capture learnings/errors) align with what the files and scripts do: create and maintain .learnings/*.md, inject lightweight reminders at bootstrap, detect command errors, and help extract learnings into new skills. No unrelated credentials/binaries are requested. The feature set (hooks + local scripts + extract helper) is appropriate for a self‑improvement/logging skill.
Instruction Scope
SKILL.md instructs the agent and user to create .learnings/ in project or home workspace, optionally copy/enable hooks so the skill can inject reminders at agent bootstrap, and to promote learnings into workspace files (SOUL.md, AGENTS.md, etc.). The hook implementation only injects a virtual reminder file and the Bash scripts only read CLAUDE_TOOL_OUTPUT and write to stdout; they do not exfiltrate data or modify remote endpoints. However: enabling the hook intentionally allows the skill to add context into every session via workspace injection — this is expected for the purpose but is a behavior you should consciously approve.
Install Mechanism
No automated install spec; manual install uses git clone of a GitHub repo (repository referenced in SKILL.md). There are local scripts included (activator, error-detector, extract-skill) that run locally. No downloads from untrusted hosts, no archive extraction, and scripts include reasonable safety checks. This is low-risk for an instruction-only/local helper skill.
Credentials
The skill requires no environment variables or credentials. The error-detector reads CLAUDE_TOOL_OUTPUT (an agent-provided tool output variable) which is appropriate for detecting command failures. The extract-skill script writes to a relative ./skills directory and includes checks to avoid absolute paths or '..' path segments. No secrets are requested or used.
Persistence & Privilege
always:false (not force-included). Hook installation is opt-in; if you copy and enable the provided OpenClaw hook it will inject a virtual reminder at agent bootstrap. That gives the skill the ability to influence session context by adding a short reminder file — which is coherent with its purpose but should be treated as a prompt‑injection capability you enable only for trusted skills. Scripts run with the same permissions as the agent (documented in references).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install self-improving-agent-orbit - After installation, invoke the skill by name or use
/self-improving-agent-orbit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.11
Fork da skill self-improving-agent adaptada para o ecossistema ORBIT. Captura aprendizados, erros e correções para melhoria contínua do agente.
Metadata
Frequently Asked Questions
What is Self-Improving Agent (ORBIT)?
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install Self-Improving Agent (ORBIT)?
Run "/install self-improving-agent-orbit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Self-Improving Agent (ORBIT) free?
Yes, Self-Improving Agent (ORBIT) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Self-Improving Agent (ORBIT) support?
Self-Improving Agent (ORBIT) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Self-Improving Agent (ORBIT)?
It is built and maintained by drivercagropecuaria-cyber (@drivercagropecuaria-cyber); the current version is v1.0.11.
More Skills