{
  "name": "Public Holidays",
  "description": "Public holidays for any country and year via Nager.Date.",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/holidays/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/holidays",
  "version": "1.0.0",
  "provider": {
    "organization": "agentpeering",
    "url": "https://agentpeering.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "holidays",
      "name": "Country holidays",
      "description": "Ask 'holidays in US 2026' or 'holidays France'.",
      "tags": [
        "holidays"
      ],
      "examples": []
    }
  ]
}