Aerobase Jetlag Recovery 😴
This skill makes jetlag decisions actionable: score fatigue impact, then return an easy recovery plan users can execute the same day.
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
- - Score any flight for jetlag impact (
0-100). - Generate personalized recovery plans.
- Suggest timing, sleep adjustments, and in-flight routines.
- Estimate accelerated functional recovery days.
- Treat
0 recovery days as negligible circadian disruption, not missing data.
Endpoints
- - POST /api/v1/flights/score — score a flight for jetlag impact with canonical
jetlagScore (0-100). - POST /api/v1/recovery/plan — generate a personalized accelerated recovery plan.
Usage limits
- - Free: 5 requests/day
- Pro: 500 API calls/month (upgrade at $9.95/month)
- Lifetime: $249 for 500 API calls/month
Example usage pattern
- - User asks: "How hard is LHR → JFK on this option?"
Use
/api/v1/flights/score.
- - User asks: "Help me recover better"
Use
/api/v1/recovery/plan with their likely sleep window and timezone context.
- - For
0-2h shifts, frame results as minimal/negligible circadian disruption rather than a full jetlag reset problem.
Safety
- - Never infer or request secrets.
- Keep the plan practical: clear action list, no unsafe medical or dosing recommendations.
- Offer alternatives when recovery burden is high (later departure, longer stay buffer, airport adjustments).
Pro Superpowers
Upgrade to Pro to unlock browser-powered superpowers for travel-specific sites:
- - Calendar sync with body clock conflict detection at destination
- Gmail import auto-extracts flights for recovery plan generation
- Day-by-day itinerary planning with jetlag-phased scheduling
- 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 项后续操作。
本技能功能
- - 对任意航班进行时差影响评分(0-100 分)。
- 生成个性化恢复计划。
- 建议时间安排、睡眠调整及机上作息方案。
- 预估加速功能恢复所需天数。
- 将 0 天恢复期视为可忽略的昼夜节律紊乱,而非数据缺失。
端点
- - POST /api/v1/flights/score — 对航班进行时差影响评分,返回标准化的 jetlagScore(0-100 分)。
- POST /api/v1/recovery/plan — 生成个性化加速恢复计划。
使用限制
- - 免费版:每日 5 次请求
- 专业版:每月 500 次 API 调用(升级费用每月 9.95 美元)
- 终身版:249 美元,每月 500 次 API 调用
使用示例
- - 用户询问:这条航线 LHR → JFK 的时差影响有多大?
使用 /api/v1/flights/score 端点。
使用 /api/v1/recovery/plan 端点,结合其可能的睡眠窗口和时区背景信息。
- - 对于 0-2 小时时差,将结果描述为轻微/可忽略的昼夜节律紊乱,而非完整的时差重置问题。
安全准则
- - 切勿推断或索要机密信息。
- 保持计划实用性:提供清晰行动清单,不包含不安全的医疗或剂量建议。
- 当恢复负担较重时,提供替代方案(推迟出发、延长停留缓冲期、调整机场选择等)。
专业版超能力
升级至专业版,解锁针对旅行网站的浏览器驱动超能力:
- - 日历同步,具备目的地生物钟冲突检测功能
- Gmail 导入,自动提取航班信息以生成恢复计划
- 逐日行程规划,支持时差分阶段调度
- 每月 500 次 API 调用(替代每日 5 次)
- 立即升级:https://aerobase.app/openclaw-travel-agent