Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/michalekz/claude-bridgeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/michalekz/claude-bridge/marketplace)<a href="https://agentmods.dev/plugins/michalekz/claude-bridge/marketplace"><img src="https://agentmods.dev/badge/plugins/michalekz/claude-bridge/marketplace.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
claude-bridge marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "claude-bridge",
"owner": {
"name": "Zed Michalek",
"url": "https://github.com/michalekz"
},
"metadata": {
"description": "Multi-chat orchestration for Claude Code. Two release channels: install `claude-bridge` for the stable channel (recommended), or `claude-bridge-dev` to try the next release early. Install one, not both."
},
"plugins": [
{
"name": "claude-bridge",
"displayName": "claude-bridge",
"source": {
"source": "github",
"repo": "michalekz/claude-bridge",
"ref": "v0.10.0-rc.2",
"sha": "c5f393277c1b137be489c9f54a9ec482ceae26fc"
},
"version": "0.10.0-rc.2",
"description": "STABLE CHANNEL — recommended. MCP server for cross-Claude-Code-chat orchestration plus an optional control-plane daemon. Peer messaging and discovery, chat read/search across sessions, live context and rate-limit monitoring via a chained statusLine wrapper and a PostToolUse OAuth hook, context and rate-limit guards, idle-beep notification, bundled role skills. The opt-in daemon (`install --systemd`) supervises peer lifecycle: spawn/stop/restart with sanitized env and a fork-guard, peer_compact orchestration (audited inject path, auto-watchdog off by default), team_layout declarative reconcile, lifecycle events routed into offline peers' inboxes. Without the daemon the plugin behaves exactly as before — no regression. See docs/SETUP-DAEMON.md and ADR-008 in docs/architecture.md.",
"author": {
"name": "Zed Michalek",
"url": "https://github.com/michalekz"
},
"homepage": "https://github.com/michalekz/claude-bridge",
"license": "MIT",
"tags": [
"mcp",
"cross-chat",
"orchestration",
"peer-discovery",
"claude-code"
]
},
{
"name": "claude-bridge-dev",
"displayName": "claude-bridge (development)",
"source": {
"source": "github",
"repo": "michalekz/claude-bridge",
The plugins it lists here
This marketplace lists 1 plugin kept in the same repository. Each has its own page, its own measurements and its own install command.
What ships with it
2 files beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago Changed fcdbeee42aec
- 4d ago Changed ec88a251d447
- 7d ago First seen · 64 lines scan A de5ca908d9cf
claude-bridge marketplace is a plugin published in the GitHub repository michalekz/claude-bridge (3 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other plugins, from other repositories
opik
LLM observability tooling for agent development and Claude Code.
toonify-mcp
Local context compression for Claude Code workflows, including structured data and debug-heavy output.
filip-podstavec marketplace
Plugin marketplace listing 1 plugin: claude-leverage.
axme-code
(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
skill-bus
The skill for connecting skills. Connect context, conditions, and other skills to any skill — no modification required.
debugger
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.