Agent skill

wheretocredit

Mileage earning rates by airline and booking class via wheretocredit.com. Redeemable and qualifying miles across 50+ programs. Use when deciding where to credit a flight or comparing earning rates.

borski611★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add borski/travel-hacking-toolkit --skill wheretocredit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: plugins/travel-hacking-toolkit/skills/wheretocredit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 611
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Where to Credit Look up mileage earning rates for any airline and booking class across 50+ frequent flyer programs. Covers both **redeemable miles** (the ones you spend) and **qualifying miles** (the ones that count toward elite status). **Source:** [wheretocredit.com](https://www.wheretocredit.com) — No API key required. Data is scraped via webfetch. ## URL Patterns All data lives at predictable URLs on wheretocredit.com: ### Airline booking class detail (PRIMARY) ``` https://www.wheretocredit.com/en/{IATA_CODE}/{BOOKING_CLASS} ``` Returns: cabin type, fare types, redeemable miles table, qualifying miles table. Example: `https://www.wheretocredit.com/en/AY/Z` (Finnair class Z) ### Airline overview (all classes) ``` https://www.wheretocredit.com/en/{IATA_CODE} ``` Returns: list of all booking classes with cabin, fare types, and top earning program for each. Example: `https://www.wheretocredit.com/en/AY` (all Finnair classes) ### Program overview (all partner airlines) ``` https://www.wheretocredit.com/en/programs/{PROGRAM_CODE} ``` Returns: list of all airlines that credit to this program. Example: `https://www.wheretocredit.com/en/programs/AA` (AA AAdvantage partners) ## Common

What's inside
Steps it walks through
  1. URL Patterns
  2. Airline booking class detail (PRIMARY)
  3. Airline overview (all classes)
  4. Program overview (all partner airlines)
  5. Common IATA Codes
  6. Common Program Codes
  7. Reading the Results
  8. Redeemable Miles Table
  9. Qualifying Miles Table
  10. Tier Levels by Program
  11. Traveler Profiles
  12. Decision Algorithm
  13. Step 1: Gather inputs
  14. Step 2: Fetch earning rates
More from travel-hacking-toolkit
All skills →
About this skill
What does the wheretocredit skill do?

Mileage earning rates by airline and booking class via wheretocredit.com. Redeemable and qualifying miles across 50+ programs. Use when deciding where to credit a flight or comparing earning rates.

How do I install it?

Run `npx skills add borski/travel-hacking-toolkit --skill wheretocredit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From borski/travel-hacking-toolkit, a repository with 611 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going