← Back to Skills Marketplace
nutstrut

Verified Capability Evolver

by nutstrut · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ Security Clean
248
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install verified-capability-evolver
Description
Safely improve agent capabilities with structured verification, rollback, and promotion gating. Enhances existing evolution workflows with optional Settlemen...
Usage Guidance
This skill appears coherent and benign for its stated purpose, but review these before enabling: 1) Inspect scripts (scripts/*.sh) and hook handlers — they only emit reminders and scaffold local files, but confirm you’re comfortable with writes under your workspace (the extract script creates ./skills/<name>). 2) The error-detector reads CLAUDE_TOOL_OUTPUT even though no env vars are declared — ensure your environment exposes that variable as intended and that its contents do not contain sensitive data you’d mind being logged to .learnings/. 3) SettlementWitness is optional but mentions a wallet-based agent_id — do not supply private keys or secrets; follow the SKILL.md guidance to never include secrets in verification data. 4) Enable hooks only intentionally (per references/hooks-setup.md); prefer the minimal activator-only setup if you want lower intrusion. 5) The package metadata claims 'instruction-only' despite including code; if you need a pure docs-only integration, remove or ignore the scripts/hooks. If you want additional assurance, run the scripts in a sandboxed test workspace and verify behavior before enabling them in a real environment.
Capability Analysis
Type: OpenClaw Skill Name: verified-capability-evolver Version: 1.0.5 The 'verified-capability-evolver' skill implements a structured self-improvement and logging framework for OpenClaw agents. It provides a workflow for capturing errors, learnings, and feature requests into markdown files, with instructions for the agent to 'promote' verified improvements to permanent workspace files like SOUL.md or TOOLS.md. The included bash scripts (activator.sh, error-detector.sh, extract-skill.sh) and OpenClaw hooks are transparent utilities for providing reminders and scaffolding new skills; notably, extract-skill.sh includes basic path-traversal protections. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
The name/description (verification, gating, rollback) match the included artifacts: reminder hook, error detector, extraction helper, templates and documentation for promoting learnings. The code and docs are proportional to the stated goal of capturing and verifying learnings before promotion.
Instruction Scope
SKILL.md restricts verification to structured task data and warns not to include secrets. The included activator and error-detector scripts only emit reminders and scan a tool-output env var; extract-skill.sh scaffolds files under a relative ./skills directory. Note: the error-detector reads CLAUDE_TOOL_OUTPUT (an env var) even though the skill metadata lists no required env vars — this is a minor mismatch you should be aware of.
Install Mechanism
No network downloads or installers are present. The skill is distributed as files (scripts, hooks, docs) that the user installs or copies into their workspace; that's proportionate for an OpenClaw/OpenClaw-like integration. One metadata inconsistency: registry listed 'instruction-only' but code files and hooks are included — the package is not purely instruction-only.
Credentials
The package requests no credentials or config paths. The only environment access observed is reading CLAUDE_TOOL_OUTPUT in scripts (used to detect command failures) and optional guidance for providing a SettlementWitness agent_id (wallet address form) if that external system is used. These are plausible for the tool's purpose, but CLAUDE_TOOL_OUTPUT was not declared in the registry metadata.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings automatically. Hooks are opt-in and the code injects virtual bootstrap content or writes to workspace-relative paths only when you enable and run the scripts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install verified-capability-evolver
  3. After installation, invoke the skill by name or use /verified-capability-evolver
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Version 1.0.5 - Added a new "Example Usage" section, demonstrating how verification gates learned behavior before promotion. - Clarified the core principle by showing step-by-step how a learning is verified and only then promoted. - No code or file changes; documentation update only. - All other workflow, setup, and logging instructions remain unchanged.
v1.0.4
Integrated full skill package with verification-aware workflow. Preserves original functionality while adding promotion gating, rollback controls, and structured validation.
v1.0.3
Improved summary and top-level description for clarity and higher conversion. No functional changes.
v1.0.2
Clarified structured-input verification model, optional TrustScore attribution, and explicit data handling boundaries.
v1.0.1
Clarified external SettlementWitness verification model (no embedded client or credentials).
v1.0.0
Initial release: Verification-gated self-improving agent with SettlementWitness integration. PASS-only promotion, rollback on FAIL, TrustScore tracking.
Metadata
Slug verified-capability-evolver
Version 1.0.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Verified Capability Evolver?

Safely improve agent capabilities with structured verification, rollback, and promotion gating. Enhances existing evolution workflows with optional Settlemen... It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.

How do I install Verified Capability Evolver?

Run "/install verified-capability-evolver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Verified Capability Evolver free?

Yes, Verified Capability Evolver is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Verified Capability Evolver support?

Verified Capability Evolver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Verified Capability Evolver?

It is built and maintained by nutstrut (@nutstrut); the current version is v1.0.5.

💬 Comments