← Back to Skills Marketplace
msruruguay

Midos Self Improver

by msruruguay · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
338
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install midos-self-improver
Description
Structured learning pipeline with quality-gated promotion. Captures corrections, errors, and patterns — promotes only what proves itself through recurrence.
Usage Guidance
This skill appears to implement a reasonable capture → gate → promote pipeline, but there are red flags you should address before installing: 1) Missing referenced code — skill.json names hook/tool modules that are not included in the package. Ask the author for the missing files or an explanation of how those hooks are provided in your runtime. 2) Data sensitivity — the skill explicitly logs commands, error traces, and context to files in the repository; these can contain secrets or PII. If you install, restrict write locations, set tight filesystem permissions, and review/clean captured entries before promoting them to permanent memory. 3) provenance — source and homepage are unknown; prefer skills with a clear source or run this one in a sandbox environment first. 4) Test locally: run the included tests and a dry-run in an isolated repo, inspect any created files, and confirm promotion rules won't overwrite important files like CLAUDE.md/AGENTS.md. If you cannot obtain the missing hook modules or a trusted source, treat the package as incomplete and do not enable it in production agents.
Capability Analysis
Type: OpenClaw Skill Name: midos-self-improver Version: 1.0.0 The midos-self-improver skill is a structured framework designed to help AI agents manage their own 'memory' by logging errors, user corrections, and successful patterns to a local directory structure (.learnings/, .patterns/). It includes a deterministic quality-gate and scoring system to promote high-value learnings into project-level rule files like CLAUDE.md. The provided files (SKILL.md, skill.json, and a Python test suite) contain no evidence of data exfiltration, malicious execution, or harmful prompt injection; instead, they focus on project-specific workflow improvements and include security-conscious tests to prevent secret leakage.
Capability Assessment
Purpose & Capability
The name/description (agent self-improvement) aligns with the SKILL.md content, which documents capture → quality gate → staging → promotion. However skill.json lists source_tools (hooks/pattern_harvester.py, hooks/memory_protocol.py, tools/normalize_naming.py) that are not present in the file manifest. SKILL.md also contains code snippets that import hooks (hooks.learning_capture) and assumes platform capture hooks exist — those runtime components are missing from the published files, an incoherence that could break expected behavior or indicate incomplete packaging.
Instruction Scope
Runtime instructions tell the agent to log corrections, errors, patterns, and tool outputs to local paths (.learnings/, .patterns/, .knowledge/), including command lines, exception traces, and root causes. That scope is plausible for this purpose but will capture potentially sensitive data (commands, file paths, error traces, config contents). The SKILL.md also prescribes deterministic deduplication and promotion rules and shows code snippets wired to capture hooks — but the referenced hook modules are not included.
Install Mechanism
No install spec — instruction-only skill — so nothing is written to disk by an installer. This minimizes supply-chain risk. The risk surface is limited to what the agent executes per SKILL.md (file writes and hook wiring).
Credentials
The skill requests no environment variables, binaries, or credentials (proportionate). However, because it explicitly logs errors/commands/contexts, it may end up persisting secrets or sensitive config if run in an environment that surfaces them. The skill does not declare or limit what it will capture beyond examples, so accidental capture/exfiltration of secrets is possible unless the user enforces storage policies.
Persistence & Privilege
always:false and no special privilege flags. The skill writes into project-local paths (.learnings, .patterns, .knowledge) which is consistent with its purpose. It does not request to modify other skills or system-wide configs in the provided materials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install midos-self-improver
  3. After installation, invoke the skill by name or use /midos-self-improver
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of midos-self-improver—a self-improving agent with a structured, quality-gated learning pipeline. - Captures corrections, errors, knowledge gaps, best practices, and recurring patterns via five detection triggers. - Introduces deduplication and quality gates to filter out low-value or duplicate learnings before storing. - Implements a four-axis scoring system (recurrence, freshness, specificity, impact) to determine which learnings are promoted, pruned, or kept in staging. - Automates rule promotion into permanent project memory once patterns prove recurring value. - Provides ready-to-use capture hooks and guides for both standalone and integrated usage.
Metadata
Slug midos-self-improver
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Midos Self Improver?

Structured learning pipeline with quality-gated promotion. Captures corrections, errors, and patterns — promotes only what proves itself through recurrence. It is an AI Agent Skill for Claude Code / OpenClaw, with 338 downloads so far.

How do I install Midos Self Improver?

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

Is Midos Self Improver free?

Yes, Midos Self Improver is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Midos Self Improver support?

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

Who created Midos Self Improver?

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

💬 Comments