{
  "name": "Weared Public Info",
  "description": "Read-only public information agent for Weared (weared.ch): stable marketplace facts for other agents. Not a shopping or account agent.",
  "version": "0.1.0",
  "url": "https://weared.ch/a2a",
  "provider": {
    "organization": "Weared",
    "url": "https://weared.ch"
  },
  "documentationUrl": "https://weared.ch/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "supportedInterfaces": [
    {
      "url": "https://weared.ch/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3",
      "transport": "HTTP"
    }
  ],
  "skills": [
    {
      "id": "site-facts",
      "name": "Weared site facts",
      "description": "Return stable public facts about Weared (domain, payments, shipping, policies).",
      "tags": [
        "weared",
        "marketplace",
        "switzerland"
      ],
      "examples": [
        "What is Weared?",
        "Is weared.ch the official domain?"
      ]
    },
    {
      "id": "discovery",
      "name": "Discovery pointers",
      "description": "Point to llms.txt, OpenAPI, API catalog, MCP, and auth.md.",
      "tags": [
        "discovery",
        "agents"
      ],
      "examples": [
        "Where is the Weared OpenAPI?",
        "How do agents authenticate?"
      ]
    }
  ],
  "securitySchemes": {},
  "security": []
}