🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Skill Auto Evolver

by @harrylabsj

自动分析和优化 Agent Skill 的工具 - 监控使用情况、评估健康度、生成改进建议

Versionv0.1.2
Downloads550
Installs3
TERMINAL
clawhub install skill-auto-evolver

📖 About This Skill


name: skill-auto-evolver description: Analyze and improve OpenClaw agent skills by tracking usage, checking skill health, scanning code quality, and generating actionable improvement suggestions. Use when evaluating skill reliability, performance, maintainability, or release readiness.

Skill Auto Evolver

A Python CLI tool for analyzing and improving OpenClaw agent skills.

Features

  • usage monitoring
  • skill health scoring
  • SKILL.md and code analysis
  • automated improvement suggestions
  • JSON / Markdown / HTML reporting
  • Installation

    clawhub install skill-auto-evolver
    

    Typical Commands

    skill-auto-evolver init
    skill-auto-evolver analyze 
    skill-auto-evolver analyze --all
    skill-auto-evolver report 
    skill-auto-evolver report --all
    skill-auto-evolver health 
    skill-auto-evolver health --all
    skill-auto-evolver log   --status success --duration 100
    skill-auto-evolver feedback  5 --comment "Very helpful"
    skill-auto-evolver clear --days 90
    skill-auto-evolver log --list
    

    Dependencies

  • Python 3.8+
  • SQLite3
  • PyYAML
  • GitPython (optional)