{
  "name": "Livewell Travel Advisory Agent",
  "description": "Private luxury cruise and travel advisory agent for high-net-worth travelers in Taiwan and Asia. Provides cruise brand comparisons, private curated benefit verification, AI re-fare price monitoring, pre-trip concierge, and consultation scheduling.",
  "url": "https://livewelltravel.com",
  "apiUrl": "https://livewelltravel.com/api",
  "version": "1.0.0",
  "documentationUrl": "https://livewelltravel.com/openapi.json",
  "provider": {
    "organization": "Livewell Travel 艾旅",
    "url": "https://livewelltravel.com",
    "email": "info@livewelltravel.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "verificationEndpoint": "https://livewelltravel.com/api/healthz",
  "skills": [
    {
      "id": "luxury_cruise_advisory",
      "name": "Luxury Cruise Advisory",
      "description": "Compare luxury cruise brands and recommend the right ship based on traveler preferences, budget, destination, and travel style.",
      "tags": ["cruise", "luxury", "comparison", "advisory", "Silversea", "Seabourn", "Regent", "Crystal"],
      "examples": [
        "Compare Silversea vs Seabourn for Mediterranean sailing",
        "Which luxury cruise is best for first-time ultra-luxury travelers?",
        "Best expedition cruise for Antarctica?",
        "Difference between Regent Seven Seas and Crystal"
      ]
    },
    {
      "id": "submit_consultation",
      "name": "Submit Consultation Request",
      "description": "Submit a private travel consultation request. POST to /api/consultation with traveler details. Returns a consultation ID for verification.",
      "tags": ["consultation", "booking", "contact", "callable"],
      "endpoint": "POST https://livewelltravel.com/api/consultation",
      "verifiable": true
    },
    {
      "id": "ai_price_monitoring",
      "name": "AI Re-fare & Price Monitoring",
      "description": "AI-powered post-booking price monitoring for luxury cruises. Alerts when re-fare conditions are met so travelers never overpay.",
      "tags": ["price", "monitoring", "re-fare", "savings", "AI", "post-booking"]
    },
    {
      "id": "private_curated_benefits",
      "name": "Private Curated Benefits Confirmation",
      "description": "Confirm exclusive benefits through private curated partner network: OBC (onboard credit), room and suite upgrades, breakfast, hotel credit, spa credit, early check-in, late checkout.",
      "tags": ["benefits", "OBC", "upgrade", "hotel credit", "onboard credit", "private curated"]
    },
    {
      "id": "pre_trip_concierge",
      "name": "Pre-trip Concierge",
      "description": "Full pre-trip arrangement: specialty restaurant and SPA reservations, airport transfers, shore excursions, experience timing optimization (holiday closures, crowd avoidance), visa reminders, and pre-trip PDF preparation.",
      "tags": ["concierge", "pre-trip", "restaurant", "spa", "shore excursion", "transfers"]
    },
    {
      "id": "cruise_intelligence",
      "name": "Cruise Intelligence & Guides",
      "description": "Access editorial cruise guides, brand analyses, destination guides, and travel intelligence articles including re-fare explanation, OBC guide, Antarctica expedition comparison, Japan cherry blossom cruise, and more.",
      "tags": ["guides", "intelligence", "destinations", "research", "articles"]
    },
    {
      "id": "member_profit_sharing",
      "name": "Annual Member Profit Sharing",
      "description": "Annual membership with profit sharing — members earn referral returns on new bookings, plus priority access to private curated benefits and consultation slots.",
      "tags": ["membership", "profit sharing", "annual fee", "referral", "earn while traveling"]
    }
  ]
}
