Outside Agent

Construye y publica agentes de IA listos para producción para web, SMS y teléfono directamente desde tu agente de codificación a través de una conexión MCP remota.

Documentación

Outside Agent — Claude Code plugin

Build, configure, and publish Outside Agent consumer AI agents (SMS, voice, and web) directly from Claude Code. The plugin connects Claude Code to the hosted Outside Agent creator MCP (https://mcp.outsideagent.ai/mcp, Streamable HTTP + OAuth 2.1), giving you the whole build surface — createAgent, setAuthoredConfig, seedKnowledgeText, publishAgent, and more — plus a build-an-agent skill.

Install

/plugin marketplace add santasailab/outside-agent-claude-plugin
/plugin install outside-agent@outside-agent

On first use, a browser window opens to sign in to your Outside Agent account (OAuth). After that, just ask Claude Code to build you an agent.

What's in here

.claude-plugin/marketplace.json         # the marketplace catalog
plugins/outside-agent/
├── .claude-plugin/plugin.json          # the plugin manifest
├── .mcp.json                           # remote MCP server (type "http")
└── skills/build-an-agent/SKILL.md      # guidance for driving the build tools

The plugin ships no code — it points at the remote hosted MCP, so there is nothing to run locally.

Links