hotel-chains

GitHub

提供酒店品牌与忠诚度计划的映射关系,指导自动检查积分余额、评估兑换价值及查询最佳预订时间,辅助用户优化酒店预订决策。

plugins/travel-hacking-toolkit/skills/hotel-chains/SKILL.md borski/travel-hacking-toolkit

Trigger Scenarios

搜索结果包含知名酒店品牌 需要评估积分兑换现金的价值 查询特定酒店集团的预订窗口

Install

npx skills add borski/travel-hacking-toolkit --skill hotel-chains -g -y
More Options

Non-standard path

npx skills add https://github.com/borski/travel-hacking-toolkit/tree/main/plugins/travel-hacking-toolkit/skills/hotel-chains -g -y

Use without installing

npx skills use borski/travel-hacking-toolkit@hotel-chains

指定 Agent (Claude Code)

npx skills add borski/travel-hacking-toolkit --skill hotel-chains -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": "hotel-chains",
    "summary": "Maps brand names (Westin, Holiday Inn, etc.) to chain families and loyalty programs.",
    "category": "reference",
    "description": "Maps hotel brand names (Westin, Sheraton, Holiday Inn, etc.) to chain families and loyalty programs. Use when hotel results contain branded properties or deciding whether to check award rates."
}

Hotel Chain Recognition

Reference data: data/hotel-chains.json

Use the quick_lookup section in the data file to instantly identify which loyalty program a hotel belongs to when it appears in search results. When you see "Westin" you need to know that's Marriott Bonvoy. When you see "The Standard" you need to know that's Hyatt.

The Trigger Table

When results contain properties from ANY of these chains, IMMEDIATELY pull AwardWallet balances and check award rates. No judgment call. No asking. Just do it.

Chain Family Properties Include Loyalty Program
IHG Holiday Inn, InterContinental, Crowne Plaza, Kimpton, Staybridge, Candlewood IHG One Rewards
Marriott Marriott, Sheraton, Westin, W, Ritz-Carlton, St. Regis, Courtyard, Aloft Marriott Bonvoy
Hilton Hilton, DoubleTree, Hampton, Embassy Suites, Waldorf Astoria, Conrad, Curio Hilton Honors
Hyatt Hyatt, Grand Hyatt, Park Hyatt, Andaz, Thompson, Alila, Hyatt Place World of Hyatt
Accor Sofitel, Novotel, Pullman, Fairmont, Raffles, Swissôtel, ibis, Mercure Accor Live Limitless
Radisson Radisson, Radisson Blu, Park Inn, Country Inn Radisson Rewards
Wyndham Wyndham, Ramada, Days Inn, Super 8, La Quinta, Tryp Wyndham Rewards
Best Western Best Western, Best Western Plus, Best Western Premier, SureStay Best Western Rewards

Always Compare Points vs Cash for Hotels

  • Hyatt points: 1.4cpp VFTW floor / 1.5cpp UP/OMAAT median / 1.7cpp TPG ceiling. Often a great redemption.
  • Hilton at 0.4cpp floor (almost always better to pay cash).
  • Marriott at 0.6-0.7cpp.
  • IHG at 0.5cpp across all sources. Almost always better to pay cash.

Mention transfer opportunities. "Your Chase UR transfers 1:1 to Hyatt. That 25K/night Category 5 hotel is worth $375 in cash. That's 1.5cpp, between the 1.4 conservative floor and 1.7 ceiling. Decent but not exceptional."

Booking Windows for Hotels

Reference data/sweet-spots.json booking_windows section if a user wants to know how far in advance to book.

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/award-sweet-spots/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/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
7faf786
Hash
fbb50727
Indexed
2026-07-25 05:45

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-16 19:49
浙ICP备14020137号-1