🗺️ Google Maps — 地图路径规划

v3.2.0

基于 OpenClaw 的 Google Maps Routes API 集成,支持实时交通预测、距离与耗时计算、逐向导航等场景,一键获取最优路线。

8· 4.1k·24 当前·24 累计
shaharsha 头像by @shaharsha (shaharsh)
下载技能包
最后更新
2026/3/23
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's requirements and runtime behavior align with a Google Maps/Routes integration: it only asks for a Google Maps API key, uses Google endpoints, and instructs running a local Python helper — nothing obviously disproportionate or malicious in the provided artifacts.
评估建议
This skill appears coherent, but take these precautions before installing: (1) Use a Google API key restricted to the specific Maps APIs (Routes, Places, Geocoding) and restrict by referrer or IP to limit abuse. (2) Avoid using an unrestricted or shared API key; create a dedicated key for this skill and enable billing alerts/quotas. (3) Review the full lib/map_helper.py (the provided snippet was truncated) to confirm there are no unexpected external endpoints or secret-exfiltration code paths. (...
详细分析 ▾
用途与能力
Name/description (Routes API, geocoding, places, directions, matrix) match the declared requirements: an API key (GOOGLE_API_KEY) and the 'requests' Python package. No unrelated credentials, binaries, or system paths are requested.
指令范围
SKILL.md instructs the agent to run the included Python script with well-scoped actions (distance, directions, matrix, geocode, search, details). The instructions reference only the Google Maps APIs and local script execution; they do not ask the agent to read unrelated files, system secrets, or send data to non-Google endpoints in the visible content.
安装机制
No install spec or third-party downloads; the only runtime dependency is 'requests' (pip). The skill is delivered as code bundled with the skill (lib/map_helper.py) and does not fetch arbitrary archives or executables from untrusted URLs.
凭证需求
Only GOOGLE_API_KEY is required (with a documented fallback GOOGLE_MAPS_API_KEY and optional language env). This is appropriate for calling Google Maps/Routes/Places/Geocoding APIs and is proportionate to the stated functionality.
持久化与权限
The skill does not request always: true and it runs only when invoked (user-invocable). It does not declare modifications to other skills or system-wide settings. The allowed-tool 'exec' is present to run the Python helper, which is consistent with the instructions.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv3.2.02026/2/4

- Updated version to 3.2.0 - Added explicit requirement for the Python requests package in the metadata section and documentation - Improved requirements section to mention pip install requests - Clarified and listed optional environment variables and added more detailed metadata notes - Updated all usage examples to use the fully qualified script path (skills/google-maps/lib/map_helper.py)

无害

安装命令

点击复制
官方npx clawhub@latest install google-maps
镜像加速npx clawhub@latest install google-maps --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库