{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_gemini_cli",
  "slug": "gemini-cli",
  "name": "Gemini CLI",
  "canonical_url": "https://www.openagent.bot/agents/gemini-cli",
  "category": "agents",
  "resource_type": "agent",
  "summary": "Gemini CLI is an open-source terminal agent from Google that runs Gemini models locally with file editing, shell execution, and built-in Google Search grounding. It supports MCP servers, works with large codebases, and offers a generous free tier through Gemini API access.",
  "capabilities": [
    "mcp",
    "workflow-orchestration"
  ],
  "constraints": [
    "open-source",
    "mcp-compatible"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [],
  "permission_surface": [
    "shell/files",
    "external services"
  ],
  "risk_level": "elevated",
  "source_confidence": "medium",
  "recommended_workflows": [
    "Coding agent workflow",
    "Connector or protocol layer"
  ],
  "avoid_when": [
    "Developers who need deep integration with non-Google model providers",
    "Teams that require mature plugin ecosystems or extensive community tooling"
  ],
  "primary_actions": [
    "Inspect repository",
    "Inspect repository",
    "Install Gemini CLI"
  ],
  "evidence_urls": [
    "https://github.com/google-gemini/gemini-cli",
    "https://github.com/google-gemini/gemini-cli#readme"
  ],
  "last_verified_at": "2026-05-27",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/gemini-cli.json",
    "markdown_url": "https://www.openagent.bot/agents/gemini-cli.md",
    "agent_json_url": "https://www.openagent.bot/agents/gemini-cli.agent.json"
  }
}