Aerobase Travel Lounges 🛋️
Use this for concrete, practical layover support: where to go, what to expect, and how it supports recovery.
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
- - Find lounge options at specific airports.
- Return recommendations by amenities and rest utility.
- Support recovery-aware layover planning.
Endpoints
- - GET /api/v1/lounges — search lounges by airport and filters.
- GET /api/airports/{code}/lounges — airport-specific lounge list.
Response style
- - Show recovery support, lounge amenities, and best use case.
- Recommend showers, quiet zones, and nap plans aligned to layover duration.
- For short layovers, prefer high-impact options first.
Usage limits
- - Free: 5 requests/day
- Pro: 500 API calls/month (upgrade at $9.95/month)
- Lifetime: $249 for 500 API calls/month
Safety
- - No credential collection and no third-party login collection.
Pro Superpowers
Upgrade to Pro to unlock browser-powered superpowers for travel-specific sites:
- - Priority Pass real-time hours and access verification
- Live lounge availability and quality confirmation
- 500 API calls/month instead of 5/day
- Get Pro at https://aerobase.app/openclaw-travel-agent
Aerobase Travel Lounges 🛋️
用于具体、实用的中转停留支持:去哪里、期待什么以及如何帮助恢复。
设置
使用此技能需在 https://aerobase.app/openclaw-travel-agent 获取免费API密钥,并在您的代理环境中设置 AEROBASEAPIKEY。
此技能仅限API使用:无爬取、无浏览器自动化、无用户凭证收集。
免费用户每日使用上限为5次请求。
升级至Pro版(每月$9.95)可获每月500次API调用,升级地址:https://aerobase.app/openclaw-travel-agent
代理API密钥协议
- - 基础URL:https://aerobase.app
- 必需环境变量:AEROBASEAPIKEY
- 认证头(推荐):Authorization: Bearer ${AEROBASEAPIKEY}
- 切勿向用户索要密码、OTP、Cookie或第三方登录信息。
- 切勿在输出中打印原始API密钥;应脱敏为 sklive*。
请求规则
- - 仅使用本技能文档中记载的Aerobase端点。
- 调用API前验证必需参数(IATA代码、日期、舱位、限制)。
- 遇到401/403:告知用户密钥缺失/无效,并引导至 https://aerobase.app/openclaw-travel-agent。
- 遇到429:说明免费版配额(每日5次请求),建议升级Pro版(每月$9.95,500次API调用/月)或终身版($249,500次API调用/月)。
- 遇到5xx/超时:短暂退避后重试一次;若仍失败,返回部分指引及后续步骤。
- 使用简洁回复:优先展示最佳选项,然后提供1-2个后续操作。
此技能的功能
- - 查找特定机场的休息室选项。
- 根据设施和休息效用返回推荐。
- 支持考虑恢复需求的中转停留规划。
端点
- - GET /api/v1/lounges — 按机场和筛选条件搜索休息室。
- GET /api/airports/{code}/lounges — 特定机场的休息室列表。
回复风格
- - 展示恢复支持、休息室设施及最佳使用场景。
- 推荐淋浴、安静区域及基于中转时长的休息方案。
- 对于短时中转,优先推荐高效益选项。
使用限制
- - 免费版:每日5次请求
- Pro版:每月500次API调用(升级费用每月$9.95)
- 终身版:$249享每月500次API调用
安全性
Pro超级能力
升级至Pro版,解锁针对旅行网站的浏览器驱动超级能力:
- - Priority Pass实时营业时间及准入验证
- 实时休息室可用性与质量确认
- 每月500次API调用(替代每日5次)
- 获取Pro版:https://aerobase.app/openclaw-travel-agent