← 返回 Skills 市场
40
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gaode-taxi
功能描述
高德打车,零配置即装即用,一键唤起高德地图APP打车。另含驾车/公交/步行/骑行路线规划(坐标版+地址版)、IP定位、周边搜索、POI搜索、POI详情,免申请Key即用。
使用说明 (SKILL.md)
高德打车
零配置即装即用的高德打车技能,一键唤起高德地图APP打车,另含路线规划、IP定位、周边搜索等常用地图能力。
核心功能
🚕 唤端打车
- schema_take_taxi — 一键唤起高德地图APP打车,支持设置起终点坐标和名称
🗺️ 路线规划(坐标版)
- driving_route — 驾车路线规划(经纬度坐标)
- transit_route — 公交路线规划(经纬度坐标)
- walking_route — 步行路线规划(经纬度坐标)
- cycling_route — 骑行路线规划(经纬度坐标)
🗺️ 路线规划(地址版)
- driving_route_by_address — 驾车路线规划(文字地址,自动地理编码)
- transit_route_by_address — 公交路线规划(文字地址,自动地理编码)
- walking_route_by_address — 步行路线规划(文字地址,自动地理编码)
- cycling_route_by_address — 骑行路线规划(文字地址,自动地理编码)
📍 定位与搜索
- ip_location — IP定位,根据IP地址获取位置信息
- poi_around — 周边搜索,搜索指定位置周边的POI
- poi_search — POI搜索,按关键词和城市搜索兴趣点
- poi_detail — POI详情,查询POI的详细信息
参数说明
唤端打车
- slon/slat — 起点经纬度(可选,不传则用当前位置)
- sname — 起点名称(可选)
- dlon/dlat — 终点经纬度(推荐)
- dname — 终点名称(可选)
路线规划(坐标版)
- origin — 起点坐标,格式"经度,纬度"
- destination — 终点坐标,格式"经度,纬度"
- city — 公交路线必填,城市名
路线规划(地址版)
- origin_address — 起点文字地址
- destination_address — 终点文字地址
- city — 公交路线必填,城市名
- origin_city/destination_city — 起终点城市(可选)
IP定位
- ip — IP地址(可选,不传则用请求方IP)
周边搜索
- location — 中心点坐标,格式"经度,纬度"
- keywords — 搜索关键词
POI搜索
- keywords — 搜索关键词
- city — 城市名
POI详情
- id — POI的ID
常用联动建议
- 先用 ip_location 获取当前位置 → 再用 poi_around 搜索周边 → 用 schema_take_taxi 打车前往
- 用 poi_search 找到目的地 → 用 driving_route_by_address 查路线 → 用 schema_take_taxi 打车
- 用 walking_route 步行导航 → 走累了用 schema_take_taxi 打车
不能做
- 唤端打车需要用户手机安装高德地图APP,无法在纯对话环境直接打车
- 坐标格式统一为"经度,纬度"(高德坐标系),不是"纬度,经度"
安全使用建议
Install only if you trust the publisher and the default proxy service with location-related data such as home/work addresses, coordinates, POI searches, routes, and possibly your requester IP. Prefer a clearly disclosed, trusted proxy or direct official API configuration, and avoid using it with highly sensitive locations until the publisher documents the proxy, data handling, and full callable tool list.
能力评估
Purpose & Capability
The stated taxi, routing, IP location, and POI features match the general purpose, but the script also exposes additional callable map capabilities such as geocoding, reverse geocoding, input tips, district lookup, weather, distance, static maps, coordinate conversion, and app navigation that are not fully enumerated in SKILL.md.
Instruction Scope
The instructions describe common map features and note requester-IP behavior for IP lookup, but they do not clearly disclose that address, coordinate, POI, and IP data are proxied to a third-party Tencent Cloud Function endpoint with a proxy token.
Install Mechanism
The artifact contains only SKILL.md and a Python script; there is no package installer, postinstall hook, dependency install step, or automatic persistence mechanism in the inspected files.
Credentials
Network access is expected for a zero-configuration map integration, but the default remote proxy, hardcoded proxy token, and unvalidated GAODE_PROXY_URL override are broad for sensitive location data and are under-disclosed to users.
Persistence & Privilege
No local persistence, privilege escalation, file mutation, credential-store access, or destructive behavior was found, but the script includes a built-in proxy token and sends requests off-device.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gaode-taxi - 安装完成后,直接呼叫该 Skill 的名称或使用
/gaode-taxi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首发版本,一键唤起高德地图APP打车,另含路线规划、IP定位、POI搜索等能力
元数据
常见问题
高德打车 是什么?
高德打车,零配置即装即用,一键唤起高德地图APP打车。另含驾车/公交/步行/骑行路线规划(坐标版+地址版)、IP定位、周边搜索、POI搜索、POI详情,免申请Key即用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 高德打车?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gaode-taxi」即可一键安装,无需额外配置。
高德打车 是免费的吗?
是的,高德打车 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
高德打车 支持哪些平台?
高德打车 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 高德打车?
由 旅行技能(@travel-skills)开发并维护,当前版本 v1.0.0。
推荐 Skills