{
  "entry": {
    "kind": "agent",
    "slug": "grok-build",
    "name": "Grok Build",
    "vendor": "xAI",
    "description": "xAI official terminal coding agent with TUI, plan mode, sub-agents, MCP support",
    "website": "https://x.ai/cli",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "grok-build-project-skill",
        "description": "Grok Build project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.grok\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.grok/skills/*/SKILL.md",
          "linux": "${PROJECT}/.grok/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "grok-build-user-config",
        "description": "User-level Grok Build configuration",
        "scope": "global",
        "format": "toml",
        "paths": {
          "win32": "${USERPROFILE}\\.grok\\config.toml",
          "darwin": "${HOME}/.grok/config.toml",
          "linux": "${HOME}/.grok/config.toml"
        },
        "extractors": [
          {
            "type": "mcp-servers",
            "path": "mcp_servers",
            "format": "object"
          },
          {
            "type": "mcp-servers",
            "path": "mcpServers",
            "format": "object"
          },
          "env-vars"
        ]
      },
      {
        "id": "grok-build-agents-md",
        "description": "Project AGENTS.md (Grok Build picks this up automatically)",
        "scope": "project",
        "format": "markdown",
        "paths": {
          "win32": "${PROJECT}\\AGENTS.md",
          "darwin": "${PROJECT}/AGENTS.md",
          "linux": "${PROJECT}/AGENTS.md"
        },
        "extractors": [
          "instructions"
        ]
      },
      {
        "id": "grok-build-skills",
        "description": "User-level Grok Build skills",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.grok\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.grok/skills/*/SKILL.md",
          "linux": "${HOME}/.grok/skills/*/SKILL.md"
        },
        "extractors": [
          "skill-manifest"
        ]
      },
      {
        "id": "grok-build-plugins",
        "description": "Installed Grok Build plugins",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.grok\\plugins\\*\\plugin.json",
          "darwin": "${HOME}/.grok/plugins/*/plugin.json",
          "linux": "${HOME}/.grok/plugins/*/plugin.json"
        },
        "extractors": [
          "plugin-manifest"
        ]
      }
    ],
    "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": []
  }
}