← Back to Skills Marketplace
kurosh87

Aerobase Travel Activities

by Aerobase · GitHub ↗ · v3.2.1 · MIT-0
cross-platform ✓ Security Clean
491
Downloads
0
Stars
2
Active Installs
20
Versions
Install in OpenClaw
/install aerobase-travel-activities
Description
Discover near-airport and destination activities with ratings, reviews, and booking context
README (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:

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aerobase-travel-activities
  3. After installation, invoke the skill by name or use /aerobase-travel-activities
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug aerobase-travel-activities
Version 3.2.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 20
Frequently Asked Questions

What is Aerobase Travel Activities?

Discover near-airport and destination activities with ratings, reviews, and booking context. It is an AI Agent Skill for Claude Code / OpenClaw, with 491 downloads so far.

How do I install Aerobase Travel Activities?

Run "/install aerobase-travel-activities" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Aerobase Travel Activities free?

Yes, Aerobase Travel Activities is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Aerobase Travel Activities support?

Aerobase Travel Activities is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Aerobase Travel Activities?

It is built and maintained by Aerobase (@kurosh87); the current version is v3.2.1.

💬 Comments