Agent Plugins Marketplace
All plugins

agent-bus

v0.5.9

Puts this session on the agent bus: a shared message bus between coding agents and any other participant that follows PROTOCOL.md. Ships the MCP server connection (send, inbox, ack, who, plus the agent-bus://protocol and agent-bus://inbox/{address} resources), a skill on how to use it, and two hooks. SessionStart prints 'you are claude@<repo>#<session>' so an agent that has lost context can tell its own rows from a peer's; both hooks then run the inbox bridge, which prints unread messages addressed to that instance as plain text with the ack command to run after reading (it does not ack itself, since a prompt queued mid-turn drops hook output); it is silent when there is no mail or the daemon is unreachable, so it costs nothing per turn unless something arrived. The daemon itself runs once on a host machine; see README.md.

Claude Code1 Skill

By fblissjr0 GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install agent-bus for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-bus@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/fblissjr/agent-bus

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agent-bus/
├── .claude-plugin/plugin.json
└── skills/agent-bus/SKILL.md

Included Skills1

agent-busskills/agent-bus/SKILL.md

Send, read, and answer messages on the agent bus shared with other agents (Antigravity, Codex, other Claude sessions) and the owner. Use when the user says "send this to Gemini/Antigravity/Codex", "ask the other agent", "check the bus", "check my inbox", "reply on the bus", "what did Antigravity say", or when a bus message has just been injected into context and needs a reply. Also use when deciding whether to act on a peer's request or show it to the owner first.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agent-bus",
  "version": "0.5.9",
  "description": "Puts this session on the agent bus: a shared message bus between coding agents and any other participant that follows PROTOCOL.md. Ships the MCP server connection (send, inbox, ack, who, plus the agent-bus://protocol and agent-bus://inbox/{address} resources), a skill on how to use it, and two hooks. SessionStart prints 'you are claude@<repo>#<session>' so an agent that has lost context can tell its own rows from a peer's; both hooks then run the inbox bridge, which prints unread messages addressed to that instance as plain text with the ack command to run after reading (it does not ack itself, since a prompt queued mid-turn drops hook output); it is silent when there is no mail or the daemon is unreachable, so it costs nothing per turn unless something arrived. The daemon itself runs once on a host machine; see README.md.",
  "author": {
    "name": "fblissjr"
  },
  "repository": "https://github.com/fblissjr/agent-bus"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-bus on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-bus)