Aerobase Flight Deals 💰
Use this skill for shopping, ranking, and tracking fare movement so users get the right flight value at the right moment.
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
- - Search live and saved-route deals from Aerobase deal data.
- Compare options by price, value score, and jetlag recovery impact.
- Create, list, and manage watch alerts for meaningful price drops.
Deal search
GET /api/v1/deals
Query params:
- -
origin departure IATA code - INLINECODE13 destination IATA code
- INLINECODE14 maximum price in USD
- INLINECODE15 minimum value score
- INLINECODE16 max recovery window
- INLINECODE17 travel date start
- INLINECODE18 travel date end
- INLINECODE19 (
value_score, price, jetlag_score, newest) - INLINECODE24 up to 50
Deal alerts
- - POST /api/deals/alerts — create a watch alert for a route/date strategy
- GET /api/deals/alerts — list active user alerts
Output pattern
- - Show route + travel window + fare + airline first.
- Add
jetlag_score and recovery recommendations inline. - For long layover routes, call out whether price gain comes with recovery burden.
Usage limits
- - Free: 5 requests/day
- Pro: 500 API calls/month (upgrade at $9.95/month)
- Lifetime: $249 for 500 API calls/month
Monitoring checks remain triggered based on route watch setup.
Safety
- - Do not request credentials, account numbers, or saved logins.
- Do not instruct users to provide private account details or one-time tokens.
Pro Superpowers
Upgrade to Pro to unlock browser-powered superpowers for travel deal sites:
- - Real-time deal feeds from SecretFlying, TheFlightDeal, TravelPirates, and Going.com
- Google Flights price verification for deal confirmation
- 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 个后续操作。
此技能的功能
- - 从 Aerobase 优惠数据中搜索实时和已保存路线的优惠。
- 按价格、价值评分和时差恢复影响比较选项。
- 创建、列出和管理价格显著下跌的监控提醒。
优惠搜索
GET /api/v1/deals
查询参数:
- - origin 出发地 IATA 代码
- destination 目的地 IATA 代码
- maxprice 最高价格(美元)
- minscore 最低价值评分
- maxrecoverydays 最长恢复窗口
- datefrom 旅行开始日期
- dateto 旅行结束日期
- sort(valuescore、price、jetlagscore、newest)
- limit 最多 50 条
优惠提醒
- - POST /api/deals/alerts — 为路线/日期策略创建监控提醒
- GET /api/deals/alerts — 列出用户活跃提醒
输出模式
- - 首先显示路线 + 旅行窗口 + 票价 + 航空公司。
- 内联添加 jetlag_score 和恢复建议。
- 对于长转机路线,说明价格优势是否伴随恢复负担。
使用限制
- - 免费版:每天 5 次请求
- 专业版:每月 500 次 API 调用(升级费用 $9.95/月)
- 终身版:$249 享受每月 500 次 API 调用
监控检查仍会根据路线监控设置触发。
安全
- - 请勿索要凭证、账号或已保存的登录信息。
- 请勿指示用户提供私人账户详情或一次性令牌。
专业版超级功能
升级至专业版,解锁旅行优惠网站的浏览器驱动超级功能:
- - 来自 SecretFlying、TheFlightDeal、TravelPirates 和 Going.com 的实时优惠信息流
- Google Flights 价格验证以确认优惠
- 每月 500 次 API 调用,而非每天 5 次
- 在 https://aerobase.app/openclaw-travel-agent 获取专业版