{
  "name": "TravelMaxing",
  "description": "Weather-aware trip planning platform with visa lookups, live traveler map, and meetup organization. Exposes a public JSON API for agents to query visa requirements, weather climatology, cost of living, public trips, and upcoming meetups.",
  "url": "https://travelmaxing.app",
  "documentationUrl": "https://travelmaxing.app/openapi.json",
  "provider": {
    "organization": "TravelMaxing",
    "url": "https://travelmaxing.app"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "visa-lookup",
      "name": "Visa Requirement Lookup",
      "description": "Check visa requirements between a passport country and one or more destinations. Returns visa type (visa_free, visa_on_arrival, e_visa, eta, visa_required) and allowed stay duration.",
      "tags": ["travel", "visa", "immigration"],
      "examples": [
        "What are the visa requirements for a French passport visiting Thailand?",
        "Can a US citizen enter Japan without a visa?"
      ]
    },
    {
      "id": "weather-climatology",
      "name": "Weather Climatology",
      "description": "Retrieve historical weather averages (temperature and precipitation) for any coordinates on a given date, based on multi-year climatology data.",
      "tags": ["travel", "weather", "climate"],
      "examples": [
        "What is the average temperature in Bali in July?",
        "Get the precipitation forecast for Lisbon on September 15."
      ]
    },
    {
      "id": "cost-of-living",
      "name": "Cost of Living Lookup",
      "description": "Get cost of living estimates for the nearest city to a set of coordinates, useful for budget planning.",
      "tags": ["travel", "budget", "cost"],
      "examples": [
        "How expensive is it to live in Chiang Mai?",
        "Get cost of living data for 48.85, 2.35."
      ]
    },
    {
      "id": "public-trips",
      "name": "Public Trips Discovery",
      "description": "Browse public trips shared by travelers, including their destinations, dates, and current location.",
      "tags": ["travel", "community", "trips"],
      "examples": [
        "Show me travelers currently in Southeast Asia.",
        "List public trips planned for next month."
      ]
    },
    {
      "id": "public-meetups",
      "name": "Public Meetup Discovery",
      "description": "Discover upcoming public meetups organized by the TravelMaxing community, with locations, dates, and attendee counts.",
      "tags": ["travel", "community", "meetups"],
      "examples": [
        "What meetups are happening in Bangkok next week?",
        "List upcoming public meetups."
      ]
    },
    {
      "id": "blog-posts",
      "name": "Travel Blog Content",
      "description": "Fetch published travel guides, meetup stories, and destination tips from the TravelMaxing blog.",
      "tags": ["travel", "content", "guides"],
      "examples": [
        "Get the latest travel blog posts.",
        "Read the guide about Thailand."
      ]
    }
  ]
}
