← 返回 Skills 市场
kurosh87

Aerobase Travel Lounges

作者 Aerobase · GitHub ↗ · v3.3.1 · MIT-0
cross-platform ✓ 安全检测通过
465
总下载
0
收藏
1
当前安装
22
版本数
在 OpenClaw 中安装
/install aerobase-travel-lounges
功能描述
Airport lounge access and recovery-support recommendations
使用说明 (SKILL.md)

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: https://aerobase.app
  • Required env var: AEROBASE_API_KEY
  • Auth header (preferred): Authorization: Bearer ${AEROBASE_API_KEY}
  • 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:

安全使用建议
This skill appears coherent and limited to calling Aerobase APIs. Before installing: (1) confirm https://aerobase.app is the legitimate service and review its privacy/terms, (2) only provide the AEROBASE_API_KEY (do not paste other credentials), (3) store the key with least privilege and rotate it if possible, (4) note free-tier limits (5 requests/day) and upgrade options, and (5) be aware that allowing autonomous invocation means the agent may call the Aerobase API when it deems appropriate — if you want to restrict that, only enable the skill when needed. If you need higher assurance, review Aerobase API docs and verify the endpoints and behavior independently.
功能分析
Type: OpenClaw Skill Name: aerobase-travel-lounges Version: 3.3.1 The aerobase-travel-lounges skill is a standard API integration for retrieving airport lounge information. It includes proactive security instructions for the AI agent, such as redacting API keys (sk_live_***) and explicitly forbidding the collection of user passwords or sensitive credentials. The behavior is well-documented and aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description (airport lounge lookups and recovery-aware recommendations) match the declared primary credential (AEROBASE_API_KEY) and the documented endpoints; nothing requested appears unrelated to lounge lookup functionality.
Instruction Scope
SKILL.md limits actions to calls to Aerobase endpoints, includes parameter validation and HTTP error handling, explicitly forbids asking for user passwords/OTPs/cookies, and does not instruct reading unrelated files or environment variables.
Install Mechanism
No install spec and no code files are included (instruction-only), so nothing will be downloaded or written to disk by an installer step.
Credentials
Only a single service API key (AEROBASE_API_KEY) is declared as required; no additional secrets, unrelated credentials, or config paths are requested.
Persistence & Privilege
Skill is not always-on and does not request elevated platform privileges or modifications to other skills; autonomous invocation is enabled but that's the platform default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aerobase-travel-lounges
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aerobase-travel-lounges 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.3.1
Clarify lounge recovery support wording
v3.2.1
Fix pricing to $9.95/mo, remove broken X-Api-Key fallback, add auth protocol to all Pro skills, fix broken endpoint references
v3.2.0
Fix: lifetime price $149.99→$249, add /month to setup price, lounge emoji consistency
v3.1.9
Browser-powered superpowers wording for Pro sections
v3.1.8
Clean Pro wording, add tier comparison, fix endpoint docs
v3.1.7
Fix: slug mismatch aerobase-lounges→aerobase-travel-lounges, fix ATM emoji→lounge emoji, standardize H1
v3.1.6
Sync local updates
v3.0.9
Expanded documentation and improved usage guidance. - Updated setup instructions and API key management details. - Added clear API key protocols, request rules, and error handling guidance. - Clarified new usage limits: Pro tier now allows 500 API calls/month; Lifetime option added. - Emphasized validation, security, and concise response rules in agent integration.
v3.0.8
- Updated version number to 3.1.6 in SKILL.md. - No functional or documentation changes apart from version bump.
v3.0.7
Standardize usage-limit messaging across all skills: free 5 requests/day and unlimited for Pro at .99.
v3.0.6
Add global usage limits across all skills: free 5 requests/day, unlimited for Pro (.99).
v3.0.5
Marketing-focused wording refresh: clearer value framing, trust/safety section, and API-first usage clarity for all travel skills.
v3.0.4
Align docs with live Aerobase API and remove credential/scraping guidance.
v3.0.3
- Added LICENSE.txt file to establish the project's licensing. - No changes to core functionality or documentation other than the addition of the license.
v3.0.2
- Updated skill name from "aerobase-travel-lounges" to "aerobase-lounges" - Removed version field from metadata and content - Minor text refinements for clarity and conciseness - Added note that lounge data is sourced from LR tables - No API or functional changes in this version
v3.0.1
Aerobase Travel Lounges 3.1.0 - Updated documentation to clarify API usage, supported query parameters, and field definitions for jetlag recovery recommendations. - Added details on browser automation for visual and real-time hours verification, including guidance on using Scrapling for Priority Pass lounge lookup. - Expanded examples and best practices for recommending lounges based on recovery features and layover scenarios. - Adjusted rate limits for searches and airport-specific queries. - Simplified and focused the description and skill guidance for easier user understanding.
v3.0.0
No visible file changes detected in this version. - Version number updated to 3.0.0. - No content or functional updates noted from previous release.
v2.0.0
- Added frontmatter version field to SKILL.md. - Updated premium access and pricing link to https://aerobase.app/openclaw-travel-agent/pricing. - No changes to API or core functionality; documentation improved for clarity.
v1.2.0
Added API documentation links
v1.1.0
Added marketing content with Aerobase intro and cross-promotion
元数据
Slug aerobase-travel-lounges
版本 3.3.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 22
常见问题

Aerobase Travel Lounges 是什么?

Airport lounge access and recovery-support recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 465 次。

如何安装 Aerobase Travel Lounges?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aerobase-travel-lounges」即可一键安装,无需额外配置。

Aerobase Travel Lounges 是免费的吗?

是的,Aerobase Travel Lounges 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Aerobase Travel Lounges 支持哪些平台?

Aerobase Travel Lounges 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Aerobase Travel Lounges?

由 Aerobase(@kurosh87)开发并维护,当前版本 v3.3.1。

💬 留言讨论