{
  "name": "Piotr Zenon Żabrowski — Cloud Security & Cybersecurity Consultant",
  "description": "A2A agent interface for the public knowledge base and professional profile of Piotr Zenon Żabrowski. Provides read-only, privacy-safe access to cloud security and AI security expertise, credentials, services, and contact details. Private data is never exposed.",
  "version": "1.0.0",
  "documentationUrl": "https://zabrowski.pl/llms.txt",
  "provider": {
    "organization": "Piotr Zenon Żabrowski",
    "url": "https://zabrowski.pl/"
  },
  "supportedInterfaces": [
    {
      "url": "https://zabrowski.pl/api/public/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0",
      "transport": "https"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "kb-answer",
      "name": "Knowledge Base Answer",
      "description": "Answer questions using the public knowledge base covering cloud security, AI security, certifications, and professional experience.",
      "tags": [
        "cloud-security",
        "ai-security",
        "knowledge-base",
        "consulting"
      ],
      "examples": [
        "What cloud security services does Piotr offer?",
        "Summarize the AI security articles."
      ]
    },
    {
      "id": "profile-lookup",
      "name": "Profile Lookup",
      "description": "Return public profile information such as name, title, credentials, services, and contact details.",
      "tags": [
        "profile",
        "contact",
        "services"
      ],
      "examples": [
        "What is Piotr's email?",
        "List his certifications."
      ]
    },
    {
      "id": "cv-link",
      "name": "CV Download Link",
      "description": "Provide a link to download the latest English CV PDF.",
      "tags": [
        "cv",
        "pdf",
        "career"
      ],
      "examples": [
        "Download the CV."
      ]
    }
  ]
}