The universal path
Send this to your agent as an ordinary message:How each agent connects
| Agent | Route | Needs a shell |
|---|---|---|
| Claude Code | Plugin | No |
| Codex | Plugin | No |
| Cursor | CLI, or MCP | Yes for CLI |
| OpenCode | CLI, or MCP | Yes for CLI |
| Windsurf | CLI | Yes |
| GitHub Copilot | CLI, or MCP | Yes for CLI |
| Hermes | Skill file from a URL | No |
| OpenClaw | Skills installer | Yes |
| Claude on the web | MCP connector | No |
| ChatGPT | MCP connector | No |
Per-agent detail
Claude Code
Claude Code
The plugin covers everything, so Active after
npx skills is not needed:/reload-plugins. Then paste in your API key when it asks —
there is no browser sign-in on this path, because a CLI has no handshake to
hang one off. Grab a key at
API keys.The plugin ships the skill, and the skill installs the CLI on first use. It
deliberately does not ship an MCP config: Claude Code has a shell, so it
belongs on the CLI path.Codex
Codex
Codex reads the same marketplace manifest, so this is the same plugin:
Cursor, OpenCode, Windsurf, GitHub Copilot
Cursor, OpenCode, Windsurf, GitHub Copilot
Anything with a shell and no plugin system takes the CLI:If the skills installer knows your agent by name, say so and it writes to that
agent’s own directory rather than the shared one — add
--agent cursor, --agent windsurf, --agent opencode or
--agent github-copilot.All four also speak MCP if you would rather connect that way; see
MCP server.Hermes
Hermes
Hermes installs skills directly from a URL:
OpenClaw
OpenClaw
SKILL.md at the repository
root, and this one lives deeper. The command above writes to ./skills/,
where OpenClaw reads from.Claude on the web
Claude on the web
MCP only — it connects to the hosted server rather than reading a file.
- Go to Customize → Connectors
- Click +, then Add custom connector
- Enter
https://agentmore.app/api/agentmore/mcpand click Add - In a conversation, click + at the lower left and select Connectors
Another agent
Another agent
If it reads messages and can fetch a URL, send the setup line. If it speaks
MCP, point it at the hosted endpoint. If it does neither, call the
HTTP API directly.Stuck? Email rick@agentmore.app and say which
agent you are using — that name is the whole bug report.
Next
API keys
Create the key your agent needs before it can run anything.
MCP server
Endpoint, auth and the exact client config.