← Back to Skills Marketplace
Agent Self Improve
by
yuyonghao-123
· GitHub ↗
· v0.1.0
· MIT-0
623
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install yuyonghao-agent-self-improve
Description
Analyzes agent performance and optimizes prompts, parameters, workflows, and strategies for continuous self-improvement.
Usage Guidance
This skill appears internally consistent and low-risk: review and run its tests locally (npm test) before using it in production, and avoid passing sensitive secrets into the analyze/improve callbacks (e.g., do not pass raw credentials or private data as test inputs). Note the package description mentions "code self-rewriting" but no such behavior exists in the provided files — if you plan to use an auto-updating or self-modifying variant in future, audit any file-write or network code carefully. If you want extra caution, run the skill in an isolated environment or sandbox when first integrating it with a live agent.
Capability Analysis
Type: OpenClaw Skill
Name: yuyonghao-agent-self-improve
Version: 0.1.0
The bundle provides a legitimate framework for performance profiling and strategy optimization of AI agents. It includes modules for measuring execution time, memory, and CPU usage (src/performance-analyzer.js) and tools for prompt and parameter tuning (src/strategy-optimizer.js). No evidence of data exfiltration, malicious execution, or unauthorized access was found, and the code aligns with the stated purpose in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the implemented modules: a PerformanceAnalyzer and a StrategyOptimizer for prompts, parameters, and workflows. One minor mismatch: package.json mentions "code self-rewriting" but the provided code does not implement any file-modifying or self-rewriting behavior — this appears to be an overstated description rather than hidden functionality.
Instruction Scope
SKILL.md only instructs npm install, shows creating SelfImprovementSystem and calling analyze/improve. The runtime example calls agent.process(input) indirectly (the analyze API expects a function), so the skill itself does not read files, env vars, or send data externally. Users should note that any data passed into analyze/improve comes from the host agent and could include secrets if the agent provides them.
Install Mechanism
No install spec in the registry and SKILL.md suggests running npm install for the package sources provided. package.json has no external dependencies and there are no downloads from untrusted URLs or extraction steps. Installing the package is low-risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code only uses standard Node APIs (perf_hooks, process.memory/cpu) and no external tokens or secrets are requested.
Persistence & Privilege
The skill is not forced-always, is user-invocable, and does not modify other skills or system configuration. It does not request elevated or persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yuyonghao-agent-self-improve - After installation, invoke the skill by name or use
/yuyonghao-agent-self-improve - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Agent Self-Improve 0.1.0 initial release:
- Implements performance analyzer for execution time, resource usage, bottleneck identification, and hotspot detection.
- Introduces strategy optimizer, supporting prompt optimization, parameter tuning, workflow restructuring, and strategy selection.
- Provides straightforward API for analyzing agent performance and executing improvements.
- Includes installation and usage documentation.
Metadata
Frequently Asked Questions
What is Agent Self Improve?
Analyzes agent performance and optimizes prompts, parameters, workflows, and strategies for continuous self-improvement. It is an AI Agent Skill for Claude Code / OpenClaw, with 623 downloads so far.
How do I install Agent Self Improve?
Run "/install yuyonghao-agent-self-improve" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Self Improve free?
Yes, Agent Self Improve is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Self Improve support?
Agent Self Improve is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Self Improve?
It is built and maintained by yuyonghao-123 (@yuyonghao-123); the current version is v0.1.0.
More Skills