Agent skill · Design & Presentation

premium-hotels

Search Amex FHR/THC and Chase Edit hotels by city. Compare credits, benefits, and find stacking opportunities across card programs.

borskigithub.com/borskiGitHub ↗
claude-codeMIT
Install
npx skills add borski/travel-hacking-toolkit --skill premium-hotels --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/premium-hotels/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

# Premium Hotel Programs Search 4,659 premium hotel properties across three credit card programs. Find which hotels offer complimentary benefits, compare credits, and identify stacking opportunities where a hotel appears in multiple programs. **No API key needed.** All data is local JSON files in `data/`. ## When to Use - User asks "what FHR hotels are in Stockholm?" - Comparing hotel options for a trip and want to maximize card benefits - Looking for hotels where Amex FHR + Chase Edit credits stack - Checking if a specific hotel is in any premium program ## Programs | Program | Card Required | Key Benefits | Properties | |---------|--------------|--------------|------------| | **FHR** (Fine Hotels & Resorts) | Amex Platinum | $600/yr Plat credit (2x $300 semi-annual), $100 property credit, daily breakfast for 2, 12pm checkin, guaranteed 4pm checkout, room upgrade, wifi | 1,807 | | **THC** (The Hotel Collection) | Amex Platinum | $600/yr Plat credit (2x $300 semi-annual, shared with FHR), $100 property credit, 12pm checkin, room upgrade, late checkout (2-night min) | 1,299 | | **Chase Edit** (Sapphire Reserve) | Chase Sapphire Reserve | $500/yr statement credit (2x $250), $100 prop

What's inside
Steps it walks through
  1. When to Use
  2. Programs
  3. Stacking
  4. Chase Sapphire Reserve Hotel Credits (2026)
  5. Amex Platinum Hotel Credit Mechanics (FHR or THC)
  6. Searching by City
  7. FHR and THC (coordinate-based)
  8. Chase Edit (text-based)
  9. Common City Coordinates
  10. Combined Search (Recommended Workflow)
  11. Output Format
  12. After the table
  13. Data Sources
  14. Notes
Commands it runs
Stockholm (59.33, 18.07) - search within ~0.15 degrees (~15km)
jq --argjson lat $LAT --argjson lng $LNG --argjson r $R \
Stockholm
jq '[.properties[] | select(
FHR
THC
Chase Edit
Combine
echo "$FHR" "$THC" "$CHASE" | jq -s 'add | group_by(.name) | map({
More from travel-hacking-toolkit
All skills →
About this skill
What does the premium-hotels skill do?

Search Amex FHR/THC and Chase Edit hotels by city. Compare credits, benefits, and find stacking opportunities across card programs.

How do I install it?

Run `npx skills add borski/travel-hacking-toolkit --skill premium-hotels --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