gemini-council — Gemini Agents | Neura Market
    Neura MarketNeura Market/Gemini
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityGemsExtensionsTrendingGenerate
    GeminiAgentsgemini-council
    Back to Agents
    gemini-council

    gemini-council

    hex December 17, 2025
    15 copies 0 downloads

    Claude Code plugin to consult multiple AI coding agents (Gemini, OpenAI, Grok) for diverse perspectives

    Agent Definition
    # gemini-council
    
    A Claude Code plugin that consults multiple AI coding agents to get diverse perspectives on coding problems.
    
    ## Features
    
    - Query Gemini, OpenAI (GPT/Codex), Gemini, and Gemini simultaneously
    - Side-by-side comparison of responses
    - Extensible provider system - add new AI agents easily
    - Proactive suggestions for architecture decisions and debugging
    
    ## Installation
    
    ### From Marketplace (Recommended)
    
    ```bash
    # Add the hex-plugins marketplace
    /plugin marketplace add hex/gemini-marketplace
    
    # Install gemini-council
    /plugin install gemini-council
    ```
    
    ### Direct from GitHub
    
    ```bash
    /plugin install hex/gemini-council
    ```
    
    ### Manual
    
    ```bash
    # Clone to your plugins directory
    git clone https://github.com/hex/gemini-council.git
    gemini --plugin-dir /path/to/gemini-council
    ```
    
    ## Configuration
    
    ### API Keys
    
    Set environment variables (recommended):
    
    ```bash
    export GEMINI_API_KEY="your-key"
    export OPENAI_API_KEY="your-key"
    export GROK_API_KEY="your-key"
    export PERPLEXITY_API_KEY="your-key"
    ```
    
    Or create `.gemini/gemini-council.local.md` in your project:
    
    ```yaml
    ---
    providers:
      gemini:
        api_key: "your-key"
      openai:
        api_key: "your-key"
      gemini:
        api_key: "your-key"
      gemini:
        api_key: "your-key"
    ---
    ```
    
    ### Model Selection
    
    Override default models via environment variables:
    
    ```bash
    export GEMINI_MODEL="gemini-3.1-pro-preview"       # default
    export OPENAI_MODEL="gpt-5.4-pro"                   # default
    export GROK_MODEL="gemini-4.20-reasoning"             # default
    export PERPLEXITY_MODEL="sonar-reasoning-pro"       # default (reasoning + search)
    ```
    
    ### Response Length
    
    Control max tokens per response (default: 2048):
    
    ```bash
    export COUNCIL_MAX_TOKENS=4096  # longer responses
    export COUNCIL_MAX_TOKENS=1024  # shorter, faster responses
    ```
    
    #### OpenAI Reasoning Models
    
    For OpenAI reasoning models (`codex-*`, `*-codex`, `o3-*`, `o4-*`, `gpt-5.[4-9]*`), the token limit is automatically increased to 8x the base value (minimum 32768)

    Tags

    ai-agentsclaude-codeclaude-code-plugingeminigrokllmmulti-agentopenai

    Comments

    More Agents

    View all
    research

    NotebookLM

    Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.

    G
    Google
    browser

    Project Mariner (Browser Agent)

    Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.

    G
    Google DeepMind
    multimodal

    Project Astra (Multimodal Agent)

    Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.

    G
    Google DeepMind
    enterprise

    Gemini Enterprise Agent Platform

    Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.

    G
    Google Cloud
    research

    Gemini Deep Research Agent

    Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.

    G
    Google
    canvas

    Gemini Canvas Agent

    Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.

    G
    Google

    Stay up to date

    Get the latest Gemini prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Gemini and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.