← Back to Skills Marketplace
Skill Evolver Pro - 技能进化器专业版
by
pagoda111king
· GitHub ↗
· v0.3.0
· MIT-0
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-evolver-pro
Description
基于技能使用数据,自动分析短板、生成优化方案,支持进化状态机、持久化存储和多阶段流水线,实现技能自我进化和中断恢复。
Usage Guidance
This skill appears to be a local, file-backed analysis and planning tool and is internally consistent with its description. It does persist state and logs to disk — by default inside the skill's data folder, or to whatever dataDir you pass in. Before installing/use: (1) review where dataDir will point — avoid giving it system or home root paths so it can't read/write unintended files; (2) confirm you will only supply non-sensitive usage data (usageStats, errorLogs, userFeedback) to the pipeline; (3) understand that 'deploy' and 'implement' steps are stubbed placeholders in the code (it generates plans and reports but does not autonomously modify other skills or push to external registries); (4) review the code if you plan to run this in a privileged environment. No credentials or network endpoints are requested by the skill, so credential leakage risk from the package itself is low.
Capability Analysis
Type: OpenClaw Skill
Name: skill-evolver-pro
Version: 0.3.0
The skill-evolver-pro bundle is a well-structured framework designed for monitoring, analyzing, and optimizing AI skill performance. It implements standard design patterns including a State Machine for workflow management, a Strategy pattern for optimization logic, and a FileStore for local persistence in the 'data/' directory. While the concept of a 'self-evolving' engine implies future code modification, the current implementation contains no malicious execution (eval/exec), no network activity for data exfiltration, and no harmful prompt injection instructions.
Capability Assessment
Purpose & Capability
Name/description (skill evolution, analysis, state machine, persistence, pipeline) match the provided source files (state machine, file-store, pipeline, strategies, report factory). The code implements analysis, planning, eventing and local persistence — all coherent with the stated purpose. There are no unexpected external service credentials or unrelated binaries required.
Instruction Scope
SKILL.md and examples instruct the agent to analyze provided usage data, generate plans, and persist/restore state from a local data directory. The instructions do not direct the agent to read unrelated system files, network endpoints, or other skills' credentials. Note: the pipeline accepts a dataDir parameter (user-supplied) and FileStore will read/write under that baseDir — behaviour is expected but you should avoid passing a baseDir that points to sensitive system locations.
Install Mechanism
No install spec or remote download is present; the skill is instruction/code-only in the bundle. All code is local JS files; there is no code that pulls arbitrary remote archives or runs child_process/exec. This is a low-risk install posture from the skill registry perspective.
Credentials
The skill requires no environment variables, no credentials, and no external config paths. All file I/O is scoped to the skill's data directory (FileStore baseDir). No secrets (TOKEN/KEY/PASSWORD) are requested.
Persistence & Privilege
The skill persists state and logs to disk (default data path is a 'data' folder in the package, but examples show a user-configurable dataDir). It does not request 'always: true' and does not modify other skills' configurations. As a precaution, when invoking, do not pass a dataDir that is an OS root or other sensitive path (doing so would allow the skill to read/write files under that directory).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-evolver-pro - After installation, invoke the skill by name or use
/skill-evolver-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.0
v0.3.0: 新增状态机引擎、持久化层、进化流水线,支持中断恢复
Metadata
Frequently Asked Questions
What is Skill Evolver Pro - 技能进化器专业版?
基于技能使用数据,自动分析短板、生成优化方案,支持进化状态机、持久化存储和多阶段流水线,实现技能自我进化和中断恢复。 It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.
How do I install Skill Evolver Pro - 技能进化器专业版?
Run "/install skill-evolver-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Evolver Pro - 技能进化器专业版 free?
Yes, Skill Evolver Pro - 技能进化器专业版 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Evolver Pro - 技能进化器专业版 support?
Skill Evolver Pro - 技能进化器专业版 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Evolver Pro - 技能进化器专业版?
It is built and maintained by pagoda111king (@pagoda111king); the current version is v0.3.0.
More Skills