← 返回 Skills 市场
kurosh87

Aerobase Travel Wallet

作者 Aerobase · GitHub ↗ · v3.2.1 · MIT-0
cross-platform ⚠ suspicious
476
总下载
0
收藏
1
当前安装
19
版本数
在 OpenClaw 中安装
/install aerobase-travel-wallet
功能描述
Credit cards, loyalty balances, transfer partners, and transfer bonuses. Calculates CPP.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aerobase-travel-wallet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aerobase-travel-wallet 触发
  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
- 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.
元数据
Slug aerobase-travel-wallet
版本 3.2.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 19
常见问题

Aerobase Travel Wallet 是什么?

Credit cards, loyalty balances, transfer partners, and transfer bonuses. Calculates CPP. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 476 次。

如何安装 Aerobase Travel Wallet?

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

Aerobase Travel Wallet 是免费的吗?

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

Aerobase Travel Wallet 支持哪些平台?

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

谁开发了 Aerobase Travel Wallet?

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

💬 留言讨论