Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

ai-travel-agent艾旅行社

Agent Skill

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

总安装

5,833

周安装

248

GitHub Stars

公开资料未说明

下载量

2,044
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ai-travel-agent(艾旅行社)
来源仓库:https://github.com/floogles/ai-travel-agent
安装命令:
openclaw skills install ai-travel-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install ai-travel-agent

简介

AI 旅行社助理通过 SerpAPI 搜索真实航班与酒店信息辅助行程规划。

  • 需提前配置 ~/.serpapi_credentials 文件存储 API 密钥方可正常使用。
  • 支持价格比对、可用性检查与行程建议生成,提升出行决策效率。
  • 安装命令为 openclaw skills install ai-travel-agent,依赖第三方地图服务接口。
  • 搜索结果仅供参考,实际预订请以官方平台最终确认为准。

SKILL.md

name
travel-agent
description
Personal travel planning assistant. Requires a SerpAPI key (stored in ~/.serpapi_credentials). Searches real flights and hotels via Google (SerpAPI), checks the user's calendar, and builds fully costed itinerary options — including multi-stop trips across a country or region. Use when a user wants to plan a trip — whether they have dates and a destination, dates but no destination, or a destination but no dates. Handles single-destination and multi-stop itineraries, flight search, hotel search, internal transport, destination recommendations, seasonal timing advice, and calendar integration. NOT for booking (links to book externally).
metadata
clawdbot
emoji
✈️
primaryEnv
SERPAPI_KEY
requires
env
bins
configPaths
openclaw
requires
credentials
description
SerpAPI key for Google Flights/Hotels/Directions search. Get one free at https://serpapi.com
paths
required
true
optional_skills
description
Used to check the user's availability when dates are not specified (Mode C). If not installed, the skill falls back to asking the user directly.
description
Alternative calendar skill. Used for the same purpose as google-calendar if that is not installed.
file_access
reason
Read SERPAPI_KEY for flight and hotel searches
reason
Alternative location for SERPAPI_KEY
external_requests
reason
Google Flights, Hotels, and Directions search via SerpAPI
notes
>

Travel Agent

Setup — Credentials

Requires: A SerpAPI key. SerpAPI (serpapi.com) provides access to Google Flights, Google Hotels, and Google Maps Directions. A free tier is available with 100 searches/month. Sign up at: https://serpapi.com

Load the user's SerpAPI key before running any search. Check these locations in order:

  • ~/.serpapi_credentialsSERPAPI_KEY=...
  • ~/.travel_agent_configSERPAPI_KEY=...

These are the only local files this skill reads. If neither file is found, ask the user where their SerpAPI key is stored, or whether they would like to create one at https://serpapi.com.

All flight, hotel, and transport searches are sent to serpapi.com using the user's own API key. This skill does not store, transmit, or proxy the key anywhere else.

Step 1 — Gather Trip Details (always first)

Before searching anything, ask a small set of quick questions. Keep it conversational — one message, not a form. Tailor which questions to ask based on what the user hasn't already told you.

Questions to ask (as needed):

  • 👥 How many people? (adults + children)
  • ✈ Flying from which airport? (if no default configured)
  • 💺 Cabin class? (Economy / Premium Economy / Business / First)
  • 💰 Rough budget? (per person, or total — flights + hotel)
  • 🏨 Hotel preferences? (e.g. beach, city centre, boutique, pool, specific star rating)
  • 🎒 Trip vibe? (relaxing beach, city/culture, adventure, food-focused, nightlife, mix)
  • 📍 One place or travel around? If moving around — roughly how many stops, or leave it to you?
  • 🗓 Any flexibility on dates or duration?

Skip questions already answered. Keep to 4–6 questions max in a single message.

Step 2 — Determine Mode

Mode A: Dates ✅ + Destination ✅

  • If single stop → go to Step 3
  • If multi-stop → go to Step 2M

Mode B: Dates ✅ + Destination ❓

  1. Read references/seasonal-destinations.md
  2. Suggest 3–4 destination options that match the dates (season fit) and the user's vibe
  3. For each option, include: why it's good then, rough flight time, vibe summary, and whether it suits single or multi-stop
  4. Wait for user to choose, then return to Mode A or 2M

Mode C: Destination ✅ + Dates ❓

  1. Check for an installed calendar skill — try google-calendar, outlook-calendar, or any other calendar skill available. This is an optional convenience: it checks the user's calendar for free windows to suggest good travel dates. If no calendar skill is found (or the user prefers not to use it), fall back to asking the user directly for their available date windows. Never access calendar data without the user's awareness.
  2. Read references/seasonal-destinations.md for best time to visit that destination
  3. Recommend 2–3 date windows ranked by: season fit + calendar availability
  4. Present clearly: "Window 1: [dates] — great timing (dry season), you're free. Window 2: ..."
  5. Wait for user to confirm dates, then go to Mode A or 2M

Step 2M — Multi-Stop Itinerary Planning

Use when the user wants to travel around a country or region rather than stay in one place.

2M-1: Propose a Route

  1. Read references/multi-stop-routes.md for regional route suggestions
  2. Based on total duration, vibe, and number of stops, propose a day-by-day route:

- Suggest how many nights per stop (balance: enough time to explore, not rushed) - Recommend a logical geographic order (minimise backtracking) - Note highlight of each stop (what it's known for)

  1. Present as a clear itinerary skeleton, e.g.:
   Days 1–3: Tokyo (arrive, recover, explore)
   Days 4–6: Kyoto (temples, geisha district, day trip to Nara)
   Days 7–9: Osaka (food scene, day trip to Hiroshima)
   Day 10: Fly home from Osaka (KIX)
  1. Invite the user to adjust: swap stops, add/remove places, change durations

2M-2: Confirm the Route

Once the user is happy with the skeleton, confirm:

  • All stop names and exact dates
  • Which city to fly into (may differ from first stop)
  • Which city to fly home from (may differ from last stop — open-jaw flights)
  • Preferred transport between stops (flight / train / bus / hire car)

2M-3: Search All Legs

Run searches for each component in this order:

Flights:

  • Inbound: home airport → first city
  • Between stops: if flying (run search_flights.py per leg)
  • Outbound: last city → home airport
  • Note: for open-jaw (fly into City A, home from City B), search each leg as one-way

Hotels:

  • Run search_hotels.py for each stop with correct check-in/check-out dates

Internal transport between stops — run BOTH scripts in parallel:

# Ground transport (trains, buses, ferries)
python3 scripts/search_transport.py \
  --from "City A, Country" --to "City B, Country" \
  --key $SERPAPI_KEY

# Domestic flights
python3 scripts/search_flights.py \
  --from [IATA_A] --to [IATA_B] --date YYYY-MM-DD \
  --adults N --class economy --currency GBP \
  --key $SERPAPI_KEY

Present all options in a single combined comparison, grouped by type:

  • ✈ Flights — fastest door-to-door if airports convenient; include airport transfer time in assessment
  • 🚄 Train — usually best for city centre → city centre under ~4h; no airport faff
  • 🚌 Bus — cheapest, good for budget travellers
  • ⛴ Ferry — if applicable (islands, coastal routes)

For each option show: operator, duration, price, booking link. Recommend the best option based on journey time including transfers, price, and convenience — don't just list them. Note when advance booking is essential (e.g. Trenitalia, Eurostar, Renfe, Shinkansen).

Present the full itinerary in one structured summary — see Step 5M.


Step 3 — Search Flights (single destination)

Run scripts/search_flights.py:

python3 scripts/search_flights.py \
  --from [IATA] --to [IATA] \
  --date YYYY-MM-DD [--return-date YYYY-MM-DD] \
  --adults N [--children N] \
  --class economy|premium_economy|business|first \
  --currency GBP \
  --key $SERPAPI_KEY

For round trips, also run the return leg separately for more options.

Present results as 3–4 options:

  • 💰 Cheapest — lowest price, even if slower
  • ⚡ Fastest — fewest stops / shortest duration
  • ⭐ Best value — balance of price, airline quality, legroom
  • 👑 Premium — best class/airline if budget allows

For each option show: airline + flight number, depart/arrive times, duration, stops, price, aircraft, legroom, any delay warnings.

Step 4 — Search Hotels (single destination)

Run scripts/search_hotels.py:

python3 scripts/search_hotels.py \
  --location "[CITY] [preference]" \
  --check-in YYYY-MM-DD --check-out YYYY-MM-DD \
  --adults N [--children N] \
  [--stars N] [--amenities "pool,beach"] \
  --sort highest_rating \
  --currency GBP \
  --key $SERPAPI_KEY

Present results as 3 tiers:

  • 🎒 Budget — good rating, lower price
  • 🏨 Mid-range — solid choice, best balance
  • 🌟 Splurge — top rated, premium amenities

For each: name, stars, rating, price/night, total cost, key amenities, location notes, booking link.

Step 5 — Iterate (single destination)

After presenting options, invite refinement:

  • "Swap to the BA flight instead?"
  • "Find something closer to the beach?"
  • "What's available in business class?"
  • "Show me budget hotels only?"

Re-run the relevant script with adjusted parameters.

Step 5M — Present Full Multi-Stop Itinerary

Once all flights and hotels are searched, present a complete trip summary:

🌍 [TRIP NAME] · [DATE RANGE] · [N] people

DAY 1–3 | CITY A
✈ [Inbound flight] | [time] → [time] | £XX
🏨 [Hotel name] ★★★★ | £XX/night | £XX total

[Train/bus to City B — Xh, book via Trainline: URL]

DAY 4–6 | CITY B
🏨 [Hotel name] ★★★★ | £XX/night | £XX total

✈ [Internal flight if applicable]

DAY 7–9 | CITY C
🏨 [Hotel name] ★★★ | £XX/night | £XX total

✈ [Outbound flight] | [time] → [time] | £XX

💰 TOTAL ESTIMATED COST: £XX
   Flights: £XX | Hotels: £XX | (Transport: £XX est.)

Invite iteration on any leg:

  • "Upgrade the hotel in City B"
  • "Find a cheaper internal flight"
  • "Swap City C for City D"
  • "Add an extra night in City A"

Step 6 — Lock In & Calendar

Once the user confirms everything:

  1. Summarise full trip with all costs
  2. Ask if they'd like the dates blocked in their calendar
  3. If yes: check which calendar skill the user has installed (e.g. google-calendar, outlook-calendar, or any other calendar skill) and use that. Do not assume Google Calendar. This access is explicitly user-requested at this step — the user has just asked to add events to their calendar.

- If no calendar skill is found, offer to generate an .ics file the user can import into any calendar app (Google, Apple, Outlook, etc.)

  1. Create events for each component:

- Each flight leg: departure datetime → arrival datetime, airline + flight number in title - Each hotel stay: check-in → check-out date, hotel name + address - Spanning "Trip to [destination]" event across full duration

  1. Include booking links in all event descriptions

Notes

  • Always show prices in the user's preferred currency (default GBP if not set)
  • SerpAPI free tier = 100 searches/month — multi-stop trips use more quota; heads up if >10 searches in one session
  • Open-jaw flights (fly into A, out of B) often work out cheaper than returning to origin — suggest when relevant
  • See references/serpapi.md for full API reference (flights, hotels, transport/directions)
  • See references/seasonal-destinations.md for destination/timing guidance
  • See references/multi-stop-routes.md for regional itinerary templates

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

77.92%
按下载量换算1,593

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills