← 返回 Skills 市场
kurosh87

Aerobase Travel Activities

作者 Aerobase · GitHub ↗ · v3.2.1 · MIT-0
cross-platform ✓ 安全检测通过
491
总下载
0
收藏
2
当前安装
20
版本数
在 OpenClaw 中安装
/install aerobase-travel-activities
功能描述
Discover near-airport and destination activities with ratings, reviews, and booking context
使用说明 (SKILL.md)

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: 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 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, offset
  • /api/tours: city, country, type, airport, minRating, maxDuration, search, limit, offset

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:

安全使用建议
This skill appears internally consistent. Before installing: ensure you obtain the AEROBASE_API_KEY only from the provider URL (https://aerobase.app/openclaw-travel-agent) and do not paste your key into chat messages; store it in the agent's environment variable AEROBASE_API_KEY. Be aware of free-tier limits (5 requests/day) and Pro pricing if you need more calls. The skill states it will only call Aerobase endpoints and will not perform scraping or request user credentials, but you should still confirm the provider's privacy and terms if you plan to send personal itinerary details. Finally, note the skill can be invoked autonomously by the agent (normal behavior) — if you want to prevent autonomous calls, disable model invocation for the skill in your agent settings.
功能分析
Type: OpenClaw Skill Name: aerobase-travel-activities Version: 3.2.1 The aerobase-travel-activities skill is a standard API integration for discovering travel attractions and tours via the aerobase.app service. It includes security-conscious instructions for the AI agent, such as redacting API keys in output and explicitly forbidding the collection of user passwords or credentials. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description, declared primaryEnv (AEROBASE_API_KEY), and endpoints (aerobase.app) align: the skill is an API client for Aerobase and does not request unrelated capabilities or credentials.
Instruction Scope
SKILL.md confines the agent to Aerobase endpoints, specifies parameter validation and error handling, and explicitly forbids scraping, browser automation, and asking for user credentials.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing new is written to disk or downloaded during install.
Credentials
Only a single API key (AEROBASE_API_KEY) is required and that is justified by the skill's API usage; no other secrets or unrelated env vars are requested.
Persistence & Privilege
Skill is user-invocable and allows autonomous invocation (disable-model-invocation: false) but does not force always-on. Autonomous invocation is the platform default; no additional persistence privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aerobase-travel-activities
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aerobase-travel-activities 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
Version bump for consistency
v3.1.6
Sync local updates
v3.0.8
- Added detailed Agent API Key protocol, including authentication headers, error handling, and key redaction rules. - Updated API usage limits: Pro now allows 500 API calls/month, with a new Lifetime plan (also 500 calls/month). - Clarified request rules, error guidance, and response formatting for improved reliability and user support. - Minor corrections to setup instructions and removal of outdated information.
v3.0.7
- Updated version to 3.1.6 in SKILL.md. - No other content or functional changes.
v3.0.6
Standardize usage-limit messaging across all skills: free 5 requests/day and unlimited for Pro at .99.
v3.0.5
Add global usage limits across all skills: free 5 requests/day, unlimited for Pro (.99).
v3.0.4
Marketing-focused wording refresh: clearer value framing, trust/safety section, and API-first usage clarity for all travel skills.
v3.0.3
Align docs with live Aerobase API and remove credential/scraping guidance.
v3.0.2
- Added LICENSE.txt file to the project. - No changes to logic or API—just inclusion of license for clarity on usage rights.
v3.0.1
Aerobase Travel Activities v3.1.0 - Expanded documentation detailing matching activity intensity to jetlag recovery stages. - Clarified API endpoints for searching attractions and tours, and labeled Viator as an affiliate source. - Added guidance on when to suggest activities for layovers, trip stages, and bad-weather days. - Outlined clear usage limits (max 30 requests/hour) and workflow for API and external data sources. - Described the hierarchy: Aerobase Tours API as primary source, browser and Scrapling only for niche cases.
v3.0.0
No user-facing changes in this release. - Version updated to 3.0.0, but no file or feature changes detected.
v2.0.0
Aerobase Travel Activities v2.0.0 - Updated SKILL.md with minor changes, including fixing the premium upgrade link (now points to `/openclaw-travel-agent/pricing`). - Added `version: 1.0.0` metadata field at the start of SKILL.md. - No changes to API features or general functionality.
v1.2.0
Added API documentation links
v1.1.0
Added marketing content with Aerobase intro and cross-promotion
v1.0.1
- Simplified and clarified documentation for easier use and setup. - Updated API endpoints and query parameters for improved tour and attraction searches. - Booking info clarified for Viator integration; booking URLs provided, not direct booking. - Added API key configuration instructions. - Removed legacy workflow and browser/scraping details for a cleaner overview.
v1.0.0
Initial release: Discover and book Viator tours and activities near airports and destinations, tailored for layovers and trip recovery. - Search attractions and tours by location, duration, and category via Aerobase Tours API. - Suggest activities matched to traveler’s itinerary, including layovers and recovery days. - Curated results with detailed info: price, ratings, reviews, booking links. - Rate limits: 5 free API calls/day, unlimited for premium. - Falls back to web/database search for niche or real-time needs only—API is primary source.
元数据
Slug aerobase-travel-activities
版本 3.2.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 20
常见问题

Aerobase Travel Activities 是什么?

Discover near-airport and destination activities with ratings, reviews, and booking context. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 491 次。

如何安装 Aerobase Travel Activities?

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

Aerobase Travel Activities 是免费的吗?

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

Aerobase Travel Activities 支持哪些平台?

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

谁开发了 Aerobase Travel Activities?

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

💬 留言讨论