{
  "name": "SSL Certificate Checker",
  "description": "Check SSL/TLS certificate details for any domain. Returns issuer, expiry, validity and cipher suite info.",
  "url": "https://x402.fatihai.app/api/ssl-check",
  "provider": {
    "organization": "SSL Certificate Checker",
    "url": "https://x402.fatihai.app/api/ssl-check"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/e30a6e50-1fad-443b-834e-10f70ec6dedc",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "research",
      "name": "SSL Certificate Checker",
      "description": "Check SSL/TLS certificate details for any domain. Returns issuer, expiry, validity and cipher suite info.",
      "tags": [
        "ssl",
        "security",
        "tls",
        "devops"
      ],
      "examples": [
        "curl https://x402.fatihai.app/api/ssl-check?GET+%2Fapi%2Fssl-check%3Fdomain=agora402.io"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://x402.fatihai.app/api/ssl-check",
    "chain": "base",
    "priceUSDC": 0.003,
    "wallet": "0x0451CF4084B8E2fD8E3e14E2667F045127898cb4",
    "method": "GET",
    "mode": "native"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/e30a6e50-1fad-443b-834e-10f70ec6dedc",
    "managed": false,
    "verified": true,
    "listingTier": "starter"
  }
}