skill-auto-evolver

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-auto-evolver" with this command: npx skills add harrylabsj/skill-auto-evolver

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-name>
skill-auto-evolver analyze --all
skill-auto-evolver report <skill-name>
skill-auto-evolver report --all
skill-auto-evolver health <skill-name>
skill-auto-evolver health --all
skill-auto-evolver log <skill-name> <action> --status success --duration 100
skill-auto-evolver feedback <skill-name> 5 --comment "Very helpful"
skill-auto-evolver clear --days 90
skill-auto-evolver log --list

Dependencies

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Posthog CLI

Manage PostHog product analytics from the terminal. Use when the user asks about PostHog analytics, feature flags, experiments, surveys, dashboards, insights...

Registry SourceRecently Updated
Coding

Youtube Clipper Ko

한국어 YouTube 영상을 바이럴 클립으로 자동 분할하는 스킬. Whisper로 음성 분석 → Claude로 바이럴 구간 선정 → ffmpeg으로 클립 추출. 무음/숨소리 구간 제거, 3색 한국어 자막(SUIT 폰트), 바이럴 점수 + 리즌 텍스트 포함. YouTube URL 또...

Registry SourceRecently Updated
Coding

Image To Code

将图片(含文字、公式、标题)转换为指定代码格式。自动识别标题级别(title1/title2/title3),文字行转为 $word->body("正文=".$F);,公式转为 $word->formula("");,图片标记为 ![image]

Registry SourceRecently Updated
Coding

Agent Cli Orchestrator

Orchestrates multiple AI CLI tools by auto-detecting, prioritizing, and switching between them for stable, fallback-enabled automated coding workflows.

Registry SourceRecently Updated
4400cnatom