awardwallet

Query AwardWallet for loyalty program balances, statuses, and account errors.

616|59|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/borski/travel-hacking-toolkit --skill awardwallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awardwallet
Source: https://github.com/borski/travel-hacking-toolkit/tree/main/skills/awardwallet
Command: npx skills add https://github.com/borski/travel-hacking-toolkit --skill awardwallet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes access to AwardWallet Business API to retrieve loyalty program balances, elite status, transaction history, and account error states so users and agents can quickly assess points inventory and account health for travel planning and award searches.

Core Features & Use Cases

  • Consolidated Balances: Retrieve airline, hotel, and credit card (transferable) balances in a single response for inventory checks and award availability planning.
  • Status and History: Extract elite status details, recent transaction history (last 10 items) and fetch full account history when deeper inspection is required.
  • Error & Health Checks: Identify accounts with credential issues or provider errors so users know which logins require updates before attempting bookings or transfers.
  • Use Case: When planning an award trip, gather all airline and transferable point balances, surface elite status that may affect award pricing or routing, and flag any accounts needing credential updates.

Quick Start

Ask the skill to list all airline and transferable points balances for the connected user and flag any accounts with errors.

Frequently Asked Questions about awardwallet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate loyalty program balances for travel planning?

You can consolidate loyalty balances by querying the AwardWallet API to aggregate airline, hotel, and transferable credit card points into a single response for inventory checks and award trip planning.

Can I check elite status and transaction history for my reward accounts?

Yes, elite status details and recent transaction history, typically the last 10 items, can be extracted. Full account history can also be fetched when deeper inspection of loyalty account activity is required.

How do I identify loyalty accounts with credential errors before booking?

Account error and health checks identify accounts with credential issues or provider errors by returning an errorCode, flagging logins that require password updates before attempting award bookings or point transfers.

Do I need API credentials to retrieve award miles and points balances?

Yes, retrieving award miles and points balances requires AwardWallet Business API credentials, specifically the AWARDWALLET_API_KEY and AWARDWALLET_USER_ID environment variables, to authenticate and return account objects.

What data format does the AwardWallet API return for loyalty accounts?

The API returns account objects containing balanceRaw, properties, history, and errorCode fields, providing structured loyalty data for downstream processing, trip planning, and loyalty account audits.