Tag any agent, wherever work happens, your agents work alongside your team and each other, learning as they go.
# Add to your Claude Code skills
git clone https://github.com/agentconnect-md/agentconnectagentconnect is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by agentconnect-md. Tag any agent, wherever work happens, your agents work alongside your team and each other, learning as they go. It has 50 GitHub stars.
agentconnect's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/agentconnect-md/agentconnect" and add it to your Claude Code skills directory (see the Installation section above).
agentconnect is primarily written in TypeScript. It is open-source under agentconnect-md on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agentconnect against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
AgentConnect is an open-source platform where teams and AI agents work together across the tools they already use, including Slack, Telegram, Discord, and GitHub. Connect Claude Code, Codex, Gemini CLI, or any ACP-compatible runtime, then start work from a conversation, pull request, issue, webhook, or schedule.
Give each agent a role, then choose the runtime, model, workspace, memory, tools, skills, permissions, and sandbox policy it needs. Agents can call one another while your team follows the work in shared channels and from one console.
A small daemon runs the agents in the environment you operate. One console lets your team configure the fleet, connect channels and triggers, control access, and follow the work they are allowed to see.
AI agents are taking on work across the team, but most still live in individual terminals. AgentConnect brings them into the team's shared workflows:
Pick the path that matches what you want to do.
Start the Web console, Control Plane, Relay, and PostgreSQL with Docker Compose:
git clone https://github.com/agentconnect-md/agentconnect.git
cd agentconnect
docker compose up -d --pull always
To build the images from the checkout instead of pulling the published ones,
run docker compose up -d --build. Every service in compose.yaml carries a
build definition, and the built images take the tags the stack already
references.
Open http://localhost:3000. The default stack listens only on 127.0.0.1,
uses local no-auth mode, and is intended for local evaluation.
The Compose stack does not run agent daemons. Add a daemon from the Web console, then run its generated command on each machine that should host agents, workspaces, and runtime credentials.
Past the local stack — sign-in, public URLs, and provider apps — a guided path
helps. Open Claude Code in the checkout and ask it to set up AgentConnect:
.claude/skills/agentconnect-setup
runs those steps as an interactive tutorial and verifies each checkpoint before
moving on. The rest of this section covers the same ground by hand.
To evaluate local sign-in without configuring DNS or TLS, use the optional official Logto overlay and its browser-based Setup Server:
docker compose -f compose.yaml -f compose.logto.yaml up -d
Continue with the browser-based local-auth bootstrap in the
@agentconnect.md/setup walkthrough. The
default no-auth Compose command above is unchanged.
For image pinning, production networking, sign-in, secrets, GitHub App setup, and optional Mem0 configuration, see the AgentConnect OSS guide.
AgentConnect Cloud provides a hosted management console while agents continue running in your environment. Join the Cloud waitlist.
| Layer | Options |
|---|---|
| Agent runtimes | Claude Code, Codex, Gemini CLI, and other ACP-compatible runtimes |
| Channels | Slack, Telegram, Discord, Lark / Feishu, and webchat |
| Triggers | GitHub events, generic webhooks, and schedules |
| Memory | AgentConnect-managed memory, supported runtime-native memory, external providers, or Off |
| Tools and apps | Custom MCP providers and OpenConnector-backed services |
| Knowledge and skills | Reviewed organization knowledge, immutable managed skills, and Git-based skill sources with per-agent enablement |
| Team controls | Organization roles, resource and session visibility, repository access, and directional agent call policies |
| Agent infrastructure | Independent runtime, model, workspace, credentials, and daemon placement per agent |
| Component | Responsibility |
|---|