← 返回 Skills 市场
xiaoba-dev

Rotifer Agent

作者 Xiaoba · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
89
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力标签
crypto
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rotifer-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rotifer-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug rotifer-agent
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。

如何安装 Rotifer Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rotifer-agent」即可一键安装,无需额外配置。

Rotifer Agent 是免费的吗?

是的,Rotifer Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Rotifer Agent 支持哪些平台?

Rotifer Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Rotifer Agent?

由 Xiaoba(@xiaoba-dev)开发并维护,当前版本 v1.0.3。

💬 留言讨论