{
  "entry": {
    "kind": "skill",
    "slug": "agent-browser",
    "name": "Agent Browser",
    "vendor": "Vercel",
    "description": "Navigates pages, interacts with elements, takes screenshots, and records video — a general-purpose browser-driving skill for agents that need to use the web rather than read it.\n\nDeclared capabilities are browser control and outbound network access. This is the skill-layer equivalent of a browser MCP server and carries the same warning: a driven browser acts inside whatever sessions exist and returns page content — attacker-authored text — into the agent's context. Use a dedicated profile, and never one signed into infrastructure consoles.",
    "website": "https://vercel.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "browser:control",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "browser-automation",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}