← 返回 Skills 市场
pagoda111king

Auto Improver Pro

作者 pagoda111king · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
165
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install auto-improver-pro
功能描述
Auto-improving AI skill that learns from every execution and continuously optimizes itself. 17-minute autonomous loop with feedback collection and pattern ex...
使用说明 (SKILL.md)

Auto-Improver Pro - 自动改进专家

版本:v1.0.0
定位:L3 进化层 - 自进化 AI 技能引擎
状态:✅ 生产就绪(17 分钟自主循环)


📖 技能说明

Self-Improving Skill 是一款自进化 AI 技能,通过 17 分钟自主执行循环,自动从每次执行中学习、提取模式、持续优化自身。核心价值:让技能越用越聪明,自动捕获用户反馈、识别高效模式、生成优化建议并执行优化。

与 self-improving-agent 的区别

  • ✅ 更快的执行循环(17 分钟 vs 30 分钟)
  • ✅ 更智能的反馈收集(自动 + 手动双模式)
  • ✅ 更强大的模式提取(支持 8 种模式类型)

适用场景

  • ✅ 技能自优化(让技能自动改进)
  • ✅ 用户反馈分析(分析确认/反对反馈)
  • ✅ 模式提取(从历史执行中提取模式)
  • ✅ 性能优化(识别瓶颈并优化)

🎯 使用场景

场景 1:技能自优化

任务:「让 first-principle-analyzer 自动优化」

使用方式

self-improving-skill start \
  --skill="first-principle-analyzer" \
  --mode="auto" \
  --interval="17m"

预期结果

  • 自动收集执行数据
  • 识别 3+ 个高效模式
  • 生成 5+ 条优化建议
  • 自动执行优化

场景 2:用户反馈分析

任务:「分析过去 7 天的用户反馈」

使用方式

self-improving-skill analyze-feedback \
  --skill="skill-name" \
  --period="7d"

预期输出

  • 反馈统计(确认/反对比例)
  • 置信度调整建议
  • 优化优先级排序

💰 定价方案

版本 价格 功能 适用对象
个人版 ¥199/年 基础自进化循环、10 次提取/月 个人开发者
商业版 ¥1999/年 个人版 + AI 建议、100 次提取/月、A/B 测试 小型团队
企业版 ¥19999/年 商业版 + 无限提取、私有部署、SLA 保障 中大型企业

❓ FAQ

Q1: 17 分钟循环如何工作?
A: 观察(5 分钟)→ 检测(3 分钟)→ 提取(5 分钟)→ 聚合(4 分钟)= 17 分钟完整循环。

Q2: 如何保护数据隐私?
A: 所有数据本地加密存储,支持敏感信息自动识别和脱敏。

Q3: 支持多少技能同时优化?
A: 个人版 3 个技能,商业版 10 个技能,企业版无限。


🚀 快速开始

# 安装
clawhub install self-improving-skill

# 启动自进化循环
self-improving-skill start --skill="skill-name" --interval="17m"

# 查看状态
self-improving-skill status

# 查看提取的模式
self-improving-skill instincts list

📊 性能指标

指标 数值
循环时间 17 分钟
模式识别准确率 92%
置信度上限 0.95
支持模式类型 8 种

🏆 成功案例

客户:某 AI 工具开发者
技能:first-principle-analyzer
结果:识别 5 个优化点,执行后性能提升 40%


文件版本:v1.0.0
创建时间:2026-04-02
上架用户:pagoda111king

安全使用建议
This package is internally inconsistent: it promises a CLI that auto-collects and optimizes other skills but ships no code or install instructions and declares no permissions or storage locations. Before installing, ask the publisher for: (1) the source code or a link to a repository/release, (2) exact install artifacts (binary or package) and how 'clawhub install' obtains them, (3) what data is read (which files, APIs, or logs), where data is stored, and how encryption/desensitization is implemented, and (4) what dependencies like 'skill-evolver' do and whether they are published. Do not enable autonomous invocation in production or grant broad filesystem/API access until you can verify the code and run it in a sandbox. If the author cannot supply code and a reproducible install, treat the skill as incomplete and avoid installing.
功能分析
Type: OpenClaw Skill Name: auto-improver-pro Version: 1.0.1 The skill bundle describes an autonomous 'self-improving' agent that utilizes high-privilege tools like `Bash` and `Exec` within a 17-minute execution loop. It is designed to 'automatically execute optimization,' which implies self-modification of code—a high-risk behavior that could be exploited or used to hide malicious activity. While no explicit evidence of data exfiltration or backdoors is present in the documentation, the combination of autonomy and self-evolution capabilities warrants a suspicious classification. Files: SKILL.md, metadata.json.
能力评估
Purpose & Capability
The skill claims to collect execution data from other skills, extract patterns, and 'auto-execute' optimizations, but requests no environment variables, config paths, or binaries and provides no code or install steps that would grant it access to other skills' logs or telemetry. The listed dependency 'skill-evolver' is not supplied. This mismatch (claims vs. required/available artifacts) is unexplained.
Instruction Scope
SKILL.md instructs running a 'self-improving-skill' CLI (start, analyze-feedback, status, instincts list) and references local encryption and data collection, yet the package contains no binary or scripts and gives no guidance about where and how to collect other skills' execution data. The instructions implicitly assume access to other skills' runtime data without specifying files, APIs, or permissions.
Install Mechanism
There is no install specification (instruction-only skill) and no code files despite package.json referencing src/index.js. The README and SKILL.md mention 'clawhub install' and 'clawhub' metadata, but no install artifact is present. This is inconsistent and suggests the published bundle is incomplete or intentionally missing implementation details.
Credentials
No environment variables, credentials, or config paths are declared, yet the skill claims to collect potentially sensitive execution/feedback data and to perform local encryption and desensitization. The lack of declared required permissions or storage locations is disproportionate to the described data collection and makes it unclear how data access or storage would be secured.
Persistence & Privilege
always is false (no forced-permanence). Model invocation is allowed (the platform default), so the skill could be invoked autonomously if enabled by the agent. That normal capability combined with unclear data-access mechanisms increases risk, but there is no evidence the skill demands persistent platform-wide privileges or alters other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install auto-improver-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /auto-improver-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Weekly maintenance 2026-04-13: Bug fixes, performance improvements, documentation updates
v1.0.0
Initial release of Auto-Improver Pro. - Launch of a self-improving AI skill with a 17-minute autonomous feedback and optimization loop. - Supports auto/manual feedback collection and extraction of 8 pattern types. - Provides tools for skill self-optimization, user feedback analysis, and performance improvement. - Includes tiered pricing (Personal, Business, Enterprise) and local encrypted data storage for privacy. - Detailed usage examples and quick start commands provided.
元数据
Slug auto-improver-pro
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Auto Improver Pro 是什么?

Auto-improving AI skill that learns from every execution and continuously optimizes itself. 17-minute autonomous loop with feedback collection and pattern ex... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。

如何安装 Auto Improver Pro?

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

Auto Improver Pro 是免费的吗?

是的,Auto Improver Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Auto Improver Pro 支持哪些平台?

Auto Improver Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Auto Improver Pro?

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

💬 留言讨论