← Back to Skills Marketplace
kurosh87

Aerobase Travel Wallet

by Aerobase · GitHub ↗ · v3.2.1 · MIT-0
cross-platform ⚠ suspicious
476
Downloads
0
Stars
1
Active Installs
19
Versions
Install in OpenClaw
/install aerobase-travel-wallet
Description
Credit cards, loyalty balances, transfer partners, and transfer bonuses. Calculates CPP.
README (SKILL.md)

Aerobase Points & Wallet 💳

Use this skill to translate travel rewards into concrete trip value and clear redemption choices.

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

  • Search travel credit cards by transfer partners and rewards profile.
  • Pull current transfer bonuses and conversion opportunities.
  • Show loyalty balances and wallet summary views.
  • Calculate cents-per-point from user-provided fare context.

Endpoints

GET /api/v1/credit-cards

  • action list
  • transferable, issuers, networks
  • issuer card issuer filter
  • network card network filter
  • q text search
  • minFee, maxFee, limit

GET /api/transfer-bonuses
Returns active transfer bonuses.

GET /api/wallet/summary
Returns linked cards, transfer accounts, and loyalty balances.

GET /api/user-loyalty-programs
Returns linked loyalty program summaries.

GET /api/user-loyalty?action=summary
Returns wallet-wide normalized points and value summary.

Safety

  • Do not request bank details, account PINs, passwords, OTPs, or sensitive loyalty credentials.
  • Compute CPP from user-provided fare numbers and displayed miles only.

Usage limits

  • Free: 5 requests/day
  • Pro: 500 API calls/month (upgrade at $9.95/month)
  • Lifetime: $249 for 500 API calls/month

Pro Superpowers

Upgrade to Pro to unlock browser-powered superpowers for travel-specific sites:

  • Automated tracking of points, miles, and loyalty balances
  • Gmail loyalty statement import (14 programs: Aeroplan, United, Delta, Marriott, Chase UR, Amex MR, etc.)
  • Live cash price lookup for automatic CPP calculation
  • 500 API calls/month instead of 5/day
  • Get Pro at https://aerobase.app/openclaw-travel-agent
Usage Guidance
This skill appears to be what it says: an Aerobase API client that uses a single API key. Before installing or upgrading to Pro, verify the following: 1) Confirm you obtain AEROBASE_API_KEY only from the official site (https://aerobase.app/openclaw-travel-agent). 2) Ask the vendor to clarify the apparent contradiction between 'API-only' and the Pro features that mention browser automation and Gmail imports — specifically what additional permissions, OAuth flows, or tokens are required and how those are handled (scopes, vendor access, data retention). 3) Never paste passwords, OTPs, cookies, or mailbox credentials into chat; prefer OAuth flows that you inspect in-browser. 4) If you enable Pro features that access Gmail or perform browser automation, verify the exact scopes and consider using a mailbox/account with limited data or recovery options. If the vendor cannot clearly explain the Pro privacy/auth flow, treat the Pro features as a potential privacy risk and avoid enabling them.
Capability Analysis
Type: OpenClaw Skill Name: aerobase-travel-wallet Version: 3.2.1 The aerobase-travel-wallet skill is a standard API integration for managing travel rewards and loyalty balances via aerobase.app. The SKILL.md instructions include explicit safety protocols, such as redacting API keys and prohibiting the agent from requesting sensitive user credentials like passwords or OTPs. No malicious code, data exfiltration, or suspicious execution patterns were found.
Capability Assessment
Purpose & Capability
Name/description (travel wallet, CPP calculation, transfer partners) align with the declared primary credential (AEROBASE_API_KEY) and the API endpoints listed. Requiring an Aerobase API key is proportional and expected for this purpose.
Instruction Scope
SKILL.md limits runtime behavior to calls to Aerobase endpoints, parameter validation, and error handling, and explicitly forbids collecting passwords/OTPs. However, the 'Pro Superpowers' section advertises browser-powered automation and Gmail loyalty statement import (which would require access to third‑party accounts/data). That conflicts with the earlier 'API-only: no scraping, no browser automation' statement and is a scope inconsistency that should be clarified.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal install risk because nothing will be written to disk by the skill package itself.
Credentials
Only one credential is declared (AEROBASE_API_KEY), which matches the stated API integration. The SKILL.md also promises Pro features (Gmail import, browser automation) that would require additional credentials/permissions (OAuth tokens, mailbox access) but these are not declared; verify what extra permissions or tokens are required if you enable/upgrade.
Persistence & Privilege
Skill is not always-on and is user-invocable; it does not request elevated platform privileges or modifications to other skills. Autonomous invocation is permitted (platform default) but not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aerobase-travel-wallet
  3. After installation, invoke the skill by name or use /aerobase-travel-wallet
  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
- Updated setup instructions with new API key signup and environment variable details. - Added detailed agent API key protocol, including headers, error handling, and response guidance. - Clarified free, Pro, and Lifetime usage limits and upgrade instructions. - Enhanced security and request guidelines for agents and users. - No changes were made to endpoints or core functionality.
v3.0.7
- Updated skill version from 3.1.5 to 3.1.6 in documentation. - No content or feature changes; version bump only in SKILL.md.
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 repository. - No changes to functionality or documentation.
v3.0.1
- Updated SKILL.md to increase version to 3.1.0. - No functional or behavioral changes; documentation version bump only.
v3.0.0
- Clarified Gmail integration now requires user OAuth connection in Aerobase settings. - Added details on email processing: loyalty data is processed only on Aerobase servers and not shared with third parties. - Updated example conversations and API references to specify Gmail OAuth requirement. - Improved privacy statements throughout documentation.
v2.0.0
- Updated API key signup and pricing links to new /openclaw-travel-agent URLs. - Replaced previous "Get free API key at" and pricing references with updated endpoints. - Added "version: 1.0.0" YAML field at the top of the file.
v1.2.0
Added API documentation links
v1.1.0
Added marketing content with Aerobase intro and cross-promotion
v1.0.0
Initial release of aerabase-travel-wallet. - Manage and track credit cards, loyalty points, and transfer partners. - Search travel credit cards and filter by issuer, network, or annual fee. - View current points transfer bonuses between major banks and airlines/hotels. - Scan and display loyalty balances from Gmail. - Calculate cents per point (CPP) to determine point value. - Supports major airline, hotel, and credit card loyalty programs.
Metadata
Slug aerobase-travel-wallet
Version 3.2.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 19
Frequently Asked Questions

What is Aerobase Travel Wallet?

Credit cards, loyalty balances, transfer partners, and transfer bonuses. Calculates CPP. It is an AI Agent Skill for Claude Code / OpenClaw, with 476 downloads so far.

How do I install Aerobase Travel Wallet?

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

Is Aerobase Travel Wallet free?

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

Which platforms does Aerobase Travel Wallet support?

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

Who created Aerobase Travel Wallet?

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

💬 Comments