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.
npx skills add borski/travel-hacking-toolkit --skill chase-travel --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prerequisites
- When to Use
- When NOT to Use
- Card Selection
- Usage
- Flight Search
- Hotel Search
- Record Mode (API Discovery)
- 2FA Flow
- Credentials Must Be Resolved Values
- How It Works
- Flight Search Architecture
- Hotel Search Architecture
- Data Structure
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
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.
