Safe Evolver is a robust AI evolution engine that analyzes execution logs to identify performance bottlenecks and apply safety-constrained behavioral improvements.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install safe-evolver
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install safe-evolver using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Safe Evolver is a specialized framework designed to facilitate the continuous improvement of autonomous agents within the Openclaw Skills ecosystem. It functions by capturing detailed runtime history, including tool interactions, response quality, and error states, and then synthesizing this data to propose or execute safe optimizations.
The core value proposition of this skill lies in its ability to bridge the gap between static agent configurations and dynamic, learning systems. By leveraging protocol-constrained evolution, Safe Evolver ensures that any behavioral shifts remain within security boundaries, preventing unauthorized or dangerous logic changes while maximizing efficiency through data-driven insights.
To integrate this skill into your environment, use the following commands:
# Install via ClawHub for seamless Openclaw Skills integration
clawhub install safe-evolver
# Alternative installation via NPM
npm install safe-evolver
Basic initialization in your project:
const SafeEvolver = require('safe-evolver');
const evolver = new SafeEvolver({
mode: 'auto',
safetyLevel: 'high',
logPath: './logs/evolution.log'
});
Safe Evolver organizes its analytical data using the following structure to maintain transparency within Openclaw Skills:
| Component | Data Type | Purpose |
|---|---|---|
| Interaction Logs | JSON Array | Stores raw metrics of tool calls, durations, and success rates. |
| Evolution Report | JSON Object | Contains the summary of average efficiency and identified issues. |
| Efficiency Metrics | Float (0-1) | Quantitative score of tool, response, and error recovery performance. |
| Audit Trail | Log File | A human-readable history of every change made to the agent's behavior. |
Loading
A comprehensive framework for deploying and extending OpenClaw, a local-first, model-agnostic AI assistant platform built for privacy and autonomy.

A high-integrity three-layer orchestrator that separates task dispatching from execution and verification to ensure reliable project completion.

A sophisticated extraction tool that identifies and ranks high-value posts from X based on engagement metrics like retweets and likes.

A high-performance AI service designed to convert topics, articles, and reference images into structured, visually optimized information cards and infographics.

A performance-focused skill designed to reduce token consumption and context bloat using production-proven optimization strategies.

A sophisticated persona construction kit for building, managing, and evolving highly personalized AI companions within your coding environment.








































