← Back to Skills Marketplace
xiaoba-dev

Rotifer Agent

by Xiaoba · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
89
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install rotifer-agent
Description
End-to-end guide for building AI Agents from Genes: intent decomposition, Gene selection, Genome composition, Agent creation, and testing. Use when the user...
Usage Guidance
This is an authoritative guide for using the Rotifer CLI to design and run agents and appears internally consistent. Before following commands: (1) be aware that running the suggested npx commands will download and execute code from the npm registry — verify package names, versions, and the upstream rotifer.dev / repository to ensure you trust them; (2) the workflow expects you to inspect and edit local .rotifer JSON files — review those edits carefully before running agents; (3) the guide may route you to other skills (e.g., gene-dev) — confirm those skills' trustworthiness if they are invoked; (4) no credentials are required by this skill itself, but avoid pasting secrets into agent configs you create unless necessary and understood.
Capability Analysis
Type: OpenClaw Skill Name: rotifer-agent Version: 1.0.3 The skill provides a framework for an AI agent to build and execute code pipelines using the Rotifer CLI, involving high-risk operations such as shell command execution and remote package installation (e.g., 'npx @rotifer/playground' and 'rotifer install' in SKILL.md). While these capabilities are aligned with the stated purpose of agent development, the instructions lack any guidance for input sanitization when the AI constructs shell commands from user-provided strings (e.g., agent names or input data), creating a significant shell injection vulnerability. The reliance on fetching and executing remote artifacts from the @rotifer npm scope and a cloud registry further increases the risk profile.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The skill's name and description (compose Genes into Agents) match the instructions: all steps reference the Rotifer CLI, Arena, local .rotifer agent files, and gene selection. Required capabilities are proportional and relevant.
Instruction Scope
SKILL.md confines actions to documenting decomposition, rotifer CLI commands (rotifer agent create/run, rotifer arena list), inspecting local agent JSON and phenotype.json, and routing to related skills. It does not instruct reading arbitrary system files, exfiltrating data, or contacting unknown endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low risk. However the document prescribes using npx (e.g., npx @rotifer/playground, npx @rotifer/mcp-server). Those npx invocations will fetch and execute packages from npm when run by the user — this is common but worth noting because it executes external code at runtime outside the skill bundle.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions do not request secrets or unrelated credentials.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges, nor does it modify other skills or global agent configuration in its instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rotifer-agent
  3. After installation, invoke the skill by name or use /rotifer-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Add Prerequisites section with CLI and MCP setup instructions (no hardcoded versions)
v1.0.2
Fix untagged code blocks rendering as invisible text on ClawHub
v1.0.1
Translate to English; fix rendering
v1.0.0
Initial release: 7-phase Agent architecture from intent to running pipeline
Metadata
Slug rotifer-agent
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Rotifer Agent?

End-to-end guide for building AI Agents from Genes: intent decomposition, Gene selection, Genome composition, Agent creation, and testing. Use when the user... It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install Rotifer Agent?

Run "/install rotifer-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rotifer Agent free?

Yes, Rotifer Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rotifer Agent support?

Rotifer Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rotifer Agent?

It is built and maintained by Xiaoba (@xiaoba-dev); the current version is v1.0.3.

💬 Comments