ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

self-optimizer

Analyzes OpenClaw logs, chat history, and the .openclaw installation to propose self-improvement and optimization suggestions. Use when optimizing or auditing OpenClaw setup.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/austindixson/self-optimizer
Or

Self Optimizer

Analyzes OpenClaw logs, chat history, and the .openclaw local root installation folder to propose self-improvement and optimization suggestions.

Commands

  • self_optimizer.py analyze [--json] - Runs the analysis and suggests improvements.

Features

  • Log Analysis: Scans gateway.log and openclaw.log for errors, restarts, and performance metrics.
  • Chat History Analysis (Planned): Identifies recurring issues, common requests, or areas of confusion from chat transcripts.
  • Root Folder Scan (Planned): Examines openclaw.json, skill configurations, and MEMORY.md for optimization opportunities.
  • Recommendations: Provides actionable suggestions for performance, stability, and new skill development.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-austindixson-self-optimizer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.