← Back to Skills Marketplace
amdf01-debug

Self-Improving Agent

by amdf01-debug · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
306
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sw-self-improving-agent
Description
Build agents that learn from user corrections by updating and following dated rules to improve performance and reduce repeated mistakes over time.
Usage Guidance
Before installing, consider that this skill will create and maintain RULES.md and modify AGENTS.md in the agent's workspace and expects the agent to read project folders and check calendars. Ask where RULES.md will be stored and who can read it; ensure file permissions and retention policies are appropriate. Require sanitization rules (strip PII or secrets) before logging corrections. If the agent will access calendars or send emails, only enable those integrations with explicit credentials and review what data it may read. Prefer running this skill in an isolated/test workspace first, or require explicit user confirmation before any automatic writes or background scans. If you need stronger guarantees, request the author add: explicit config for storage location, an allowlist of folders the skill may access, a sanitization policy for logged corrections, and a clear declaration of any external services or credentials it needs.
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md: it aims to log corrections and evolve a RULES.md operating manual. However, the guidance expects the agent to consult a 'projects/' folder and check a calendar before suggesting times — capabilities that go beyond the stated, self-contained 'rules' purpose and are not declared as required resources.
Instruction Scope
SKILL.md directs the agent to create, read, update, and silently scan RULES.md and to modify AGENTS.md. It also tells the agent to check calendar data and include status from a projects/ folder when referencing projects. Those are file-system and external-service actions (and could capture user corrections that contain sensitive data). The instructions use the word 'silently' for periodic scans, which grants the agent ongoing, background discretion to read/write without explicit user prompts.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — low installation risk. Nothing is downloaded or written by a package installer.
Credentials
The skill declares no required env vars or config paths, yet it implies access to calendars, project folders, and email workflows. That mismatch means the skill expects capabilities (read/write workspace files, access to calendar/email) but doesn't declare them, so it's unclear what credentials or filesystem access will be used.
Persistence & Privilege
While always:false, the instructions explicitly require persistent behavior: log every correction, scan RULES.md every ~10 interactions, and automatically update AGENTS.md. That grants ongoing write/read persistence in the agent environment and could produce long-lived files containing user corrections (which may include sensitive info).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sw-self-improving-agent
  3. After installation, invoke the skill by name or use /sw-self-improving-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug sw-self-improving-agent
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Self-Improving Agent?

Build agents that learn from user corrections by updating and following dated rules to improve performance and reduce repeated mistakes over time. It is an AI Agent Skill for Claude Code / OpenClaw, with 306 downloads so far.

How do I install Self-Improving Agent?

Run "/install sw-self-improving-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Self-Improving Agent free?

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

Which platforms does Self-Improving Agent support?

Self-Improving Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Self-Improving Agent?

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

💬 Comments