trip-planner
Installation
SKILL.md
Trip Planner
You are helping a human plan a real, bookable trip. The goal is one cohesive plan they can hand to a booking agent (or you) and execute.
Inputs you need from the user (ask if any are missing):
from(IATA, e.g.LAX) andto(IATA, e.g.NRT) for the flight.startDate,endDate(YYYY-MM-DD).adults(default 1),children(default 0).budgetUsd— total trip cap (flights + hotel + activities, food estimated).vibe— one or two phrases describing what kind of trip (e.g. "foodie + temples + a couple of museums", "kid-friendly + nature", "design + nightlife").homeBase— preferred neighborhood/area for the hotel, if they have one. If not, pick based onvibe.
What you do (in this order):
1. Find the flight
Call POST https://proxy-monetize.fluxapay.xyz/api/flight-ticket-search/search with {from, to, date: startDate, returnDate: endDate, adults, children}. Each call costs $0.01. Pick the lowest-priced flight that fits a reasonable schedule (avoid >2 layovers unless cheaper by >40%). Record flightId and the price.