{
  "entry": {
    "kind": "agent",
    "slug": "opencode",
    "name": "OpenCode CLI",
    "vendor": "OpenCode",
    "description": "Open-source AI coding agent for the terminal with MCP and plugins",
    "website": "https://opencode.ai",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "opencode-global-config",
        "description": "Global configuration with MCP servers and models",
        "scope": "global",
        "format": "jsonc",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.config\\opencode\\opencode.{json,jsonc}",
          "darwin": "${HOME}/.config/opencode/opencode.{json,jsonc}",
          "linux": "${HOME}/.config/opencode/opencode.{json,jsonc}"
        },
        "extractors": [
          {
            "type": "mcp-servers",
            "path": "mcp",
            "format": "object"
          },
          {
            "type": "permissions",
            "path": "permission",
            "format": "tool-action-map"
          },
          {
            "type": "plugin-index",
            "path": "plugin"
          },
          "env-vars"
        ]
      },
      {
        "id": "opencode-global-instructions",
        "description": "Global agent instructions",
        "scope": "global",
        "format": "markdown",
        "paths": {
          "win32": "${USERPROFILE}\\.config\\opencode\\AGENTS.md",
          "darwin": "${HOME}/.config/opencode/AGENTS.md",
          "linux": "${HOME}/.config/opencode/AGENTS.md"
        },
        "extractors": [
          "instructions"
        ]
      },
      {
        "id": "opencode-project-config",
        "description": "Project-level configuration",
        "scope": "project",
        "format": "jsonc",
        "pathGlob": {
          "win32": "${PROJECT}\\opencode.{json,jsonc}",
          "darwin": "${PROJECT}/opencode.{json,jsonc}",
          "linux": "${PROJECT}/opencode.{json,jsonc}"
        },
        "extractors": [
          {
            "type": "mcp-servers",
            "path": "mcp",
            "format": "object"
          },
          {
            "type": "permissions",
            "path": "permission",
            "format": "tool-action-map"
          },
          {
            "type": "plugin-index",
            "path": "plugin"
          },
          "env-vars"
        ]
      },
      {
        "id": "opencode-user-skill",
        "description": "Personal OpenCode skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.config\\opencode\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.config/opencode/skills/*/SKILL.md",
          "linux": "${HOME}/.config/opencode/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "user"
          }
        ]
      },
      {
        "id": "opencode-project-skill",
        "description": "Project-scope OpenCode skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.opencode\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.opencode/skills/*/SKILL.md",
          "linux": "${PROJECT}/.opencode/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      }
    ],
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}