Install
openclaw skills install aerobase-activitiesDiscover Viator tours, attractions, and activities near airports with ratings, reviews, and booking
openclaw skills install aerobase-activitiesMatch activity intensity to jetlag recovery stage. Days 1-2 jetlagged = low-energy activities near hotel. Day 3+ adapted = major sites.
GET /api/v1/layovers/{code} — comprehensive layover data including:
layoverGuides — time-segmented itineraries (4h, 8h, 24h) with activitiesdayUseHotels — nearby hotels bookable by the hour for layover restairportSpas — spa and wellness services inside the airportconnection — MCT and average wait times (feasibility check before suggesting off-airport activities)delays — historical delay stats (warn if airport has high delay rates)Use layovers endpoint to check connection time feasibility before suggesting off-airport activities: if layover duration minus MCT minus 90min buffer > activity duration → suggest it.
We provide booking URLs, NOT direct booking. Always include: price_from_usd, viator_rating, viator_review_count, duration_minutes, viator_booking_url
Use browser ONLY when:
TripAdvisor is in the scrapling tier (no proxy needed). Use for supplementary activity discovery:
Reference: Scrapling Documentation
web_fetch {SCRAPLING_URL}/fetch?url=https://www.tripadvisor.com/Attractions-g294217-Activities-Tokyo_Tokyo_Prefecture_Kanto.html&json=1&extract=css&selector=.listing_title
Returns extracted attraction titles. Replace the geo ID (g294217) and location path for other cities. Always prefer Aerobase Tours API first — use Scrapling TripAdvisor only for discovery of niche activities not in our database.
For UI rendering, see aerobase-ui SKILL for component specs.