{
  "name": "helixdocs-validator",
  "description": "Validates .agents.yaml compliance manifests against EU AI Act, DSGVO, NIS2",
  "url": "https://helixdocs.ai/a2a",
  "version": "0.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "validate-manifest",
      "name": "Compliance Manifest Validator",
      "description": "Validates an .agents.yaml file and returns compliance gaps",
      "tags": ["compliance", "eu-ai-act", "dsgvo", "governance"],
      "examples": ["Validate my agents.yaml for EU AI Act compliance"]
    },
    {
      "id": "generate-trust-center",
      "name": "Trust Center Generator",
      "description": "Generates a public compliance profile from agents.yaml",
      "tags": ["trust-center", "transparency"],
      "examples": ["Generate a trust center page for my agents"]
    }
  ],
  "authentication": {
    "schemes": ["bearer"]
  }
}
