{
  "schemaVersion": "1.0",
  "name": "SuperAudit Web Intelligence Agent",
  "description": "AI-powered website audit agent. Analyzes any website and generates comprehensive PDF report with health score (0-100), SEO analysis, performance metrics, and improvement recommendations.",
  "url": "https://a2a.airpagents.pro/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "AirPAgents",
    "url": "https://airpagents.pro"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "bearer",
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "application/pdf"
  ],
  "skills": [
    {
      "id": "audit-website",
      "name": "Audit Website",
      "description": "Performs comprehensive AI audit of any website URL. Returns health score 0-100, detailed PDF report with 24 audit modules including SEO, performance, security, accessibility, and UX.",
      "tags": [
        "SEO",
        "audit",
        "website",
        "marketing",
        "agency",
        "performance",
        "accessibility"
      ],
      "examples": [
        "Audit the website https://example.com",
        "Generate a health report for my clients website",
        "Check the SEO score of www.mybusiness.es"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "application/pdf"
      ]
    }
  ]
}