Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

rotifer-self-evolving-agent轮虫自我进化剂

Agent Skill

rotifer-self-evolving-agent 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,975

周安装

164

GitHub Stars

公开资料未说明

下载量

1,299
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rotifer-self-evolving-agent(轮虫自我进化剂)
来源仓库:https://github.com/xiaoba-dev/rotifer-self-evolving-agent
安装命令:
openclaw skills install rotifer-self-evolving-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install rotifer-self-evolving-agent

简介

rotifer-self-evolving-agent 实现代理自动扫描与升级,用于研究检索优化。

  • 适用于 OpenClaw 中持续改进 Agent 功能与性能的场景。
  • 通过 clawhub 安装,命令为 openclaw skills install rotifer-self-evolving-agent。
  • 安装前需评估自动更新对系统稳定性的影响,确认权限边界。
  • 建议查阅 README 了解基准测试规则和升级触发条件。

SKILL.md

name
rotifer-self-evolving-agent
version
2.2.1
description
Your Agent evolves itself — scans capabilities, benchmarks against Arena rankings, and upgrades automatically
author
rotifer-protocol
permissions
triggers
mcp
server
command
npx
args

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.29%
按下载量换算1,160

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills