Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

bookingbooking 搜索

Agent Skill

booking 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

840

周安装

34

GitHub Stars

公开资料未说明

下载量

264
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:booking(booking 搜索)
来源仓库:https://github.com/saguiitay/skills
仓库路径:skills/booking
安装命令:
npx skills add https://github.com/saguiitay/skills --skill booking
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/saguiitay/skills --skill booking

简介

booking 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于预订相关的信息搜集与筛选,可结合来源仓库和原始 README 进一步核验具体用法。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和维护状态。
  • 安装前建议核实是否会触发联网、命令执行或文件读写操作,避免影响系统安全。
  • 当前暂无详细功能说明,建议参考原始 SKILL.md 获取完整能力描述和使用示例。

SKILL.md

Skill: Search Booking.com for Hotels

Description

This skill guides the agent to search Booking.com for hotels, considering city, dates, price, neighborhoods, and preferred chains (including all brands). It also outputs the hotel's direct website link and integrates family travel preferences.

Prerequisites

  1. Get preferences from user:

- Family composition and ages - Mandatory requirements (e.g., fridge, room size) - Preferred amenities (pool for kids, free cancellation) - Budget guidelines

  1. Get specific trip dates and locations from user

Hotel Chain Brand Mapping

Hilton Family

  • Hilton Hotels & Resorts
  • DoubleTree by Hilton
  • Hampton by Hilton
  • Embassy Suites by Hilton
  • Homewood Suites by Hilton
  • Conrad Hotels & Resorts
  • Waldorf Astoria Hotels & Resorts
  • Curio Collection by Hilton
  • Tru by Hilton
  • Home2 Suites by Hilton

Marriott International

  • Marriott Hotels & Resorts
  • Courtyard by Marriott
  • Sheraton Hotels & Resorts
  • Westin Hotels & Resorts
  • Renaissance Hotels
  • Residence Inn by Marriott
  • SpringHill Suites by Marriott
  • Fairfield by Marriott
  • TownePlace Suites by Marriott
  • Four Points by Sheraton
  • JW Marriott
  • The Ritz-Carlton

IHG (InterContinental Hotels Group)

  • Holiday Inn
  • Holiday Inn Express
  • InterContinental Hotels & Resorts
  • Crowne Plaza Hotels & Resorts
  • Hotel Indigo
  • Kimpton Hotels & Restaurants
  • Candlewood Suites
  • Staybridge Suites
  • EVEN Hotels

Hyatt Hotels Corporation

  • Hyatt Regency
  • Hyatt Place
  • Hyatt House
  • Grand Hyatt
  • Hyatt Centric
  • Park Hyatt

Choice Hotels

  • Comfort Inn
  • Comfort Suites
  • Quality Inn
  • Clarion Hotel
  • Sleep Inn
  • Cambria Hotels

Best Western

  • Best Western
  • Best Western Plus
  • Best Western Premier

Independent/Boutique

  • When chains don't meet requirements, consider well-reviewed independent hotels

Search Process

Step 1: Gather Search Criteria

From user request or travel plan, collect:

  • City/Location: Specific city and optional neighborhood
  • Check-in Date: Format as YYYY-MM-DD (e.g., 2026-07-17)
  • Check-out Date: Format as YYYY-MM-DD (e.g., 2026-07-20)
  • Nights: Calculate duration
  • Adults: Number of adult travelers
  • Children: Number and ages of children
  • Price Range: Min and max per night in USD
  • Preferred Chains: Specific chain or "any"
  • Required Amenities: From preferences (pool, fridge, free cancellation, etc.)

Step 2: Construct Search Query

Use web search with query like:

site:booking.com [City] [Neighborhood] [Hotel Chain Brand] [Check-in Date] [Check-out Date] [Number of guests]

Alternative: Use natural language web search:

[Hotel Chain Brand] hotels in [City] [Neighborhood] on Booking.com, [Check-in Date] to [Check-out Date], [Number of guests], price $[Min]-$[Max]

Step 3: Filter and Validate Results

For each hotel found:

  • ✅ Verify it matches preferred chain/brand
  • ✅ Check price is within range
  • ✅ Confirm availability for dates
  • ✅ Check guest ratings (prefer 7.5+ out of 10)
  • ✅ Verify required amenities (especially fridge for family)
  • ✅ Check room size (larger for 3+ night stays)
  • ✅ Note if free cancellation available

Step 4: Retrieve Direct Website Links

For each selected hotel:

  1. Search for: [Hotel Name] [City] official website
  2. Look for the hotel's direct booking site (often chain.com or hotel's own domain)
  3. Note: Direct booking sometimes offers better rates or perks

Step 5: Handle Edge Cases

  • No results found: Expand search to nearby neighborhoods or adjacent dates
  • Outside price range: Present closest options and note the price difference
  • No preferred chains available: Suggest highly-rated independent hotels
  • Missing amenities: Flag mandatory vs. preferred missing amenities

Output Format

Present results in this structured format:

### Hotel Search Results: [City], [Dates]

**Search Criteria:**
- Location: [City, Neighborhood]
- Dates: [Check-in] to [Check-out] ([N] nights)
- Guests: [N] adults, [N] children
- Budget: $[Min]-$[Max] per night
- Chain Preference: [Chain name or "Any"]

---

#### Option 1: [Hotel Name]
- **Brand**: [Brand Name] ([Parent Chain])
- **Price**: $[Amount] per night ($[Total] total)
- **Rating**: [Score]/10 ([Number] reviews)
- **Location**: [Neighborhood/Area]
- **Amenities**: [List key amenities - fridge, pool, free breakfast, etc.]
- **Room Type**: [Room description]
- **Cancellation**: [Free cancellation until DATE or Non-refundable]
- **Booking.com Link**: [URL]
- **Direct Website**: [URL or "Not found"]

---

#### Option 2: [Hotel Name]
[Same format as above]

---

#### Option 3: [Hotel Name]
[Same format as above]

---

**Recommendation**: [Brief note on which option best fits family preferences and why]

Instructions

For Agent Execution:

  1. Gather criteria from user request or travel documents:

- City/location and neighborhood - Check-in/check-out dates (convert to YYYY-MM-DD) - Number of guests (adults and children with ages) - Price range per night - Preferred hotel chain (if any) - Required amenities from preferences

  1. Construct and execute search using web search tools with booking.com site search
  2. Filter results by:

- Matching preferred brands (use chain mapping above) - Price within range - Guest rating 7.5+ preferred - Required amenities present

  1. Find direct booking links for top options via web search
  2. Present results using the output format template above
  3. Make recommendation based on family preferences integration

Example Execution

User Request: "Find hotels in Portland for August 2-4"

Agent Actions:

  1. Search: "site:booking.com Portland Oregon hotel February 2 2026 February 5 2026 4 guests pool fridge"
  2. Filter for: Price range, guest rating 7.5+, fridge/kitchenette, pool preferred
  3. Find direct websites for top 3 options
  4. Present formatted results with family-relevant notes
  5. Recommend best option based on preferences (e.g., "Option 2 offers best value with pool and Pearl District location")

Tips for Agent Execution

  • Always convert dates to YYYY-MM-DD format for consistency
  • Check if user has flexibility on dates if no good options found
  • Consider hotel location relative to planned activities
  • Note parking availability and costs (important for road trips)
  • Flag breakfast options (family prefers mix of hotel breakfast and local diners)
  • When in doubt about chain brands, search "[Brand Name] part of which hotel chain"
  • For multi-night stays (3+), prioritize larger rooms and suites
  • Free cancellation is highly valued for flexibility

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.09%
按下载量换算101

Claude

30.91%
按下载量换算82

Cursor

18.38%
按下载量换算49

Gemini CLI

9.05%
按下载量换算24

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills