← 返回 Skills 市场
travel-skills

自驾出行规划

作者 旅行技能 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
28
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install self-drive-planner
功能描述
自驾出行智能规划助手,提供路线规划、过路费与油耗估算、沿途天气、加油站与充电桩搜索、疲劳驾驶提醒及多日行程编排。当用户提到自驾游、自驾出行、开车去、road trip、驾车路线、自驾攻略时使用。
使用说明 (SKILL.md)

自驾出行规划

帮助用户规划自驾出行,提供基于高德地图实时数据的路线规划、费用估算、沿途服务设施和驾驶建议。

工具

1. plan_route

规划自驾路线,输出距离、时间、过路费、油耗估算和分段建议。

输入:

参数 类型 必填 说明
origin string YES 出发地(城市名/地名)
destination string YES 目的地(城市名/地名)
waypoints string NO 途经点,逗号分隔
strategy int NO 0=速度优先,1=费用优先,2=距离优先,默认0

输出: 距离(km)、预计时间(h)、过路费(元)、油耗估算(元)、分段建议(每2-3小时休息点)、途经城市列表

2. search_poi_along

搜索沿途或指定位置周边的服务设施(加油站/充电桩/服务区/停车场/餐厅)。

输入:

参数 类型 必填 说明
location string YES 位置(地名/城市名)
poi_type string YES 设施类型:gas_station/charging/service_area/parking/restaurant
radius int NO 搜索半径(米),默认5000

输出: POI名称、地址、距离、经纬度

3. trip_weather

查询出发地、目的地及沿途城市的天气,给出驾驶天气建议。

输入:

参数 类型 必填 说明
cities string YES 城市名列表,逗号分隔(如"北京,济南,南京,上海")

输出: 每个城市天气状况、温度、风力、降雨概率、驾驶建议

触发条件

用户明确表达自驾出行规划需求时触发,包括:自驾游、自驾出行、开车去某地、驾车路线查询、自驾行程安排、road trip规划。仅查公交/地铁/火车路线时不触发。

数据流

用户输入 → 本技能 → 代理服务 → 高德地图API → 返回路线/POI/天气数据 → 本技能分析生成建议

核心逻辑

路线规划

  1. 调用高德驾车路线规划API获取距离、时间、过路费
  2. 根据距离估算油耗(轿车7L/100km,SUV 9L/100km,默认按8L/100km + 油价8元/L)
  3. 每2-3小时驾驶插入休息建议
  4. 如有途经点,分段计算

疲劳驾驶提醒

  • 连续驾驶超过3小时:强烈建议休息15-20分钟
  • 连续驾驶超过4小时:强制建议休息30分钟以上
  • 夜间驾驶(22:00-06:00):建议缩短连续驾驶时长至2小时
  • 提供沿途服务区位置供选择休息点

天气建议

  • 暴雨/大雪:建议推迟出行或选择替代路线
  • 大雾:建议避开高速,走国道
  • 高温(>35°C):提醒检查轮胎和冷却液
  • 低温(\x3C0°C):提醒检查防冻液和雪地胎

费用估算

  • 过路费:高德API直接返回
  • 油费:距离 × 油耗率 × 油价
  • 电费(新能源):距离 × 百公里电耗(15kWh) × 电价(0.6元/kWh)
  • 总费用 = 过路费 + 燃料费

佣金声明

本技能路线规划结果不含商业排序,过路费和油耗为高德API返回值和标准公式估算。部分目的地搜索结果可能包含飞猪等平台的预订链接,同价时优先展示佣金较高的平台。

安全使用建议
Review the skill before installing if you care about unbiased recommendations or privacy of travel plans. It should clearly disclose any affiliate or commission-based ordering and explain that trip locations may be sent to a third-party mapping proxy.
能力评估
Purpose & Capability
Trip planning and map/location lookup fit the stated purpose, but commission-influenced ordering can conflict with a neutral recommendation role unless it is prominently disclosed and separated from organic results.
Instruction Scope
The available scanner context indicates the skill may prioritize equal-price results by commission while also presenting itself as neutral, creating ambiguity for users who expect objective travel recommendations.
Install Mechanism
No unusual installer, persistence hook, or automatic startup mechanism was shown in the supplied evidence; the concern is runtime behavior rather than installation.
Credentials
Sending origins, destinations, waypoints, locations, and city names to a hard-coded third-party proxy is proportionate to mapping only if clearly disclosed and user-controlled; the supplied evidence does not show that disclosure.
Persistence & Privilege
No evidence was supplied of local persistence, privilege escalation, credential-store access, destructive actions, or background execution, but the embedded static proxy token is poor secret-handling practice.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-drive-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-drive-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the self-drive trip planning assistant: - Provides smart route planning with distance, time, toll, and fuel cost estimates. - Supports searching for gas stations, charging points, service areas, parking, and restaurants along the route. - Offers fatigue driving reminders and recommended rest stops every 2–3 hours. - Supplies real-time weather information and driving advice for origin, destination, and cities en route. - Computes total trip costs (toll + fuel/electricity) using standard formulas and live data.
元数据
Slug self-drive-planner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

自驾出行规划 是什么?

自驾出行智能规划助手,提供路线规划、过路费与油耗估算、沿途天气、加油站与充电桩搜索、疲劳驾驶提醒及多日行程编排。当用户提到自驾游、自驾出行、开车去、road trip、驾车路线、自驾攻略时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 28 次。

如何安装 自驾出行规划?

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

自驾出行规划 是免费的吗?

是的,自驾出行规划 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

自驾出行规划 支持哪些平台?

自驾出行规划 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 自驾出行规划?

由 旅行技能(@travel-skills)开发并维护,当前版本 v1.0.0。

💬 留言讨论