← 返回 Skills 市场
Self-Improving Agent (ORBIT)
作者
drivercagropecuaria-cyber
· GitHub ↗
· v1.0.11
· MIT-0
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-improving-agent-orbit - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-improving-agent-orbit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 Self-Improving Agent (ORBIT)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agent-orbit」即可一键安装,无需额外配置。
Self-Improving Agent (ORBIT) 是免费的吗?
是的,Self-Improving Agent (ORBIT) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Self-Improving Agent (ORBIT) 支持哪些平台?
Self-Improving Agent (ORBIT) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self-Improving Agent (ORBIT)?
由 drivercagropecuaria-cyber(@drivercagropecuaria-cyber)开发并维护,当前版本 v1.0.11。
推荐 Skills