cc-multi-cli-plugin
Health Uyari
- License — License: Apache-2.0
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Basarisiz
- fs.rmSync — Destructive file system operation in plugins/multi/scripts/acp-broker.mjs
- process.env — Environment variable access in plugins/multi/scripts/acp-broker.mjs
- fs.rmSync — Destructive file system operation in plugins/multi/scripts/app-server-broker.mjs
Permissions Gecti
- Permissions — No dangerous permissions requested
This plugin bridges Claude Code with multiple external AI coding assistants (Codex, Gemini, Cursor, Copilot, Qwen) using their native communication protocols. It allows a single agent to delegate tasks like research, debugging, and code writing to whichever CLI is best suited for the job.
Security Assessment
The overall security risk is Medium. The tool acts as a broker between various AI CLIs, which inherently requires broad system access to manage background jobs, routing, and configurations. The code contains destructive file system operations (`fs.rmSync`) in its broker scripts, which are used for cleaning up temporary files or processes but could be dangerous if manipulated. Additionally, the scripts read environment variables to function. It does not appear to request overtly dangerous standalone permissions or contain hardcoded secrets, but its core function of orchestrating external applications involves significant system privileges and local network traffic.
Quality Assessment
The project is actively maintained, with its most recent update occurring today. It uses a standard, permissive open-source license (Apache-2.0) and features clear, comprehensive documentation. However, community trust and visibility are currently very low. The repository has only 6 GitHub stars, indicating that the codebase has not been broadly reviewed or battle-tested by the open-source community.
Verdict
Use with caution — the plugin is actively maintained and well-documented, but its low community adoption and use of destructive file operations warrant a careful code review before installing in sensitive environments.
Claude Code plugin: delegate to Codex, Gemini, Cursor, GitHub Copilot, and Qwen CLIs via their native protocols (ACP, ASP). Use /gemini:research, /cursor:debug, /codex:execute, /copilot:review and more — Claude can also auto-dispatch.

cc-multi-cli-plugin
If you have access to multiple AI coding CLIs (Codex, Gemini, Cursor, Copilot, etc.), this plugin lets Claude Code delegate to whichever one is best for the task — without you having to switch tools or run them yourself.
Each CLI is wired up through its native protocol (ACP, ASP, JSON-RPC). This allows you to pick and choose all the best features from each CLIs; like /debug mode from Cursor, /research from Copilot, etc... Sessions, streaming, tool calls, and background jobs all work normally.
Install
Paste into Claude Code:
/plugin marketplace add https://github.com/greenpolo/cc-multi-cli-plugin
/plugin install multi@cc-multi-cli-plugin
/multi:setup
/multi:setup detects which CLIs you have, installs the matching sub-plugins, and wires Exa + Context7 MCPs into each.
Skills Included:
Two skills ship with the plugin:
multi-cli-anything — adds ANY CLI (Qwen, Aider, OpenCode, anything that speaks ACP) as a subagent that Claude can invoke at will. Claude scaffolds the new plugin in the marketplace.
customize — change which CLI handles what. "Make Gemini the writer instead of Cursor." Claude does the file edits, reinstalls, and tells you what restarts are needed.
Just ask Claude in plain English. The skills activate automatically.
Commands
/gemini:research |
Deep research with Gemini's 1M-token context |
/gemini:explore |
Fast codebase exploration (Gemini 3 Flash) |
/codex:execute |
Hand a plan step to Codex |
/cursor:write |
Bulk code writing |
/cursor:plan |
Design an approach before coding |
/cursor:debug |
Hypothesis-driven debugging |
/copilot:research |
GitHub + web investigation |
/copilot:review |
GitHub-context code review |
/copilot:plan |
Copilot's plan mode |
Claude can also auto-dispatch to these without you typing the command.
All of them are interchangeable, and can be altered to whatever you want using the /customize skill.
Known issues
These are upstream CLI bugs the plugin can't fully fix, but works around where possible. If you hit something not listed, set ACP_TRACE=1 and check stderr — that reveals which JSON-RPC traffic is or isn't crossing the wire.
Cursor
agent acp2026.04.17 — Terminal/MCP regression. TheTerminal(execute) tool can stick atin_progressforever, and MCP tools silently fail. Cursor staff has acknowledged it. The plugin auto-injects a permissive allowlist into~/.cursor/cli-config.jsonwhich keeps simple shell exec working; complex multi-tool runs may still hang. To pin an older Cursor build:export CURSOR_AGENT_PATH=<path-to-old-build>. (forum)Cursor
agent acp—mcpServersignored. MCP servers passed via ACPsession/neware silently dropped inagent acpmode (per Cursor staff). The plugin still wires them — they're consumed correctly by Gemini, Copilot, and Qwen — and falls back to Cursor's own~/.cursor/mcp.jsonfor Cursor. (forum)Cursor
agent acp—session/request_permissionnot sent. Cursor's permission gate runs out-of-band againstcli-config.jsoninstead of the ACP-standard request flow. The plugin handles both paths (auto-approve and allowlist injection). (forum)
When upstream CLIs fix any of the above, the plugin needs no changes — the workarounds become benign.
License
Apache 2.0. See NOTICE for upstream credits.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi