{
  "name": "matsob0123 Portfolio",
  "version": "1.0.0",
  "description": "Public discovery card for the matsob0123 portfolio website. This is a static portfolio, not an interactive A2A task-processing agent.",
  "url": "https://matsob0123.pl/",
  "provider": {
    "organization": "matsob0123",
    "url": "https://matsob0123.pl/"
  },
  "supportedInterfaces": [
    {
      "url": "https://matsob0123.pl/.well-known/agent-card.json",
      "transport": "https",
      "protocol": "static-json"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": []
  },
  "skills": [
    {
      "id": "portfolio-discovery",
      "name": "Portfolio discovery",
      "description": "Provides public information about the portfolio homepage, projects page, project list JSON, sitemap, and metadata."
    },
    {
      "id": "project-listing",
      "name": "Project listing",
      "description": "Exposes a machine-readable list of public projects through /projects.json."
    }
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/html",
    "text/markdown"
  ]
}