{
  "$schema": "https://agentskills.io/schemas/v0.2.0/index.json",
  "name": "Carreh",
  "description": "Carreh is a travel services platform: eSIM data plans, visa applications, NIF (Portuguese tax ID), hotel reservations, flight itineraries, UK/PT company formation, airport transfers, travel insurance, concierge, and an AI travel advisor. Users can also log trips (Logg), track visited countries (Atlas/Been), earn loyalty points, and chat with a human support team.",
  "url": "https://carreh.com",
  "skills": [
    {
      "name": "browse-services",
      "type": "read",
      "description": "List Carreh services a user can purchase (eSIM, visa, NIF, hotel, flights, company formation, transfers, insurance, concierge).",
      "url": "https://carreh.com/services.html"
    },
    {
      "name": "esim-plans",
      "type": "read",
      "description": "Browse eSIM data plans by country or region. Returns plan name, data amount, validity days, and price.",
      "url": "https://carreh.com/esim-plans.js"
    },
    {
      "name": "visa-requirements",
      "type": "read",
      "description": "Check visa requirements for a passport holder visiting a destination country.",
      "url": "https://carreh.com/border-intelligence.html"
    },
    {
      "name": "ai-travel-advisor",
      "type": "execute",
      "description": "Submit a travel planning question and receive an AI-generated structured response with places, bookings, and recommendations.",
      "url": "https://carreh.com/.netlify/functions/carreh-ai-plan"
    }
  ]
}
