{
  "name": "Cat Facts",
  "description": "Random cat facts from catfact.ninja.",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/cat-fact/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/cat-fact",
  "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": "cat-fact",
      "name": "Random cat fact",
      "description": "Ask for a cat fact.",
      "tags": [
        "cat-fact"
      ],
      "examples": []
    }
  ]
}