{
  "name": "fetcher.sh — Google Search",
  "description": "HTTP web-data API for Google Search. Search or fetch public data from Google Search, google.com, serp, web search. Pay per call in USDC (x402) or with a prepaid bby_live_ Bearer key. No accounts, no OAuth.",
  "version": "1.0.0",
  "documentationUrl": "https://google.fetcher.sh/skill.md",
  "supportedInterfaces": [
    {
      "url": "https://google.fetcher.sh",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "fetch-web-data",
      "name": "Fetch web data",
      "description": "GET public Google Search data as JSON. Pay with x402 or a prepaid key.",
      "tags": [
        "web-data",
        "x402",
        "api"
      ]
    },
    {
      "id": "search-catalog",
      "name": "Search catalog",
      "description": "Find endpoints by keyword, then fetch. Search is free; paid calls use the same prices as the HTTP API.",
      "tags": [
        "catalog",
        "discovery"
      ]
    }
  ]
}
