← Back to Skills Marketplace
self-improving-agent-python
by
Brandon114
· GitHub ↗
· v1.0.1
· MIT-0
169
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install self-improving-agent-python
Description
Implement a 3-layer self-improvement process for agents to evaluate tasks, learn from outcomes, optimize performance, and share knowledge across agents.
Usage Guidance
This skill appears to do what it says: it stores evaluations, lessons, and optimization plans as JSON files in your WorkBuddy workspace and can copy a shared 'collective-wisdom.json' into every workspace under ~/.workbuddy. Before installing or running it: (1) confirm you are okay with the skill creating and writing files under ~/.workbuddy and across any workspace-* directories on the machine, (2) inspect the included scripts (they are all present and readable) and backup any existing shared-context/ self-improvement files you care about, (3) if you run sync_learning.py on a multi-user or shared machine, be aware it will write into other workspaces under ~/.workbuddy, and (4) run the scripts as a non-privileged user and in an isolated workspace if you want to limit impact. No network endpoints or credentials are used by the skill.
Capability Analysis
Type: OpenClaw Skill
Name: self-improving-agent-python
Version: 1.0.1
The skill bundle provides a framework for an AI agent to track its own performance, record lessons learned, and synchronize these insights across different local workspaces. The Python scripts (evaluate_task.py, learn_lesson.py, optimize_agent.py, and sync_learning.py) perform standard filesystem operations within the designated ~/.workbuddy directory and do not contain any network activity, obfuscation, or unauthorized data access.
Capability Assessment
Purpose & Capability
Name/description describe a local self-improvement system; the provided Python scripts implement evaluation, lesson recording, optimization, and cross-agent sync via local files under the workspace directory—this matches the stated purpose.
Instruction Scope
SKILL.md instructs running the included scripts and documents the filesystem layout. The runtime instructions and scripts only read/write local JSON files and do not attempt to access network endpoints, credentials, or unrelated system files.
Install Mechanism
There is no install spec and no external downloads. The skill is distributed as plain Python scripts (no package installation or remote fetch), which is low-risk from an install perspective.
Credentials
The skill requests no environment variables or credentials. It does assume a WorkBuddy-style workspace directory (DEFAULT_OPENCLAW_DIR = ~/.workbuddy) and will operate on files under that hierarchy; no secrets are required or requested.
Persistence & Privilege
always:false and no autonomous-model restrictions. However, sync_learning.py enumerates all workspaces under ~/.workbuddy and copies collective-wisdom.json into each workspace's shared-context/self-improvement directory — this intentionally modifies other workspace directories on the same host. This behavior matches the 'cross-agent sharing' purpose but is a persistent file-write capability that you should consider before using on multi-user or shared machines.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install self-improving-agent-python - After installation, invoke the skill by name or use
/self-improving-agent-python - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial public release with version control.
- Added all core skill files to the repository, including evaluation, learning, and optimization scripts.
- Included a complete SKILL.md with activation criteria, usage instructions, and troubleshooting.
- Established recommended data structures and storage locations.
- Provided practical workflow examples and best practices for self-improving agent usage.
v1.0.0
- Initial release of the self-improving-agent-python skill.
- Provides activation criteria based on user intent for self-improvement, evaluation, and optimization scenarios.
- Introduces a three-layer self-improvement framework: real-time feedback, periodic reflection, and cross-agent experience sharing.
- Defines a task evaluation system with scoring formula and actionable levels.
- Includes usage instructions and parameter details for main Python scripts: evaluate_task.py, learn_lesson.py, optimize_agent.py, and sync_learning.py.
- Outlines best practices, data storage structure, and troubleshooting guidance.
Metadata
Frequently Asked Questions
What is self-improving-agent-python?
Implement a 3-layer self-improvement process for agents to evaluate tasks, learn from outcomes, optimize performance, and share knowledge across agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.
How do I install self-improving-agent-python?
Run "/install self-improving-agent-python" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is self-improving-agent-python free?
Yes, self-improving-agent-python is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does self-improving-agent-python support?
self-improving-agent-python is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created self-improving-agent-python?
It is built and maintained by Brandon114 (@brandon114); the current version is v1.0.1.
More Skills