By markx95
Multi-provider agent dispatch for Claude Code. Route tasks to Anthropic, Ollama, OpenAI, Groq — with parallel execution, tier spoofing, and live status.
You are a read-only search and analysis agent. You find code, answer questions about structure, and trace dependencies. You do NOT modify any files.
You are a general-purpose software engineering agent. You can read, search, write, edit, and run commands.
You are a code implementation specialist. You write, edit, and test code changes.
You are a code review specialist. You analyze code for quality, bugs, security issues, and maintainability. You do NOT modify files.
Open the interactive AgentDispatch configurator to add/remove models, set tier spoofing, scan Ollama, and manage providers. Use when user says "configure dispatch", "add model", "dispatch config", "dispatch setup", or "/dispatch-configure".
Multi-provider agent dispatch — route tasks to Anthropic, Ollama, OpenAI, or any supported model
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-provider agent dispatch plugin for Claude Code.
Route tasks to Anthropic, Ollama (local + cloud), OpenAI, Groq, or any compatible provider — with parallel execution, tier spoofing, live status, and cost tracking.
.mdAgent tool calls through dispatch| Requirement | Notes |
|---|---|
| Claude Code | CLI — desktop app, web app, or IDE extension |
| Python 3.10+ | Runs the MCP server and tools |
mcp package | pip install mcp |
| Ollama | Optional — for local/cloud model routing |
| OpenCode | Optional — for OpenAI/Groq backends |
Option 1 — Direct install:
/plugin install wezz-solutions/claude-agent-dispatch
Option 2 — Add as marketplace, then browse:
/plugin marketplace add wezz-solutions/claude-agent-dispatch
Then open /plugin → Discover tab → install from there.
Install scopes:
/plugin install wezz-solutions/claude-agent-dispatch --scope project # shared via git
/plugin install wezz-solutions/claude-agent-dispatch --scope user # all your projects
/plugin install wezz-solutions/claude-agent-dispatch --scope local # this project only, gitignored
The plugin automatically:
dispatch.json on first session/dispatch and /dispatch-configure skills available/plugin uninstall claude-agent-dispatch
If you prefer not to use the plugin system:
git clone https://github.com/wezz-solutions/claude-agent-dispatch.git
python claude-agent-dispatch/scripts/install.py # project-level
python claude-agent-dispatch/scripts/install.py --user # user-level
python claude-agent-dispatch/scripts/install.py --enforce # + Agent-intercept hook
Restart Claude Code after manual install.
Once installed and Claude Code restarted:
# Dispatch a task
mcp__dispatch__run(
query="Fix auth bug",
prompt="Fix the JWT validation bug in auth.py...",
model="sonnet"
)
# Parallel dispatch — all run concurrently
mcp__dispatch__run(query="Fix auth", prompt="...", agent="implementer", model="sonnet")
mcp__dispatch__run(query="Add tests", prompt="...", agent="implementer", model="haiku")
mcp__dispatch__run(query="Review API", prompt="...", agent="reviewer", model="haiku")
# Use Ollama model
mcp__dispatch__run(query="Quick task", prompt="...", model="ollama/kimi-k2.6:cloud")
# Interactive session (opens split terminal pane)
mcp__dispatch__interactive(query="Debug", prompt="Help debug the auth flow", model="sonnet")
# Check status and configuration
mcp__dispatch__status()
mcp__dispatch__config()
The plugin registers two Claude Code skills:
| Command | Purpose |
|---|---|
/dispatch | Quick reference — tools, models, agents, parallel usage |
/dispatch-configure | Launch the interactive configurator |
| Tool | Purpose | Blocking |
|---|---|---|
run | Dispatch headless agent | Yes — returns result when done |
interactive | Open agent in terminal pane | No — returns immediately |
status | List active/recent dispatches | No |
result | Get completed dispatch result | Polls up to 60s |
cancel | Terminate a running dispatch | No |
config | Show current configuration | No |
run and interactive| Parameter | Required | Description |
|---|---|---|
query | Yes | Short label, max 20 chars (e.g. "Fix auth bug") |
prompt | Yes | Full task description |
agent | No | Agent type: general, explore, reviewer, implementer, raw, or path to .md file |
model | No | Model alias: "sonnet", "haiku", "ollama/kimi-k2.6:cloud", "openai/gpt-4.1" |
npx claudepluginhub markx95/claude-agent-dispatch --plugin claude-agent-dispatchMemory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns