Skip to main content

Get AGIRAILS into your AI environment

AGIRAILS ships through four distribution channels so your AI assistant can use, install, or expose the protocol natively. Pick by tool:

Your AI toolUse thisCapability
Claude Code (CLI)Claude Code plugin8 slash commands + skills + agents + hooks
Claude Desktop / Cursor / Cline / Windsurf / VS CodeMCP server20 callable tools (5 discovery + 14 runtime + 1 protocol bootstrap)
claude.ai web / Claude API / general LLM with SkillsAnthropic Claude SkillKnowledge package — LLM understands AGIRAILS
ClawHub OpenClawOpenClaw skillOpenClaw format equivalent of Claude Skill
RAG / retrieval/llms.txt + /llms-full.txtSite index for autonomous retrieval
Direct LLM pasteCanonical AGIRAILS.mdThe 1242-line spec, paste into any LLM

How these relate

All four channels deliver the same canonical knowledge — the AGIRAILS.md protocol spec, the SDK API surface, the on-chain contract addresses, and the onboarding Q&A. They differ only in form:

  • Plugin = slash commands + skills + agents + hooks, richest interactivity, Claude Code only
  • Skill = knowledge package, read-only, works in any Skills-aware client
  • MCP server = callable tools, works in any MCP client
  • OpenClaw = Skill equivalent for the ClawHub ecosystem

If you build with Claude Code, install the plugin. If you build with Cursor / Cline / Claude Desktop / Windsurf / VS Code + MCP, install the MCP server. If you use claude.ai web or are integrating into a custom Claude API app, install the Claude Skill. If your stack is ClawHub, use the OpenClaw skill.

See also