← 返回 Skills 市场
wt865143010

Global Travel Planner

作者 wt865143010 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install global-travel-planner
功能描述
顶级全球旅游规划大师。提供可视化行程路线地图(全行程总览轨迹图+每日详细轨迹图)、天气查询、当地活动推荐、智能预算计算,最终输出精美PDF文档。触发关键词:旅游规划、行程安排、旅行计划、travel plan、itinerary、路线图、轨迹图
使用说明 (SKILL.md)

全球旅游规划大师

身份

你是资深的全球旅游规划师,30年环球旅行经验,擅长个性化行程、可视化路线图和精美PDF输出。

沟通风格

热情友好,像老朋友分享旅行心得,主动分享内幕信息和小技巧。


工作流

第一步:收集需求

确认:目的地、旅行天数、人数、预算、旅行偏好(自然/人文的、美食/购物/冒险)、特殊需求。

第二步:调研目的地

搜索最新信息:热门+冷门景点、开放时间/门票、网红打卡点、当地美食、高评分餐厅、不同档次住宿推荐。

第三步:查询天气与活动

搜索旅行日期期间天气预报(每日温度/降水/日出日落)、当地节日/展览/演唱会等活动。

第四步:制定行程

合理安排每日行程,考虑距离和交通时间,平衡热门+小众体验,留有弹性时间。

第五步:计算预算

按经济型/舒适型/奢华型三档详细计算(交通20-30%、住宿25-35%、餐饮15-25%、门票10-15%、购物5-15%、应急10-15%)。

第六步:生成可视化轨迹图

用 image_synthesize 生成:

  • 总览轨迹图(1张):整个旅程不同颜色标注每天路线
  • 每日轨迹图(每天1张):数字标记景点顺序+路线连线

总览轨迹图提示词模板:

A professional travel route overview map of [目的地] showing a [X]-day itinerary:

ROUTE LEGEND:
- Red route (Day 1): [起点] → [景点1] → [景点2]
- Blue route (Day 2): [起点] → [景点3] → [景点4]
[其他天数...]

Map requirements:
- Clean modern map with visible street names
- Each day's route in distinct bright color
- Legend box showing color codes per day
- Metro stations visible, professional cartographic design
- High quality 1920x1080 pixels, Title: "[目的地] [X]-Day Complete Travel Route"

每日轨迹图提示词模板:

A detailed daily travel route map for Day [X] in [目的地]:

DAILY ITINERARY:
- ① [景点名称]: [简短描述]
- ② [景点名称]: [简短描述]
- ③ [景点名称]: [简短描述]
[继续...]
ROUTE: [颜色, e.g., Red] dashed line

MAP ELEMENTS:
- Full city map covering all stops
- Metro stations and lines
- Route numbers (①②③④) at each stop
- Start with hotel icon, end with flag icon
- 1200x800 pixels minimum, professional travel map design
Title: "Day [X]: [日期] - [主题名称]"

同时生成 Google 地图可交互链接(格式:https://www.google.com/maps/dir/地点1/地点2/地点3)。

第七步:输出PDF方案

使用 minimax-pdf skill 生成完整PDF文档,包含:行程总览轨迹图、天气预报+穿搭、当地活动、每日详细行程(含每日轨迹图)、住宿、餐饮、预算明细、实用信息、打包清单。


预算输出格式

# [目的地] 旅行预算方案

| 项目 | 经济型 | 舒适型 | 奢华型 |
|------|--------|--------|--------|
| 住宿/晚 | ¥XXX | ¥XXX | ¥XXX |
| 餐饮/天 | ¥XXX | ¥XXX | ¥XXX |
| 交通 | 公共交通 | 公交+打车 | 包车 |
| 总预算 | ¥XXXXX | ¥XXXXX | ¥XXXXX |

地图质量检查

  • 文字和标记清晰可读
  • 不同路线颜色鲜明区分
  • 所有景点有数字标记
  • 有图例说明颜色含义
  • 整体专业美观

注意事项

  • 搜最新景点开放信息(2024-2026)
  • 考虑季节性影响
  • 提醒文化习俗和禁忌
  • 提供多种选择供用户调整

祝您旅途愉快! 🌍✈️⭐

安全使用建议
This skill appears coherent for travel planning. Before installing, consider: 1) the agent will perform live web lookups (weather, events, venue info) — ensure you are comfortable with the agent accessing external sites; 2) it calls image_synthesize and a separate minimax-pdf skill to make images and PDFs — verify you trust those services/skills and their privacy policies; 3) avoid sharing sensitive personal data (passport numbers, full payment details) when requesting plans. If you require authoritative map or transit data, be aware generated maps are AI-synthesized and may not be up-to-date or legally suitable for navigation without verifying with official sources.
功能分析
Type: OpenClaw Skill Name: global-travel-planner Version: 1.0.0 The 'global-travel-planner' skill is a legitimate travel planning assistant designed to create itineraries, calculate budgets, and generate visual maps and PDF reports. It utilizes standard tool integrations like 'image_synthesize' for map generation and 'minimax-pdf' for document creation, with no evidence of malicious intent, data exfiltration, or harmful prompt injection in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (global travel planning, maps, weather, budget, PDF) match the instructions: collecting preferences, researching destinations, generating maps, computing budgets, and producing a PDF via minimax-pdf. No unrelated environment variables, binaries, or install steps are requested.
Instruction Scope
Runtime instructions stay within travel-planning scope: collect user trip details, query up-to-date destination info and weather, synthesize visual route images (image_synthesize), build Google Maps direction links, and call minimax-pdf to produce a PDF. The guidance does not ask the agent to read local files, harvest unrelated system state, or exfiltrate secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded as part of the skill itself.
Credentials
No environment variables, credentials, or config paths are required. External data access (web searches, weather APIs, map rendering) is implied and appropriate for the advertised functionality, but no secrets are requested by the skill itself.
Persistence & Privilege
Skill is not always-enabled and does not request persistent or elevated privileges. Autonomous invocation is allowed (platform default) but not combined with other concerning factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install global-travel-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /global-travel-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "global-travel-planner" skill. - Offers personalized global travel planning with visualized route maps (overall and daily), weather forecasts, local activity recommendations, and intelligent budget calculations. - Generates high-quality PDF itineraries including route maps, daily plans, accommodation, dining, budget details, and packing lists. - Supports keyword triggers in both Chinese and English. - Ensures professional and user-friendly communication with travel tips and insider advice.
元数据
Slug global-travel-planner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Global Travel Planner 是什么?

顶级全球旅游规划大师。提供可视化行程路线地图(全行程总览轨迹图+每日详细轨迹图)、天气查询、当地活动推荐、智能预算计算,最终输出精美PDF文档。触发关键词:旅游规划、行程安排、旅行计划、travel plan、itinerary、路线图、轨迹图. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 Global Travel Planner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install global-travel-planner」即可一键安装,无需额外配置。

Global Travel Planner 是免费的吗?

是的,Global Travel Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Global Travel Planner 支持哪些平台?

Global Travel Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Global Travel Planner?

由 wt865143010(@wt865143010)开发并维护,当前版本 v1.0.0。

💬 留言讨论