← 返回 Skills 市场
Zhua Evolver
作者
beipian261
· GitHub ↗
· v1.0.0
· MIT-0
203
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zhua-evolver
功能描述
爪爪专属自我进化系统 —— 自动分析能力差距、搜索补强技能、执行进化循环、记录进化日志。Use when 爪爪需要自我进化、能力提升、技能补强、或达到更高智能水平。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhua-evolver - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhua-evolver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Zhua Evolver 是什么?
爪爪专属自我进化系统 —— 自动分析能力差距、搜索补强技能、执行进化循环、记录进化日志。Use when 爪爪需要自我进化、能力提升、技能补强、或达到更高智能水平。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。
如何安装 Zhua Evolver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhua-evolver」即可一键安装,无需额外配置。
Zhua Evolver 是免费的吗?
是的,Zhua Evolver 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zhua Evolver 支持哪些平台?
Zhua Evolver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zhua Evolver?
由 beipian261(@beipian261)开发并维护,当前版本 v1.0.0。
推荐 Skills