{
  "$schema": "https://agentskills.io/schemas/skill-v0.2.json",
  "name": "generate_agent_readiness_fix_pack",
  "type": "api",
  "description": "Generate draft llms.txt, API catalog, MCP metadata and robots additions for a public website.",
  "endpoint": "https://agentvisible.io/api/fix-pack",
  "method": "GET",
  "input_schema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "Public website URL or domain to generate a fix pack for"
      }
    },
    "required": [
      "url"
    ]
  }
}