By agentic-box
Orchestrate multiple AI coding agents (OpenAI Codex, Google Gemini, OpenCode) in parallel or adversarial sessions for code review, debugging, large-codebase analysis, and architectural deliberation
Delegate code review, debugging, PRD writing, and implementation tasks to OpenAI Codex. Best for focused code analysis, bug finding, and technical writing.
Get multiple AI perspectives via Council deliberation. Use for architectural decisions, complex trade-offs, and when consensus or diverse viewpoints matter.
Delegate large codebase analysis, long document processing, and multimodal tasks to Google Gemini. Best for 1M token context, image/video analysis, and comprehensive exploration.
Intelligent task router that delegates to the optimal AI agent (Codex, Gemini, or Council) based on task characteristics. Use when unsure which agent is best.
Start an OpenAI Codex CLI session for deep reasoning and code analysis
Consult the AI council (Codex + Gemini + OpenCode) for multi-perspective answers
Council critique mode - agents find bugs and flaws in each other's answers
Start a Google Gemini CLI session with 1M context for large codebase analysis
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.
Get a second opinion without leaving Claude Code.
Different AI models have different strengths and blind spots. Owlex lets you query Codex, Gemini, OpenCode, ClaudeOR, and AiChat directly from Claude Code - and optionally run a structured deliberation where they review each other's answers before Claude synthesizes a final response.

Use it for architecture decisions, debugging tricky issues, or when you want more confidence than a single model provides. Not for every question - for the ones that matter.

uv tool install git+https://github.com/agentic-mcp-tools/owlex.git
Add to .mcp.json:
{
"mcpServers": {
"owlex": {
"command": "owlex-server"
}
}
}
council_ask prompt="Should I use a monorepo or multiple repos for 5 microservices?"
Options:
claude_opinion - Share your initial thinking with agentsdeliberate - Enable Round 2 revision (default: true)critique - Agents critique each other instead of reviseroles - Assign specialist roles (dict or list)team - Use a predefined team presettimeout - Timeout per agent in seconds (default: 300)Agents can operate with specialist perspectives that shape their analysis:
| Role | Description |
|---|---|
security | Security analyst - vulnerabilities, auth, data protection |
perf | Performance optimizer - efficiency, caching, scalability |
skeptic | Devil's advocate - challenge assumptions, find edge cases |
architect | System architect - design patterns, modularity, APIs |
maintainer | Code maintainer - readability, testing, tech debt |
dx | Developer experience - ergonomics, documentation, errors |
testing | Testing specialist - coverage, strategies, edge cases |
neutral | No role injection (default) |
Assign roles explicitly:
council_ask prompt="Review this auth flow" roles={"codex": "security", "gemini": "perf"}
Auto-assign from list (in agent order: codex, gemini, opencode, claudeor, aichat):
council_ask prompt="Review this code" roles=["security", "skeptic", "maintainer"]
Predefined role combinations for common scenarios:
| Team | Codex | Gemini | OpenCode | ClaudeOR | AiChat |
|---|---|---|---|---|---|
security_audit | security | skeptic | architect | dx | testing |
code_review | maintainer | perf | testing | dx | security |
architecture_review | architect | perf | maintainer | dx | skeptic |
devil_advocate | skeptic | skeptic | skeptic | skeptic | skeptic |
balanced | security | perf | maintainer | dx | testing |
optimal | maintainer | architect | dx | skeptic | perf |
council_ask prompt="Is this design secure?" team="security_audit"
| Tool | Description |
|---|---|
start_codex_session | New Codex session |
resume_codex_session | Resume with session ID or --last |
start_gemini_session | New Gemini session |
resume_gemini_session | Resume with index or latest |
start_opencode_session | New OpenCode session |
resume_opencode_session | Resume with session ID or --continue |
start_claudeor_session | New Claude via OpenRouter session |
resume_claudeor_session | Resume with session ID or --continue |
start_aichat_session | New AiChat session |
resume_aichat_session | Resume with session name |
Non-blocking slash commands for quick agent invocation:
| Skill | Description |
|---|---|
/codex | Ask Codex a question |
/gemini | Ask Gemini a question |
/council | Run council deliberation |
/critique | Run council in critique mode |
Council runs in the background. Start a query, keep working, check results later.
| Tool | Description |
|---|---|
wait_for_task | Block until task completes |
get_task_result | Check result without blocking |
list_tasks | List tasks with status filter |
cancel_task | Kill running task |
npx claudepluginhub agentic-box/owlexPersistent semantic memory for Claude Code — auto-injects relevant context at session start, captures git commits, test results, and research via hooks, and provides 30+ MCP tools for memory management.
Multi-agent deliberation for AI coding assistants
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and gemini CLIs when installed) to get diverse perspectives on coding problems
Use when you want a delegated second opinion or implementation from GPT (Codex), Gemini, Grok (xAI), or OpenRouter (config-driven, 400+ models) - seven expert subagents (Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, Debugger) and bundled ask-gpt/ask-gemini/ask-grok/ask-openrouter/ask-all/consensus commands, advisory (read-only) or implementation (write; Grok and OpenRouter are advisory-only).
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
AI-to-AI collaboration — review code, brainstorm ideas, and debate plans across Gemini, Codex, and Ollama