transfer-partners

Calculate cheapest transferable-point paths for award flights using local JSON data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps travelers determine which transferable credit card currency to use to book a given award flight by cross-referencing award prices with issuer transfer ratios and point valuations to reveal the lowest effective and opportunity cost.

Core Features & Use Cases

  • Map seats.aero or manual award availability results to issuer transfer partners using local transfer-partners.json.
  • Calculate effective points required per transferable currency and compute cash-equivalent opportunity cost using points-valuations.json.
  • Produce markdown comparison tables, recommend the best currency to transfer from, surface transfer bonus considerations, and provide jq recipes for automation; ideal when deciding whether to transfer points before confirming an award.

Quick Start

Compare my award options and recommend the cheapest transferable currency given award prices and my point balances.

Frequently Asked Questions about transfer-partners

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

FAQPage Schema
How do I calculate the cheapest transferable points currency for an award flight?

To calculate the cheapest transferable points currency, cross-reference award flight prices with issuer transfer ratios and point valuations to compute effective points required and cash-equivalent opportunity cost. The Skill outputs markdown comparison tables and recommends the lowest-cost transferable currency.

Can I use seats.aero award availability results to compare transfer partner ratios?

Yes, seats.aero award availability results can be mapped directly to transfer partner ratios. The Skill cross-references these awards with issuer transfer ratios using local transfer-partners.json data to determine the most cost-effective points transfer path.

What data files do I need to optimize award bookings with transferable points?

You need local JSON data files named transfer-partners.json and points-valuations.json. These files contain the loyalty program transfer ratios and point valuations required to compute points needed and opportunity cost for award flight comparisons.

How do I automate transfer partner point valuation comparisons?

You can automate transfer partner point valuation comparisons using the optional jq recipes provided by the Skill. These recipes process the local JSON data files to compute effective points required and opportunity cost across transferable currencies.

What's the best way to compare point valuations across transferable currencies before transferring points?

The best way to compare point valuations across transferable currencies is to compute opportunity cost using your local points-valuations.json file. The Skill generates markdown comparison tables showing effective points required and cash-equivalent value to recommend the optimal currency.

Why does my transfer partner calculation show a higher opportunity cost than expected?

Opportunity cost calculations reflect the cash-equivalent value of your points based on points-valuations.json. A higher opportunity cost means the transfer ratio for that specific currency requires more points, making it less efficient than alternative transferable currencies for that award.