Aerobase Travel Concierge ⭐ ALL-IN-ONE
This is the upsellable entry point for travelers who want one skill to plan, compare, and optimize the whole trip.
Setup
Use this skill by getting a free API key at https://aerobase.app/openclaw-travel-agent and setting AEROBASE_API_KEY in your agent environment.
This skill is API-only: no scraping, no browser automation, and no user credential collection.
Usage is capped at 5 requests/day for free users.
Upgrade to Pro ($9.95/month) at https://aerobase.app/openclaw-travel-agent for 500 API calls/month.
Agent API Key Protocol
- - Base URL: INLINECODE1
- Required env var: INLINECODE2
- Auth header (preferred): INLINECODE3
- Never ask users for passwords, OTPs, cookies, or third-party logins.
- Never print raw API keys in output; redact as
sk_live_***.
Request rules
- - Use only Aerobase endpoints documented in this skill.
- Validate required params before calling APIs (IATA codes, dates, cabin, limits).
- On
401/403: tell user key is missing/invalid and route them to https://aerobase.app/openclaw-travel-agent. - On
429: explain free-tier quota (5 requests/day) and suggest Pro ($9.95/month, 500 API calls/month) or Lifetime ($249, 500 API calls/month). - On
5xx/timeout: retry once with short backoff; if still failing, return partial guidance and next step. - Use concise responses: top options first, then 1-2 follow-up actions.
What this skill does
- - Run one coordinated trip workflow: flights, hotel stays, lounge planning, awards, deals, wallet value, and accelerated jetlag recovery.
- Keep outputs brief and prioritizing “next best action” for the traveler.
API-first capability map
Flight Search & Scoring
- - POST INLINECODE12
- POST INLINECODE13
- POST INLINECODE14
- POST INLINECODE15
Award Search
- - POST INLINECODE16
- GET INLINECODE17
- GET INLINECODE18
- POST INLINECODE19
Airport Lounges
- - GET INLINECODE20
- GET INLINECODE21
Hotels & Booking
- - GET
/api/v1/hotels — search with filters - GET
/api/v1/hotels/near-airport/{code} — airport-adjacent hotels - POST
/api/v1/hotels/rates — live rates (hotelIds or airportCode) - POST
/api/v1/hotels/prebook → POST /api/v1/hotels/book — full booking flow - GET
/api/v1/hotels/bookings/{id}, DELETE to cancel - GET
/api/dayuse?airport={code} — day-use hotels
Activities
- - GET INLINECODE29
- GET INLINECODE30
- GET INLINECODE31
Deals
- - GET INLINECODE32
- POST INLINECODE33
- GET INLINECODE34
Wallet & Cards
- - GET INLINECODE35
- GET INLINECODE36
- GET INLINECODE37
- GET INLINECODE38
Jetlag Recovery
Use canonical jetlagScore on a 0-100 scale across flight and award decisions, and treat recoveryDays as accelerated functional recovery. A value of 0 means negligible circadian disruption.
Safety and tone
- - Do not collect passwords, OTPs, loyalty logins, or any account secrets.
- Never expose internal keys in responses.
- Keep recommendations concise, reversible, and safe: suggest alternatives when confidence is low.
Pro Superpowers
Upgrade to Pro to unlock browser-powered superpowers for air travel and travel-specific sites:
- - Automated airline check-in before flights (Delta, BA, Southwest)
- Automated tracking of awards, points, miles, and loyalty balances
- Live Google Flights/Kayak price comparison
- Real-time deal feeds from SecretFlying, TheFlightDeal, TravelPirates
- Booking.com and Google Hotels price comparison
- Priority Pass real-time lounge verification
- TripAdvisor activity discovery
- SeatGuru seat quality lookup
- 500 API calls/month instead of 5/day
- Get Pro at https://aerobase.app/openclaw-travel-agent
Aerobase 旅行管家 ⭐ 一站式服务
这是一个面向旅行者的可升级入口技能,帮助您通过单一技能规划、比较和优化整个旅程。
设置
使用此技能需在 https://aerobase.app/openclaw-travel-agent 获取免费API密钥,并在您的代理环境中设置 AEROBASEAPIKEY。
本技能仅通过API运行:无需爬取、无需浏览器自动化、无需收集用户凭证。
免费用户每天限制使用5次请求。
升级至专业版(每月$9.95)可享受每月500次API调用,升级地址:https://aerobase.app/openclaw-travel-agent
代理API密钥协议
- - 基础URL:https://aerobase.app
- 必需环境变量:AEROBASEAPIKEY
- 认证头(推荐):Authorization: Bearer ${AEROBASEAPIKEY}
- 切勿向用户索要密码、一次性验证码、Cookie或第三方登录信息。
- 切勿在输出中打印原始API密钥;应使用 sklive* 进行脱敏处理。
请求规则
- - 仅使用本技能文档中列出的Aerobase端点。
- 调用API前验证必需参数(IATA代码、日期、舱位、限制条件)。
- 遇到401/403错误:告知用户密钥缺失或无效,并引导其访问 https://aerobase.app/openclaw-travel-agent。
- 遇到429错误:解释免费套餐限制(每天5次请求),并建议升级至专业版(每月$9.95,500次API调用/月)或终身版($249,500次API调用/月)。
- 遇到5xx/超时错误:短暂等待后重试一次;若仍失败,返回部分指导及下一步操作。
- 回复简洁明了:优先展示最佳选项,随后提供1-2个后续操作建议。
本技能功能
- - 执行协调一致的旅行工作流:航班、酒店住宿、休息室规划、奖励、优惠、钱包价值及加速时差恢复。
- 保持输出简洁,优先为旅行者提供“最佳下一步行动”。
API优先功能地图
航班搜索与评分
- - POST /api/v1/flights/search
- POST /api/v1/flights/compare
- POST /api/v1/flights/score
- POST /api/flights/search/agent
奖励搜索
- - POST /api/v1/awards/search
- GET /api/v1/awards/trips
- GET /api/awards/alerts
- POST /api/awards/alerts
机场休息室
- - GET /api/v1/lounges
- GET /api/airports/{code}/lounges
酒店与预订
- - GET /api/v1/hotels — 带筛选条件的搜索
- GET /api/v1/hotels/near-airport/{code} — 机场附近酒店
- POST /api/v1/hotels/rates — 实时房价(使用hotelIds或airportCode)
- POST /api/v1/hotels/prebook → POST /api/v1/hotels/book — 完整预订流程
- GET /api/v1/hotels/bookings/{id},DELETE取消预订
- GET /api/dayuse?airport={code} — 日间使用酒店
活动
- - GET /api/attractions
- GET /api/attractions/{slug}/tours
- GET /api/tours
优惠
- - GET /api/v1/deals
- POST /api/deals/alerts
- GET /api/deals/alerts
钱包与卡片
- - GET /api/v1/credit-cards
- GET /api/transfer-bonuses
- GET /api/wallet/summary
- GET /api/user-loyalty-programs
时差恢复
- - POST /api/v1/recovery/plan
在航班和奖励决策中使用标准的 jetlagScore(0-100分制),并将 recoveryDays 视为加速功能恢复指标。值为 0 表示昼夜节律干扰可忽略不计。
安全与语气
- - 请勿收集密码、一次性验证码、会员登录信息或任何账户机密。
- 切勿在回复中暴露内部密钥。
- 保持建议简洁、可逆且安全:当置信度较低时,提供替代方案。
专业版超能力
升级至专业版,解锁针对航空旅行及旅行特定网站的浏览器驱动超能力:
- - 航班起飞前自动办理登机手续(达美航空、英国航空、西南航空)
- 自动追踪奖励、积分、里程及会员余额
- 实时Google Flights/Kayak价格比较
- 来自SecretFlying、TheFlightDeal、TravelPirates的实时优惠信息
- Booking.com和Google Hotels价格比较
- Priority Pass实时休息室验证
- TripAdvisor活动发现
- SeatGuru座位质量查询
- 每月500次API调用(替代每天5次)
- 升级地址:https://aerobase.app/openclaw-travel-agent