{
  "$schema": "https://agentskills.io/schema/v0.2.0/skills.json",
  "skills": [
    {
      "name": "seatac-knowledge",
      "type": "api",
      "description": "CONRAC shuttle, agencies, parking, fees, and arrival Q&A.",
      "url": "https://www.seatacrentalcarfacility.com/api/knowledge",
      "mcp": "https://www.seatacrentalcarfacility.com/api/knowledge/mcp",
      "llms": "https://www.seatacrentalcarfacility.com/llms-knowledge.txt"
    },
    {
      "name": "seatac-car-models",
      "type": "api",
      "description": "50 CONRAC car model pages with specs, scores, and 50 FAQs (featured).",
      "url": "https://www.seatacrentalcarfacility.com/api/cars",
      "llms": "https://www.seatacrentalcarfacility.com/llms-cars.txt"
    },
    {
      "name": "seatac-insurance",
      "type": "api",
      "description": "Rental insurance CDW/LDW search and agency counter menus.",
      "url": "https://www.seatacrentalcarfacility.com/api/insurance"
    },
    {
      "name": "seatac-shuttle-directions",
      "type": "skill",
      "description": "Terminal-to-CONRAC shuttle wayfinding.",
      "url": "https://www.seatacrentalcarfacility.com/.well-known/agent-skills/seatac-shuttle-directions/SKILL.md"
    },
    {
      "name": "seatac-agency-registry",
      "type": "skill",
      "description": "Authorized rental agency directory.",
      "url": "https://www.seatacrentalcarfacility.com/.well-known/agent-skills/seatac-agency-registry/SKILL.md"
    },
    {
      "name": "seatac-mcp-search",
      "type": "mcp",
      "description": "Site-wide MCP; KB search via /api/knowledge/mcp.",
      "url": "https://www.seatacrentalcarfacility.com/.well-known/mcp/server-card.json"
    }
  ]
}