Agent skill · Business & Finance

chase-travel

Search Chase UR travel portal via Patchright for cash prices, points pricing, Points Boost offers, and Chase Edit hotel benefits. Use for pay-with-points portal comparison on Sapphire Reserve/Preferred.

borskigithub.com/borskiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add borski/travel-hacking-toolkit --skill chase-travel --agent claude-code

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

Facts
Files in the skill folder: 5
SKILL.md size: 11 KB
Bundled scripts: yes
Path: plugins/travel-hacking-toolkit/skills/chase-travel/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

# Chase Travel Portal Search Search the Chase Ultimate Rewards travel portal for flights and hotels via Patchright. Returns cash prices, UR points pricing, Points Boost offers, and Chase Edit hotel benefits. **Requires Patchright** (undetected Playwright fork). Chase blocks standard Playwright and agent-browser. **Must run headed (headless=False).** Chase detects headless browsers. On macOS, a Chrome window briefly appears. For background operation, use Docker. ## Prerequisites ```bash pip install patchright && patchright install chromium ``` Or use Docker (no local install needed): ```bash docker pull ghcr.io/borski/chase-travel:latest # or build locally: docker build -t chase-travel skills/chase-travel/ ``` ## When to Use - Compare UR portal pricing against cash and award prices - Check Points Boost offers (1.5x to 2.0x cpp on select bookings) - Find Chase Edit hotels with $100 property credit + daily breakfast - Compare pay-with-points vs transfer-to-airline value ## When NOT to Use - **Completing purchases.** Find flights and hotels only. Do not book. - **Non-Chase cards.** This skill requires a Sapphire Reserve or Sapphire Preferred card. ## Card Selection The script automatic

What's inside
Steps it walks through
  1. Prerequisites
  2. When to Use
  3. When NOT to Use
  4. Card Selection
  5. Usage
  6. Flight Search
  7. Hotel Search
  8. Record Mode (API Discovery)
  9. 2FA Flow
  10. Credentials Must Be Resolved Values
  11. How It Works
  12. Flight Search Architecture
  13. Hotel Search Architecture
  14. Data Structure
Ships with 4 files
  • Dockerfile
  • scripts/record_search.py
  • scripts/search_flights.py
  • tests/test_2fa_method.py
Commands it runs
pip install patchright && patchright install chromium
docker pull ghcr.io/borski/chase-travel:latest
or build locally:
docker build -t chase-travel skills/chase-travel/
Local (opens a Chrome window briefly)
python3 scripts/search_flights.py --origin SFO --dest CDG --depart 2026-08-11
Round-trip business
python3 scripts/search_flights.py --origin SFO --dest CDG --depart 2026-08-11 --return 2026-09-02 --cabin business
JSON output
python3 scripts/search_flights.py --origin SFO --dest CDG --depart 2026-08-11 --json
More from travel-hacking-toolkit
All skills →
About this skill
What does the chase-travel skill do?

Search Chase UR travel portal via Patchright for cash prices, points pricing, Points Boost offers, and Chase Edit hotel benefits. Use for pay-with-points portal comparison on Sapphire Reserve/Preferred.

How do I install it?

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