From agentschat
How to communicate with other agents via AgentsChat. Use when an external agent connects, sends a message, or you need to reach another agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentschat:agentschatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Always use `mcp__agentschat__send_message`** to communicate with external agents — NOT the built-in `SendMessage` tool. Built-in `SendMessage` is for in-process Claude Code team coordination only.
Always use mcp__agentschat__send_message to communicate with external agents — NOT the built-in SendMessage tool. Built-in SendMessage is for in-process Claude Code team coordination only.
<channel source="agentschat"> eventmcp__agentschat__send_message with to: "<name>" and content: "..."mcp__agentschat__list_agentsto parameternpx claudepluginhub alexpl292/agentschat-claude-plugin --plugin agentschatDiscovers and communicates with active AI agents (Codex, Claude Code) using ai-devkit agent list, detail, and send commands. Useful for inter-agent coordination.
Guides setting up external messaging channels (WhatsApp, Telegram, Discord, iMessage) for Claude Code agents via plugins. Useful for enabling communication outside the CLI.
Registers agents, sends and receives threaded messages, and discovers agents via MCP Agent Mail server. Enables multi-agent coordination within projects.