← 返回 Skills 市场
5091
总下载
9
收藏
26
当前安装
9
版本数
在 OpenClaw 中安装
/install google-maps
功能描述
Google Maps integration for OpenClaw with Routes API. Use for: (1) Distance/travel time calculations with traffic prediction, (2) Turn-by-turn directions, (3...
安全使用建议
Install only if you are comfortable sending map and place queries to Google. Use a restricted Google Maps API key with quotas, and avoid sharing transcripts or logs from place search/details results until the skill is patched to stop printing API keys in photo URLs.
功能分析
Type: OpenClaw Skill
Name: google-maps
Version: 3.2.0
The google-maps skill bundle is a legitimate integration for Google Maps using the modern Routes API. The code in lib/map_helper.py correctly handles API requests to official Google endpoints (maps.googleapis.com and routes.googleapis.com) and requires a standard GOOGLE_API_KEY. There is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The maps, routes, geocoding, places, and transit features match the stated Google Maps integration purpose and call official Google API endpoints.
Instruction Scope
The skill uses exec to run a documented Python helper; I did not find unrelated shell execution, destructive commands, obfuscation, or hidden agent instructions.
Install Mechanism
Installation requirements are simple and disclosed: a Google Maps API key and the Python requests package. No bundled installer, background setup, or package-install script is shown.
Credentials
Using a Google Maps API key and sending location queries to Google is expected for this skill, but the helper adds photo_url fields that include the raw API key and then prints results as JSON, which can expose the credential in chat output or logs.
Persistence & Privilege
The artifacts do not show persistence, background workers, broad local file access, privilege escalation, or local credential-store access beyond reading the documented environment variables.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-maps - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-maps触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.2.0
- 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)
v3.1.2
Document fallback env var GOOGLE_MAPS_API_KEY in metadata and config table. Fix version mismatch. Clarify install spec.
v3.1.1
v3.1.1: Removed 'Elite' from name, cleaner branding
v3.1.0
v3.1.0: Configurable default language via GOOGLE_MAPS_LANG env var, English output by default
v3.0.2
v3.0.2: Added multilingual examples (Hebrew, Japanese, Arabic)
v3.0.1
v3.0.1: International examples (US, UK), cleaner documentation
v3.0.0
v3.0.0: Migrated to Routes API, added distance matrix, waypoint optimization, traffic models
v1.1.0
Changed env var to GOOGLE_API_KEY (with GOOGLE_MAPS_API_KEY fallback for backwards compatibility)
v1.0.0
- Initial release of the google-maps skill for OpenClaw.
- Provides integration with Google Maps Platform: search places, get place details, and calculate distances.
- Requires a Google Maps API key and enabling relevant APIs.
- Includes support for localization in Hebrew and English.
- Accessible via a Python helper script with simple command-line actions.
元数据
常见问题
Google Maps 是什么?
Google Maps integration for OpenClaw with Routes API. Use for: (1) Distance/travel time calculations with traffic prediction, (2) Turn-by-turn directions, (3... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5091 次。
如何安装 Google Maps?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-maps」即可一键安装,无需额外配置。
Google Maps 是免费的吗?
是的,Google Maps 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Maps 支持哪些平台?
Google Maps 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Maps?
由 shaharsh(@shaharsha)开发并维护,当前版本 v3.2.0。
推荐 Skills