Aerobase Travel Activities 🎫
Use this skill to suggest realistic activity plans that fit the traveler’s budget, time, and energy 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 attractions and tours by destination context.
- Prefer short, restorative layover activities when arrival energy is low.
- Return practical options with timing and travel friction considerations.
Endpoints
- - GET /api/attractions — list attractions with filters.
- GET /api/attractions/{slug}/tours — tours for a specific attraction.
- GET /api/tours — search tours by destination and filters.
Filters:
- -
/api/attractions: city, country, type, tier, search, nearAirport, limit, INLINECODE20 - INLINECODE21 :
city, country, type, airport, minRating, maxDuration, search, limit, INLINECODE30
Safety
- - Do not ask for loyalty credentials or user login details.
- Prioritize recovery-safe options for layover/early arrival contexts.
- Match recommendations to user stamina, not just price.
Usage limits
- - Free: 5 requests/day
- Pro: 500 API calls/month (upgrade at $9.95/month)
- Lifetime: $249 for 500 API calls/month
API strategy
- - Use Aerobase Tours API as the only source for recommendations.
Pro Superpowers
Upgrade to Pro to unlock browser-powered superpowers for travel-specific sites:
- - TripAdvisor niche activity discovery with real-time data
- Live availability checks for local experiences
- 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 个后续操作。
此技能的功能
- - 根据目的地背景查找景点和旅行团。
- 当抵达时精力较低时,优先推荐短时、恢复性的中转活动。
- 返回实用选项,并考虑时间安排和旅行便利性。
端点
- - GET /api/attractions — 列出景点并支持筛选。
- GET /api/attractions/{slug}/tours — 特定景点的旅行团。
- GET /api/tours — 按目的地和筛选条件搜索旅行团。
筛选条件:
- - /api/attractions:city(城市)、country(国家)、type(类型)、tier(等级)、search(搜索)、nearAirport(靠近机场)、limit(限制数量)、offset(偏移量)
- /api/tours:city(城市)、country(国家)、type(类型)、airport(机场)、minRating(最低评分)、maxDuration(最长时长)、search(搜索)、limit(限制数量)、offset(偏移量)
安全
- - 请勿索要忠诚度凭证或用户登录详细信息。
- 对于中转/提前到达的情况,优先推荐有助于恢复精力的选项。
- 推荐内容需匹配用户的体力状况,而不仅仅是价格。
使用限制
- - 免费版:每天 5 次请求
- 专业版:每月 500 次 API 调用(升级费用 $9.95/月)
- 终身版:$249 享受每月 500 次 API 调用
API 策略
- - 仅使用 Aerobase 旅行团 API 作为推荐来源。
专业版超级功能
升级至专业版,解锁针对旅行网站的浏览器驱动超级功能:
- - TripAdvisor 细分活动发现,实时数据支持
- 本地体验的实时可用性检查
- 每月 500 次 API 调用(而非每天 5 次)
- 升级地址:https://aerobase.app/openclaw-travel-agent