← Back to Skills Marketplace
beipian261

Zhua Evolver

by beipian261 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
203
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zhua-evolver
Description
爪爪专属自我进化系统 —— 自动分析能力差距、搜索补强技能、执行进化循环、记录进化日志。Use when 爪爪需要自我进化、能力提升、技能补强、或达到更高智能水平。
Usage Guidance
Do not run this skill as-is if you expect it to auto-discover and install other skills — the manifest and SKILL.md promise network/search/install behavior but the actual package lacks the referenced search/install/log scripts. If you want to use it: (1) ask the author for the missing scripts (search_skills.py, install_skills.py, log_evolution.py) and for a clear description of any network endpoints and credentials those scripts require; (2) review any returned scripts before executing them (look for network calls, subprocess exec, downloads, and credential access); (3) run untrusted code in a sandboxed environment first; (4) if you need automatic installation of other skills, prefer an implementation that documents which registry/API it uses and why it needs any credentials. The current mismatch could be harmless placeholder content, but it could also hide later additions that perform network or credentialed actions—treat as incomplete and verify before enabling autonomous use.
Capability Analysis
Type: OpenClaw Skill Name: zhua-evolver Version: 1.0.0 The skill bundle implements a 'self-evolution system' that instructs the AI agent to automatically search for, install, and configure new skills (SKILL.md). This 'self-modification' pattern is high-risk as it encourages the agent to execute unverified code from external sources. Furthermore, several critical scripts referenced in the SKILL.md workflow, such as 'install_skills.py' and 'search_skills.py', are missing from the bundle, preventing a full security audit of the installation logic. While the provided scripts (e.g., analyze_gap.py, orchestrate_minions.py) appear to be harmless status checkers, the underlying instructions for autonomous skill acquisition represent a significant attack surface for prompt injection and remote code execution.
Capability Assessment
Purpose & Capability
The README/description says the skill will "search skillhub" and "automatically install and configure new skills." However the package contains no install spec, no declared credentials, and the SKILL.md references scripts (scripts/search_skills.py, scripts/install_skills.py, scripts/log_evolution.py) that are not present in the file manifest. The actual scripts included are mostly local analysis and reporting tools (analyze_gap.py, orchestrate_minions.py, checks) which do not perform searching or installation. The declared purpose (automated discovery + install) is therefore not matched by the provided implementation.
Instruction Scope
SKILL.md instructs running several scripts including ones that would search and install skills, but those scripts are missing. The scripts that do exist are benign-looking local utilities (gap analysis, orchestrate prints, status checks) and do not access environment variables, external endpoints, or system configuration. Because the instructions imply network actions and modifications (installing skills) while the code does not implement them, the instructions and code are inconsistent — this is scope creep / incomplete implementation.
Install Mechanism
There is no install specification (instruction-only skill). That lowers risk from automatic downloads/execution. The lack of an install mechanism is consistent with the fact that included scripts are local utilities. However, it also means the promised automatic installation capability has no implementation here.
Credentials
The skill declares no required environment variables, no primary credential, and no required config paths. The bundled scripts do not read secrets or configuration files. The absence of credentials is proportionate to the actual code present. That said, the stated goal (installing/configuring other skills) would normally require credentials or network access; their absence is another sign of mismatch rather than overprivilege.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system modifications. The provided scripts do not write to other skills' configs or system-wide settings. No elevated privileges are requested in the manifest. This dimension shows no unexplained privilege escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zhua-evolver
  3. After installation, invoke the skill by name or use /zhua-evolver
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of zhua-evolver, an automated self-evolution system for 爪爪. - Analyzes capability gaps to identify improvement areas. - Searches and installs relevant skills from skillhub automatically. - Records each evolution cycle, including process and results. - Orchestrates six specialized minions for collaborative evolution tasks. - Provides command-line workflows for the entire evolution process. - Tracks evolution metrics such as skill count, coverage, and success rate.
Metadata
Slug zhua-evolver
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Zhua Evolver?

爪爪专属自我进化系统 —— 自动分析能力差距、搜索补强技能、执行进化循环、记录进化日志。Use when 爪爪需要自我进化、能力提升、技能补强、或达到更高智能水平。 It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.

How do I install Zhua Evolver?

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

Is Zhua Evolver free?

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

Which platforms does Zhua Evolver support?

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

Who created Zhua Evolver?

It is built and maintained by beipian261 (@beipian261); the current version is v1.0.0.

💬 Comments