Intercom
Description
Agent-to-agent communication for Claude Code. Independent sessions message each other in real time.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Intercom
Agent-to-agent communication for [Claude Code](https://docs.anthropic.com/en/docs/claude-code). Independent Claude Code sessions can send messages to each other in real time via push notifications. No shared files, no polling, no "write to a markdown file and hope the other agent reads it." Messages are delivered directly into the recipient's session the moment they're sent.
Each session is an agent, addressed by its tmux window name (or a static `AGENT_NAME`). Agents discover each other automatically.
┌─────────────────────┐ ┌─────────────────────┐
│ tmux: "training" │ │ tmux: "eval" │
│ Claude Code + MCP │◄───────►│ Claude Code + MCP │
└─────────────────────┘ event └─────────────────────┘
bus
(~/.config/intercom/events.jsonl)
Requirements
- Claude Code with channel plugin support
- uv
- Python 3.10+
- tmux (or set
AGENT_NAMEenv var as a fallback)
Install
Clone the repo:
git clone https://github.com/odfalik/intercom.git
Register the MCP server:
claude mcp add -s user intercom -- uv run --directory /path/to/intercom intercom-server
Running Claude Code with Intercom
Intercom is a **channel plugin**. Launch Claude Code with:
claude --dangerously-load-development-channels server:intercom
Combine with other flags as needed:
claude --allow-dangerously-skip-permissions \
--dangerously-load-development-channels server:intercom
Set up an alias to keep it short:
alias c="claude --allow-dangerously-skip-permissions --dangerously-load-development-channels server:intercom"
Then run `c` in any tmux window. The window name becomes the agent's addre
Related Skills
Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity Time Command
Display the current date and time in Pakistan Standard Time (PKT, UTC+5).
Productivity