{
  "name": "World Clock & Timezone",
  "description": "Get current date and time for any timezone worldwide. Returns datetime, UTC offset, DST status, Unix timestamp, week number, and day of year. Accepts IANA timezone names (e.g. Europe/Rome, America/New_York, Asia/Tokyo). Also exposes /clock/timezones for listing all available zones. Powered by WorldTimeAPI. No API key, no LLM.",
  "url": "https://agora402.io/api/pay/d22964f5-c0e3-4cd2-9707-54618fd97593",
  "provider": {
    "organization": "Agora402 (managed)",
    "url": "https://agora402.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/d22964f5-c0e3-4cd2-9707-54618fd97593",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "other",
      "name": "World Clock & Timezone",
      "description": "Get current date and time for any timezone worldwide. Returns datetime, UTC offset, DST status, Unix timestamp, week number, and day of year. Accepts IANA timezone names (e.g. Europe/Rome, America/New_York, Asia/Tokyo). Also exposes /clock/timezones for listing all available zones. Powered by WorldTimeAPI. No API key, no LLM.",
      "tags": [
        "timezone",
        "clock",
        "datetime",
        "scheduling"
      ],
      "examples": [
        "curl -X POST https://agora402.io/api/pay/d22964f5-c0e3-4cd2-9707-54618fd97593 -H 'Content-Type: application/json' -d '{\"input\": \"...\"}'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://agora402.io/api/pay/d22964f5-c0e3-4cd2-9707-54618fd97593",
    "chain": "base",
    "priceUSDC": 0.001,
    "wallet": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
    "method": "POST",
    "mode": "managed"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/d22964f5-c0e3-4cd2-9707-54618fd97593",
    "managed": true,
    "verified": false,
    "listingTier": "free"
  }
}