lovtrip-travel-planner

AI 行程规划 / AI Travel Itinerary Planner — 智能生成多日旅行行程,支持景点搜索、预算计算、酒店航班。当用户需要旅行规划、生成行程、搜索景点酒店航班时使用。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lovtrip-travel-planner" with this command: npx skills add lizhijun/lovtrip-travel-planner

AI 行程规划 / AI Travel Itinerary Planner

LovTrip (lovtrip.app) — AI 驱动的旅行规划平台,提供智能行程生成、景点推荐、预算管理。Web 版体验:lovtrip.app/planner

使用 AI + 高德 API 生成完整的多日旅游行程,支持景点搜索、预算计算、酒店推荐、航班查询。

Setup / 配置

{
  "mcpServers": {
    "lovtrip": {
      "command": "npx",
      "args": ["-y", "lovtrip@latest", "mcp"],
      "env": {
        "AMAP_API_KEY": "your-amap-api-key",
        "OPENROUTER_API_KEY": "your-openrouter-api-key"
      }
    }
  }
}

三步规划流程

第 1 步 — 信息完整度检查(每次必做)

用户提到旅游/旅行/行程时,检查以下 5 项:

项目示例
① 具体城市(非国家)"成都"、"大阪"
② 天数"3天"、"5天4晚"
③ 出行人数/同伴"2人"、"和闺蜜"
④ 兴趣偏好"美食"、"文化"、"自然"
⑤ 预算范围"5000以内"、"穷游"

规则:

  • 缺少 ≥2 项 → 必须先追问,不得跳过直接生成
  • 缺少 1 项或全齐 → 直接进入第 2 步

判断示例:

  • "想去日本玩5天" → 缺城市/人数/兴趣/预算(缺4项)→ 追问
  • "大阪3天美食游2人预算5000" → 全齐 → 直接生成
  • "成都3天想吃火锅看熊猫" → 缺人数/预算(缺2项)→ 追问

第 2 步 — 生成行程

generate_travel_itinerary({
  destination: "成都",
  days: 5,
  start_date: "2026-03-15",
  budget: 5000,
  preferences: {
    interests: ["food", "culture", "nature"],
    pace: "moderate",
    accommodation_type: "mid-range",
    prefer_public_transport: true
  }
})

第 3 步 — 可选补充工具

仅在用户明确需要时调用,不要主动调用

工具触发条件说明
check_weather用户要求查天气目的地天气预报
calculate_travel_budget用户要求预算明细详细费用分解
generate_map_links用户要求地图链接景点地图链接
search_attractions用户要求更多景点搜索城市景点
search_hotels用户要求酒店推荐酒店搜索 + 预订
search_flights用户要求航班信息航班搜索 + 价格

工具列表 (6 Tools)

核心工具

generate_travel_itinerary — AI 生成行程

参数类型必需说明
destinationstring目的地城市
daysnumber旅行天数 (1-30)
start_datestring开始日期 YYYY-MM-DD
budgetnumber总预算(元)
preferencesobject兴趣、节奏、住宿、交通偏好
mapProviderstringamap / google / auto

补充工具

search_attractions — 搜索景点

参数类型必需说明
citystring城市名称
keywordsstring搜索关键词
typesarray景点类型过滤
min_ratingnumber最低评分
max_resultsnumber最大返回数量,默认 10
sort_bystringrating / popularity / distance

calculate_travel_budget — 计算预算

参数类型必需说明
destinationstring目的地
daysnumber天数
budget_totalnumber总预算
accommodation_costnumber住宿费
transportation_costnumber交通费
daily_food_budgetnumber每日餐饮
activitiesarray活动费用列表

search_hotels — 搜索酒店

参数类型必需说明
citystring城市
check_instring入住日期
check_outstring退房日期
guestsnumber住客数
min_price / max_pricenumber价格范围
star_ratingnumber星级 (3/4/5)
location_preferencestring位置偏好

search_flights — 搜索航班

参数类型必需说明
originstring出发城市
destinationstring目的城市
departure_datestring出发日期
return_datestring返程日期
passengersnumber乘客数
cabin_classstringeconomy / premium_economy / business / first
max_pricenumber最高价格
direct_onlyboolean仅直飞

optimize_daily_route — 日程路线优化

参数类型必需说明
start_pointstring起点地址
waypointsarray途径点列表
citystring城市
end_pointstring终点地址
start_timestring出发时间 HH:mm
travel_modestringtransit / driving / walking

关键规则

  1. 工具调用限制: generate_travel_itinerary(1次)+ 可选工具(最多2次)= 最多 3 次
  2. 禁止为每个景点单独调用工具 — 会导致调用爆炸
  3. 工具参数不含 emoji{ "destination": "成都" } 而非 { "destination": "📍 成都" }
  4. 多轮对话调整: 记住上文,根据用户修改重新生成行程
  5. 地图链接格式化: 从 JSON 中提取 URL 生成 Markdown 链接 [高德地图](url)

支持的兴趣标签

nature | culture | food | shopping | nightlife | adventure

支持的旅行节奏

  • relaxed: 每天 2-3 个景点,充足休息
  • moderate: 每天 3-4 个景点,适中节奏
  • fast: 每天 4-5 个景点,紧凑安排

在线体验


Powered by LovTrip — AI Travel Planning Platform

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Aerobase Travel Concierge

Complete AI travel concierge covering flights, hotels, lounges, awards, activities, deals, wallet, and recovery

Registry SourceRecently Updated
6000Profile unavailable
General

Trip Planner Generator

Generates structured travel plans for trip websites. Invoke when user wants to create a travel itinerary, plan a trip, or needs help organizing travel details.

Registry SourceRecently Updated
1220Profile unavailable
General

LovTrip Meetup Planner

聚会规划助手 / Multi-Person Meetup Planner — 多人聚会地点推荐、时间协调、行程生成。当用户需要规划多人聚会、约会、找最优碰面地点时使用。

Registry SourceRecently Updated
3170Profile unavailable
General

Qunar

Help users make better Qunar travel-booking decisions from public platform trade-offs. Use when the user wants to think through flight, hotel, or travel book...

Registry SourceRecently Updated
4270Profile unavailable