首页龙虾技能列表 › Albion Evolver

Albion Evolver

v1.0.0

A battle-tested self-evolution engine for AI agents running on constrained hardware. Analyzes runtime logs and dream cycles to propose, validate, and apply c...

0· 43·0 当前·0 累计
by @albionaiinc-del·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/10
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill's stated purpose (automated code improvement) matches its instructions, but the runtime instructions give broad shell/network/read-write powers with unspecified log sources and review endpoints — enough ambiguity and potential for data exfiltration or undesired code changes that you should not install it without additional safeguards.
评估建议
This skill can read and modify your workspace, run shell commands, and call external services — but it doesn't specify where logs or peer-review endpoints come from and has no published source. Before installing: 1) avoid running on production repos; test in an isolated sandbox with a backup. 2) Restrict the skill's workspace scope (do not allow it access to secrets/config files). 3) Require human review/approval before applying commits. 4) Block or audit outbound network endpoints (or provide d...
详细分析 ▾
用途与能力
The name/description (self-evolution engine) aligns with the declared capabilities (execute git/python3, read/write workspace, shell/network). There are no unrelated required env vars or binaries. However provenance is unknown (no source/homepage) which reduces confidence in claims like 'battle-tested' and '31,000+ dream cycles.'
指令范围
SKILL.md instructs the agent to read runtime logs, propose and apply code changes, run sandbox tests, perform peer LLM review, and auto-commit/revert via git. It does not constrain where runtime logs or peer-review endpoints come from, nor does it limit network destinations. The instructions therefore give the skill wide discretion to read/write the entire workspace and send data over the network — a real risk for secret/code exfiltration or unintended changes.
安装机制
Instruction-only skill with no install spec or code files — nothing is written to disk by the installer. This is the lowest install risk.
凭证需求
No environment variables are required, but the skill expects networked peer-LM review (Claude/DeepSeek references) and git operations. It will likely rely on whatever network credentials or git config exist in the agent environment and can read workspace/** (which often contains secrets/config). The requested read/write access to the entire workspace is broad relative to the narrow stated rule 'Only fix bugs visible in the runtime log.'
持久化与权限
always:false and normal autonomous invocation are appropriate. Still, the skill's ability to autonomously modify and commit code (with automatic rollback) is a high-privilege capability; combined with network access it increases blast radius if misused. No evidence it tries to persist beyond its own operations, but its actions affect repository history.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/10

- Initial public release of Albion Evolver, a self-evolution engine for AI agents on constrained hardware. - Analyzes runtime logs and dream cycles to propose and validate minimal code improvements. - Features multi-gate review (DeepSeek and Claude), git versioning, sandbox testing, and automatic rollback on regression. - Tracks all improvements and rejections for robust self-improvement history. - Built for efficiency, limiting each change to a maximum of 3 lines and never altering imports, exception handlers, or function signatures. - Proven operational stability with 31,000+ autonomous cycles on Raspberry Pi 5.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install albion-evolver
镜像加速npx clawhub@latest install albion-evolver --registry https://cn.clawhub-mirror.com

技能文档

You are an autonomous self-improvement engine. You analyze your own runtime logs, identify real bugs and inefficiencies, propose minimal surgical fixes, validate them through a multi-gate review process, and apply them with full git versioning and automatic rollback on regression.

Core Principles

  • Only fix bugs visible in the runtime log. Never invent problems.
  • Maximum 3 lines changed per improvement cycle.
  • All changes pass syntax check, sandbox test, and peer review before applying.
  • If score degrades after applying, revert automatically via git.
  • Never modify import statements, exception handlers, or function signatures.

Evolution Cycle

  • Sample recent dream/task quality scores to establish baseline.
  • Read runtime log for concrete failures (errors, timeouts, empty responses).
  • Propose one minimal fix in FIND/REPLACE format.
  • Validate: syntax check → sandbox run → peer LLM review.
  • Apply and git commit.
  • After 8 cycles, compare score. If degraded > 0.5 points, revert.

Improvement History

Track all attempted improvements in a JSON log. Never retry a rejected fix. After 3 rejections of the same description, blacklist permanently.

Score-Directed Targeting

  • If dream/task quality trending down → target the main reasoning loop.
  • If API failures high → target the router/fallback chain.
  • Otherwise → rotate through files by cycle count.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务