Agent skill · Business & Finance

compare-hotels

Unified hotel comparison across Chase Edit, Amex FHR/THC, metasearch, and Airbnb. Highlights premium program benefits, stacking opportunities, and benefit-adjusted pricing.

borskigithub.com/borskiGitHub ↗
claude-codeMIT
Install
npx skills add borski/travel-hacking-toolkit --skill compare-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: 10 KB
Bundled scripts: none
Path: plugins/travel-hacking-toolkit/skills/compare-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

**Companion reference skills.** Load these for deeper context: - `hotel-chains` — branded property to loyalty program mapping - `premium-hotels` — FHR / THC / Chase Edit credits and stacking strategy - `points-valuations` — CPP floor/ceiling for hotel programs (Hyatt 1.4-1.7cpp, Hilton 0.4cpp floor, etc.) - `fallback-and-resilience` — recovery when a hotel source fails # Compare Hotels Search every available source for accommodation and present one unified comparison. Combines portal premium programs (Chase Edit, Amex FHR/THC), cash pricing, and Airbnb alternatives into a single view. **This is an orchestration skill.** It tells the agent which tools to run and how to combine results. No standalone script. ## When to Use - "Find me a hotel in Paris for Aug 11-15" - "Should I book through Chase or Amex for this hotel?" - "Compare hotels vs Airbnb in Oslo" - Any accommodation search where the user wants the full picture ## Sources Run these in parallel where possible. **Never fail silently.** ### Portal Premium Programs (Docker required) | Source | Skill | Speed | What It Finds | |--------|-------|-------|---------------| | Chase Travel | `chase-travel` | ~45s | Edit hotels ($100 cre

What's inside
Steps it walks through
  1. When to Use
  2. Sources
  3. Portal Premium Programs (Docker required)
  4. Cash Prices and Metasearch
  5. Quality and Ratings
  6. Vacation Rentals
  7. Premium Property Databases (local, instant)
  8. Workflow
  9. Step 1: Search All Sources
  10. Step 2: Identify Stacking Opportunities
  11. Step 3: Calculate Points Value
  12. Step 4: Present Unified Table
  13. Step 5: Recommendation
  14. Airbnb Integration
More from travel-hacking-toolkit
All skills →
About this skill
What does the compare-hotels skill do?

Unified hotel comparison across Chase Edit, Amex FHR/THC, metasearch, and Airbnb. Highlights premium program benefits, stacking opportunities, and benefit-adjusted pricing.

How do I install it?

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