Agent Skillsborski/travel-hacking-toolkit › award-sweet-spots

award-sweet-spots

GitHub

提供高价值里程兑换方案参考,包含评级、贬值历史及大洋洲/南太平洋航线策略。用于在行程推荐中识别并突出显示高性价比的积分兑换选项。

plugins/travel-hacking-toolkit/skills/award-sweet-spots/SKILL.md borski/travel-hacking-toolkit

Trigger Scenarios

用户查询旅行路线或航班推荐 需要评估机票现金与积分兑换的价值差异 寻找特定地区(如大洋洲)的高性价比商务舱或经济舱兑换方案

Install

npx skills add borski/travel-hacking-toolkit --skill award-sweet-spots -g -y
More Options

Non-standard path

npx skills add https://github.com/borski/travel-hacking-toolkit/tree/main/plugins/travel-hacking-toolkit/skills/award-sweet-spots -g -y

Use without installing

npx skills use borski/travel-hacking-toolkit@award-sweet-spots

指定 Agent (Claude Code)

npx skills add borski/travel-hacking-toolkit --skill award-sweet-spots -a claude-code -g -y

安装 repo 全部 skill

npx skills add borski/travel-hacking-toolkit --all -g -y

预览 repo 内 skill

npx skills add borski/travel-hacking-toolkit --list

SKILL.md

Frontmatter
{
    "name": "award-sweet-spots",
    "summary": "Catalog of legendary, excellent, and good award redemptions with current rates and devaluation history.",
    "category": "reference",
    "description": "Catalog of high-value award redemptions where points dramatically outvalue cash. Tiered by legendary\/excellent\/good with current rates, devaluation history, and booking caveats. Includes Oceania and South Pacific plays (Australia, New Zealand, Tahiti, Fiji) and transatlantic business-class sweet spots."
}

Award Sweet Spots

Reference data: data/sweet-spots.json

When making recommendations, cross-reference against known sweet spots. If a route matches a sweet spot, flag it prominently.

Tier System

Sweet spots are ranked by tier:

  • Legendary: Outsized value that travel hackers build entire trips around
    • Examples: ANA First via Virgin Atlantic, Hyatt All-Inclusive via World of Hyatt
  • Excellent: Consistently great value, reliable availability
    • Examples: Iberia Avios to Madrid, Qatar Qsuites via various programs, Virgin Atlantic economy to London
  • Good: Solid value but may have caveats like devaluations, limited availability, or surcharges

Devaluations Matter

Always check the devaluation_date field in data/sweet-spots.json. If a sweet spot was recently devalued, mention the old vs new rates so users understand the change. A "legendary" tier sweet spot from 2023 may only be "good" or even "poor" today.

How to Use This Reference

When a user's search returns options that match a known sweet spot:

  1. Flag it prominently in the output. "This is the legendary Iberia Avios to Madrid sweet spot."
  2. Show the current rate vs cash value.
  3. Note any caveats (surcharges, booking-window restrictions, devaluations).
  4. Compare against the next-best option to make the value concrete.

Oceania / South Pacific Sweet Spots

Getting to Australia, New Zealand, and the South Pacific on points is hard — demand is high, distances are long, and premium cabin space is scarce. Proven plays, ranked:

  1. Air New Zealand business via Virgin Atlantic (Excellent) — 62.5K one-way from the US, 45K from Hawaii. The same flights United sells for 110K. Availability is the bottleneck: rare in advance, opens inside 30 days. Phone booking only. Reachable from Amex, Chase, Citi, Bilt, Wells Fargo, and Capital One (via Virgin Red).
  2. ANA Mileage Club business to Oceania (Excellent) — roughly 68.5K+ one-way on ANA metal (seasonal, under the June 2025 chart; one-ways now bookable) with wide routing via Japan or direct on Air NZ. No fuel surcharges on United, Air Canada, or Air NZ. Limitation: reachable only from Amex MR (plus Marriott at a poor ratio). Verify current rates on ana.co.jp — avoid its still-hosted pre-June-2025 legacy chart pages.
  3. Aeroplan business to Oceania (Good) — 75-115K one-way, but the killer feature is adding an Asia stopover for +5K miles, turning Australia into Asia + Australia. No fuel surcharges. Reachable from Amex, Chase, Capital One, Bilt.
  4. Air France LAX-Tahiti nonstop (Good) — ~30K economy one-way on one of the few US-Tahiti nonstops. Business (~113K) is usually poor value; economy is the play. Watch for Flying Blue transfer bonuses.
  5. Atmos/Alaska to the South Pacific (Good) — HNL-Kiritimati on Fiji Airways in the lowest distance band is a perennial steal, and HNL-Tahiti/Rarotonga on Hawaiian is cheap. Free stopover, no change/cancel fees. Reachable only from Bilt (plus Marriott).
  6. United MileagePlus business (Good) — 85-100K on United metal, ~110K on partners. The most lenient routing rules, but partner space is almost always cheaper via Virgin Atlantic (62.5K) or ANA.

Oceania-specific warnings:

  • Availability is the real constraint — points prices matter less if there are no seats. Search early and often for premium cabins.
  • Peak season is Dec-Feb (Southern Hemisphere summer); award space is hardest then.
  • Air NZ via Virgin Atlantic is the best value but hardest to find — realistic only inside ~30 days.
  • Surcharge traps: BA Avios on Qantas metal carries heavy surcharges. Stick to each entry's no-surcharge carriers.

Booking Windows

data/sweet-spots.json also has a booking_windows section. When a user asks about flights far in advance, check when award space opens for that airline. Some programs (Aeroplan) release space 358 days out. Others release 11 months. Knowing the window prevents wasted searches.

Version History

  • 8c12eda Current 2026-07-25 05:45

Same Skill Collection

plugins/travel-hacking-toolkit/skills/alliances/SKILL.md
plugins/travel-hacking-toolkit/skills/american-airlines/SKILL.md
plugins/travel-hacking-toolkit/skills/amex-travel/SKILL.md
plugins/travel-hacking-toolkit/skills/atlas-obscura/SKILL.md
plugins/travel-hacking-toolkit/skills/award-calendar/SKILL.md
plugins/travel-hacking-toolkit/skills/award-holds/SKILL.md
plugins/travel-hacking-toolkit/skills/awardwallet/SKILL.md
plugins/travel-hacking-toolkit/skills/bilt/SKILL.md
plugins/travel-hacking-toolkit/skills/booking-guidance/SKILL.md
plugins/travel-hacking-toolkit/skills/cabin-codes/SKILL.md
plugins/travel-hacking-toolkit/skills/chase-travel/SKILL.md
plugins/travel-hacking-toolkit/skills/compare-flights/SKILL.md
plugins/travel-hacking-toolkit/skills/compare-hotels/SKILL.md
plugins/travel-hacking-toolkit/skills/deutsche-bahn/SKILL.md
plugins/travel-hacking-toolkit/skills/duffel/SKILL.md
plugins/travel-hacking-toolkit/skills/fallback-and-resilience/SKILL.md
plugins/travel-hacking-toolkit/skills/flight-search-strategy/SKILL.md
plugins/travel-hacking-toolkit/skills/getting-started/SKILL.md
plugins/travel-hacking-toolkit/skills/google-flights/SKILL.md
plugins/travel-hacking-toolkit/skills/hotel-chains/SKILL.md
plugins/travel-hacking-toolkit/skills/ignav/SKILL.md
plugins/travel-hacking-toolkit/skills/lessons-learned/SKILL.md
plugins/travel-hacking-toolkit/skills/partner-awards/SKILL.md
plugins/travel-hacking-toolkit/skills/plan-trip/SKILL.md
plugins/travel-hacking-toolkit/skills/points-valuations/SKILL.md
plugins/travel-hacking-toolkit/skills/premium-hotels/SKILL.md
plugins/travel-hacking-toolkit/skills/rapidapi/SKILL.md
plugins/travel-hacking-toolkit/skills/round-the-world/SKILL.md
plugins/travel-hacking-toolkit/skills/scandinavia-transit/SKILL.md
plugins/travel-hacking-toolkit/skills/seatmaps/SKILL.md
plugins/travel-hacking-toolkit/skills/seats-aero/SKILL.md
plugins/travel-hacking-toolkit/skills/serpapi/SKILL.md
plugins/travel-hacking-toolkit/skills/southwest/SKILL.md
plugins/travel-hacking-toolkit/skills/status-match/SKILL.md
plugins/travel-hacking-toolkit/skills/stopovers/SKILL.md
plugins/travel-hacking-toolkit/skills/ticketsatwork/SKILL.md
plugins/travel-hacking-toolkit/skills/transfer-bonuses/SKILL.md
plugins/travel-hacking-toolkit/skills/transfer-partners/SKILL.md
plugins/travel-hacking-toolkit/skills/trip-calculator/SKILL.md
plugins/travel-hacking-toolkit/skills/trip-log/SKILL.md
plugins/travel-hacking-toolkit/skills/trip-planner/SKILL.md
plugins/travel-hacking-toolkit/skills/tripadvisor/SKILL.md
plugins/travel-hacking-toolkit/skills/vrbo/SKILL.md
plugins/travel-hacking-toolkit/skills/wheretocredit/SKILL.md
plugins/travel-hacking-toolkit/skills/wikipedia-airports/SKILL.md
plugins/travel-hacking-toolkit/skills/gardening/SKILL.md
plugins/travel-hacking-toolkit/skills/sutochno/SKILL.md

Metadata

Files
0
Version
ffd04a2
Hash
190b6812
Indexed
2026-07-25 05:45

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 05:39
浙ICP备14020137号-1 $お客様$