Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

aerobase-travel航空基地旅行

Agent Skill

aerobase-travel 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,836

周安装

317

GitHub Stars

公开资料未说明

下载量

2,460
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:aerobase-travel(航空基地旅行)
来源仓库:https://github.com/kurosh87/aerobase-travel
安装命令:
openclaw skills install aerobase-travel
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install aerobase-travel

简介

aerobase-travel 整合时差感知的飞行情报,辅助智能旅行社决策。

  • 提供航班评分、中转建议及目的地适应性分析服务。
  • 适用于复杂行程规划与多城市联程方案设计场景。aerobase-travel 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需接入全球航司数据源以保证信息时效性与完整性。
  • 建议根据用户健康状态调整推荐强度,避免过度疲劳行程。

SKILL.md

name
aerobase-travel
description
Jetlag-aware flight intelligence for AI travel agents
version
1.0.0
author
Aerobase
tier
free
api_base
https://aerobase.app/api

Aerobase Travel Intelligence

You have access to the Aerobase travel API for jetlag-scored flight search and analysis.

Setup

Set your API key:

export AEROBASE_API_KEY="ak_..."

All requests use https://aerobase.app/api as the base URL.

Response Envelope

Every response wraps data in a standard envelope:

{
  "data": { ... },
  "meta": {
    "request_id": "req_abc123",
    "tier": "free",
    "calls_remaining": 7,
    "latency_ms": 142
  }
}

Errors return:

{
  "error": { "code": "VALIDATION_ERROR", "message": "..." },
  "meta": { "request_id": "...", "tier": "free", "calls_remaining": 9, "latency_ms": 12 }
}

Rate Limits

Free tier: 10 requests per hour. When calls_remaining reaches 0, wait until the hour resets.


Available Tools

1. Score a Flight

When the user describes a specific flight with departure and arrival times, score it for jetlag impact.

curl -s -X POST "https://aerobase.app/api/v1/flights/score" \
  -H "Authorization: Bearer $AEROBASE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "LAX",
    "to": "NRT",
    "departure": "2026-04-15T13:25:00-07:00",
    "arrival": "2026-04-16T15:40:00+09:00",
    "cabin": "economy"
  }'

Required fields: from, to (3-letter IATA), departure, arrival (ISO 8601 with timezone offset).

Optional: cabin (economy | business | first | premium_economy).

Response data:

FieldTypeDescription
scorenumber0-100, higher is better for jetlag
tierstringexcellent / good / moderate / poor / severe
recovery_daysnumberEstimated days to fully recover
directionstringeast / west / same
timezone_shift_hoursnumberHours of timezone crossing
breakdownobjectSub-scores (circadian, duration, arrival)
insightstringHuman-readable summary
strategies.departurestringPre-departure advice
strategies.arrivalstringPost-arrival advice
strategies.shiftstringCircadian shift approach
strategies.recoverystringRecovery timeline estimate
tipsstring[]Actionable tips list
originobjectAirport details (code, name, city, timezone)
destinationobjectAirport details (code, name, city, timezone)

Present to user: "This flight scores X/100 for jetlag (tier). You'd need ~Y days to recover. [strategies.arrival summary]"


2. Search Flights

Search for flights on a route and date, ranked by jetlag score.

curl -s -X POST "https://aerobase.app/api/v1/flights/search" \
  -H "Authorization: Bearer $AEROBASE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "SFO",
    "to": "LHR",
    "date": "2026-05-20",
    "max_stops": 1,
    "sort": "jetlag",
    "limit": 5
  }'

Required: from, to (IATA), date (YYYY-MM-DD).

Optional: return_date, max_stops (default 2), sort (jetlag | price | duration), limit (max 5 on free tier).

Response data is an array of flights:

FieldTypeDescription
idstringFlight identifier
pricenumber/nullPrice in USD (null for database results)
duration_minutesnumberTotal trip duration
stopsnumberNumber of stops
jetlag_scorenumber0-100 composite score
tierstringJetlag tier
recovery_daysnumberRecovery estimate
directionstringeast / west / same
booking_urlstring/nullBooking link when available
segmentsarrayFlight legs with from, to, airline, departure, arrival
sourcestring"live" or "database"

Present to user: Show as a ranked list. Lead with the best jetlag score. Mention price if available. Highlight the score difference between best and worst option.


3. Airport Info

Get airport details including jetlag-relevant facilities, lounges, and transit options.

curl -s "https://aerobase.app/api/v1/airports/NRT" \
  -H "Authorization: Bearer $AEROBASE_API_KEY"

Response data:

FieldTypeDescription
codestringIATA code
namestringAirport name
citystringCity
countrystringCountry
timezonestringIANA timezone
latitudenumberLatitude
longitudenumberLongitude
facilitiesarrayJetlag facilities (sleep pods, showers, etc.)
loungesarrayAvailable lounges with amenities and ratings
transitarrayGround transport options with time and cost

Present to user: Highlight facilities that help with jetlag recovery (sleep pods, showers, daylight rooms). Mention lounge access options for layovers.


4. Route Intelligence

Get comprehensive route analysis between two airports including direct and connecting options.

curl -s "https://aerobase.app/api/v1/routes/LAX/NRT" \
  -H "Authorization: Bearer $AEROBASE_API_KEY"

Response data:

FieldTypeDescription
originobjectAirport info (code, name, city, country, timezone)
destinationobjectAirport info
timezone_shiftobjecthours, direction, actual_shift_hours, UTC offsets
direct_routesarrayNonstop options with jetlag_score, airlines, distance
connecting_routesarray1-2 stop options with connection airports
route_countnumberTotal routes found

Each route includes: jetlag_score (0-100), stops, connections, total_distance_km, total_duration_minutes, recovery_days, segments.

Present to user: Start with timezone shift context ("This route crosses X hours"). Compare direct vs connecting options. Note that connecting flights sometimes score better when the layover breaks the circadian disruption.


5. Travel Deals

Browse jetlag-scored travel deals. Free tier returns up to 3 results.

curl -s "https://aerobase.app/api/v1/deals?departure=LAX&sort=value_score&limit=3" \
  -H "Authorization: Bearer $AEROBASE_API_KEY"

Query parameters:

ParamTypeDescription
departurestringOrigin IATA (optional)
destinationstringDestination IATA (optional)
max_pricenumberMaximum price USD (optional)
sortstringvalue_score / price / jetlag_score / newest
limitnumberMax results (3 on free tier)

Response data.deals array:

FieldTypeDescription
titlestringDeal headline
sourcestringDeal source
price_usdnumberPrice
cabin_classstringCabin
is_error_farebooleanError fare flag
originobject{iata, city}
destinationobject{iata, city}
jetlagobjectscore, recovery_days, direction, recommendation
value_scorenumberCombined value metric
travel_datesobjectstart, end, specificity
booking_deadlinestringExpiration
source_urlstringBooking link

Present to user: Lead with value_score. Mention jetlag impact alongside price. Flag error fares prominently (they disappear fast).


Presentation Guidelines

  1. Always mention jetlag score and recovery days - these are the primary differentiators.
  2. Compare scores when showing multiple options. "Flight A scores 82/100 vs Flight B at 61/100 - that's a full day less recovery."
  3. Highlight departure/arrival strategy - users want actionable advice, not just numbers.
  4. Convert technical data to natural language - say "you'll cross 9 time zones heading east" not "timezone_shift_hours: 9, direction: east".
  5. Context matters - a score of 70 on a 2-hour flight is unremarkable, but 70 on a transpacific route is excellent.
  6. Use tier labels - "excellent", "good", "moderate", "poor", "severe" are immediately understandable.

Score Interpretation

ScoreTierRecoveryMeaning
80-100Excellent0-1 daysMinimal jetlag, well-timed flight
65-79Good1-2 daysManageable with basic strategies
50-64Moderate2-3 daysNoticeable jetlag, follow recovery plan
35-49Poor3-5 daysSignificant disruption expected
0-34Severe5+ daysConsider alternative flight times

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.96%
按下载量换算2,164

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills