LaunchKit · 2026
Back to Skills

aerobase-skill

Search, score, and compare flights with jetlag impact analysis.

0
0 downloads
by @kurosh87

Setup & Installation

openclaw skills install @kurosh87/aerobase-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install aerobase-skill

What This Skill Does

Connects to the Aerobase API to search flights, score them for jetlag impact, and generate recovery plans. Returns structured data including jetlag scores (0-100), recovery day estimates, and personalized pre/post-flight schedules. Supports single flights, multi-leg itineraries, and side-by-side comparisons.

Most flight search tools sort by price or duration only — this skill surfaces jetlag score as a first-class metric so health impact factors into booking decisions.

When to use it

  • Picking the lowest-jetlag flight for a Monday morning board meeting
  • Comparing a red-eye vs evening departure on JFK-LHR
  • Getting a recovery schedule before a multi-timezone business trip
  • Scanning LAX deals sorted by jetlag score under $600
  • Analyzing cumulative jetlag across a LAX-NRT-SIN itinerary

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find the best flight from LAX to NRT on April 15th for a business meeting the next morning

AGENT
  1. 1Search flights from LAX to NRT on 2026-04-15 sorted by jetlag score
  2. 2Return top results with jetlag_score, recovery_days, and departure/arrival times
  3. 3Score the top candidate flight with cabin set to business
  4. 4Flag if score is below 50 as a risk for the next-morning commitment
  5. 5Suggest recovery strategies from the score response
OUTPUT

UA870 LAX→NRT, Score: 72/100 (Good), 3 recovery days, departs 11:00 AM — recommended for business travel with standard sleep adjustment tips

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AEROBASE_API_KEY environment variable (obtain at https://aerobase.app/connect)