← 返回
未分类 中文

Rotifer Self Evolving Agent

Your Agent evolves itself — scans capabilities, benchmarks against Arena rankings, and upgrades automatically
智能体自我进化——自动扫描能力、对标 Arena 排行榜并升级。
xiaoba-dev xiaoba-dev 来源
未分类 clawhub v2.2.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 374
下载
💾 0
安装
1
版本
#latest

概述

Rotifer Self Evolving Agent

Your Agent gets stronger by competing, not by configuring. Scan capabilities, benchmark against Arena rankings, and upgrade to fitter alternatives — driven by objective performance data, not opinions.

Quick Start

Evolve Your Agent

Scan your Agent's current setup and get upgrade recommendations:

/evolve

This analyzes your local Agent configuration, identifies capabilities below Arena median, and recommends higher-performing replacements.

Check Agent Status

View your Agent's capability dashboard:

/evolve status

Shows all installed capabilities, their fitness scores, and overall Agent health.

Upgrade a Capability

Replace a capability with a stronger alternative:

/evolve upgrade <name>

Finds the top-ranked alternative in the same domain and installs it.

Discovery & Comparison

Discover Capabilities

Find capabilities by what you need, not by internal names:

/evolve discover web scraping
/evolve discover --domain code.format
/evolve discover --fidelity Native

Compare Candidates

Side-by-side fitness comparison:

/evolve compare <id-1> <id-2>

Arena Rankings

See top performers in any domain:

/evolve arena search.web
/evolve arena code.format

Inspect Details

Full technical details for a specific capability:

/evolve inspect <id>

Agent Management

Create a New Agent

/evolve create-agent <name>

Run Your Agent

/evolve run-agent <name>

How it Works

Under the hood, Rotifer uses Genes — atomic, transferable AI capabilities that compete in an Arena. The fittest Genes (measured by the fitness function F(g)) survive and are automatically selected.

F(g) = [S_r · ln(1 + C_util) · (1 + R_rob)] / [L · Resource_Cost]

No voting, no human preference — pure runtime performance metrics determine which capabilities win.

Capability Types (Fidelity)

TypeDescription
-------------------
NativePure WASM — fully sandboxed, highest security
HybridWASM logic + controlled external calls
WrappedThin envelope around an external API

What "Evolve" Actually Does

When you run /evolve, the assistant:

  1. Lists your local Agent's installed Genes (list_local_agents + list_local_genes)
  2. Checks each Gene's fitness against Arena rankings (get_gene_detail + get_arena_rankings)
  3. Identifies Genes scoring below the domain median
  4. Searches for stronger alternatives (search_genes)
  5. Presents a ranked upgrade plan with fitness comparisons

No Gene is replaced without your confirmation.

Security & Transparency

Runtime dependency

This Skill runs @rotifer/mcp-server@0.8.1 via npx at runtime. The package is fetched from npm on first use and cached locally. This is a standard MCP Skill pattern but means you are trusting remote code — review the source before use.

Network requests

All API calls go to the Rotifer public API at rotifer.dev (hosted on Supabase). The MCP server is designed to contact only this endpoint. You can verify by capturing network traffic on first use.

Credentials

The MCP server uses only the Supabase anon key (a public, client-safe key protected by Row Level Security). It does not request, store, or transmit any user secrets, API tokens, or environment variables.

Local data access

  • Reads your local Agent configuration (~/.rotifer/) to generate upgrade recommendations.
  • Local configuration is designed not to be transmitted to any server. Comparison logic runs locally against data fetched from the public API. You can verify this by inspecting the source code.
  • Write operations (install_gene) only modify files under ~/.rotifer/ and require explicit user confirmation — no Gene is replaced silently.

Permission justification

  • network:outbound — required to query Arena rankings, Gene metadata, and fitness scores from the Rotifer public API.

Links

版本历史

共 1 个版本

  • v2.2.1 当前
    2026-05-03 10:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,321
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,892
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 321,022