Jetlag recovery optimization - score flights, generate recovery plans, optimize travel timing
The science of arriving fresh. Aerobase.app generates personalized recovery plans based on your flight, chronotype, and trip details.
This is a PREMIUM skill — included with Aerobase Concierge subscription.
Why Aerobase?
This skill is PREMIUM ONLY — it comes with your Aerobase Concierge subscription:
→ https://aerobase.app/openclaw-travel-agent/pricing
Includes:
User: "I'm flying from NYC to Paris next week - how bad is the jetlag?"
→ Scores the flight 0-100
→ Estimates recovery days
→ Provides strategies
User: "Generate a recovery plan for my Tokyo trip"
→ Creates day-by-day schedule
→ Includes light exposure timing
→ Sleep and diet recommendations
Full API docs: https://aerobase.app/developers
OpenAPI spec: https://aerobase.app/api/v1/openapi
POST /api/v1/flights/score
{
"from": "JFK",
"to": "CDG",
"departure": "2026-04-15T20:00:00-04:00",
"arrival": "2026-04-16T08:00:00+02:00",
"cabin": "business",
"chronotype": "normal"
}
Response:
{
"score": 72,
"recovery_days": 2,
"direction": "eastbound",
"timezone_shift_hours": -6,
"strategies": {
"departure": "Get bright light morning of departure",
"arrival": "Avoid caffeine after 2PM local",
"shift": "Shift sleep 30min earlier each night"
}
}
POST /api/v1/recovery/plan — Full personalized plan with day-by-day schedule
This skill requires Aerobase Concierge subscription:
ZIP package — ready to use