← 返回 Skills 市场
pagoda111king

Skill Evolver Pro - 技能进化器专业版

作者 pagoda111king · GitHub ↗ · v0.3.0 · MIT-0
cross-platform ✓ 安全检测通过
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-evolver-pro
功能描述
基于技能使用数据,自动分析短板、生成优化方案,支持进化状态机、持久化存储和多阶段流水线,实现技能自我进化和中断恢复。
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-evolver-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-evolver-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
v0.3.0: 新增状态机引擎、持久化层、进化流水线,支持中断恢复
元数据
Slug skill-evolver-pro
版本 0.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Evolver Pro - 技能进化器专业版 是什么?

基于技能使用数据,自动分析短板、生成优化方案,支持进化状态机、持久化存储和多阶段流水线,实现技能自我进化和中断恢复。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 Skill Evolver Pro - 技能进化器专业版?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-evolver-pro」即可一键安装,无需额外配置。

Skill Evolver Pro - 技能进化器专业版 是免费的吗?

是的,Skill Evolver Pro - 技能进化器专业版 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Evolver Pro - 技能进化器专业版 支持哪些平台?

Skill Evolver Pro - 技能进化器专业版 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Evolver Pro - 技能进化器专业版?

由 pagoda111king(@pagoda111king)开发并维护,当前版本 v0.3.0。

💬 留言讨论