rotifer-evolving-agent
v1.0.0localskills install v3Pxc9Pfrm0 installs
Created Mar 28, 2026
No reviews yet
Alex
Skill Content
# Self-Evolving Agent Your Agent gets stronger by competing, not by configuring. Scan capabilities, benchmark against [Arena rankings](https://rotifer.dev), 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 ``` /evolve status ``` Shows all installed capabilities, their fitness scores, and overall Agent health. ### Upgrade a Capability ``` /evolve upgrade <name> ``` Finds the top-ranked alternative in the same domain and installs it. ## Discovery & Comparison ### Discover Capabilities ``` /evolve discover web scraping /evolve discover --domain code.format /evolve discover --fidelity Native ``` ### Compare Candidates ``` /evolve compare <id-1> <id-2> ``` ### Arena Rankings ``` /evolve arena search.web /evolve arena code.format ``` ## 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. ## Links - [Developer Portal](https://rotifer.dev) - [Capability Marketplace](https://rotifer.ai) - [Protocol Specification](https://github.com/rotifer-protocol/rotifer-spec) - [MCP Server](https://www.npmjs.com/package/@rotifer/mcp-server)
Reviews
No reviews yetNo reviews yet. Be the first!
Comments (0)
No comments yet. Start the discussion!