{
  "name": "URL Metadata Extractor",
  "description": "Extract metadata from any URL: title, description, og:image, favicon. Useful for link previews and content indexing.",
  "url": "https://x402.fatihai.app/api/url-meta",
  "provider": {
    "organization": "URL Metadata Extractor",
    "url": "https://x402.fatihai.app/api/url-meta"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/e74701a8-afe3-4550-b1aa-5d7f9fe39932",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "research",
      "name": "URL Metadata Extractor",
      "description": "Extract metadata from any URL: title, description, og:image, favicon. Useful for link previews and content indexing.",
      "tags": [
        "url",
        "metadata",
        "scraping"
      ],
      "examples": [
        "curl https://x402.fatihai.app/api/url-meta?GET+%2Fapi%2Furl-meta%3Furl=https%3A%2F%2Fgithub.com%2Fcoinbase%2Fx402"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://x402.fatihai.app/api/url-meta",
    "chain": "base",
    "priceUSDC": 0.003,
    "wallet": "0x0451CF4084B8E2fD8E3e14E2667F045127898cb4",
    "method": "GET",
    "mode": "native"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/e74701a8-afe3-4550-b1aa-5d7f9fe39932",
    "managed": false,
    "verified": true,
    "listingTier": "starter"
  }
}