← 返回 Skills 市场
shaharsha

Google Maps

作者 shaharsh · GitHub ↗ · v3.2.0 · MIT-0
cross-platform ⚠ suspicious
5487
总下载
9
收藏
0
当前安装
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...
安全使用建议
Review before installing. Use a restricted Google Maps API key with quotas and referrer/API restrictions, assume map queries are sent to Google, and avoid sharing transcripts or logs from place search/details results until the skill stops 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
Maps, routes, geocoding, places, and transit features align with the stated Google Maps integration purpose and use Google Maps/Routes endpoints.
Instruction Scope
The skill instructs agents to run a local Python helper via exec for documented actions; I found no unrelated shell commands, hidden role instructions, destructive behavior, or obfuscation.
Install Mechanism
Installation/configuration is disclosed as an API key plus the requests Python package, with no bundled installer, background setup, or automatic package installation shown.
Credentials
Reading a Google Maps API key and sending location queries to Google is expected, but the helper constructs returned photo_url values containing the raw API key and prints results as JSON, exposing the credential in chat output or logs.
Persistence & Privilege
The artifacts do not show persistence, background workers, privilege escalation, broad local file access, or credential-store access beyond the documented environment variables.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-maps
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-maps 触发
  4. 根据 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.
元数据
Slug google-maps
版本 3.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 9
常见问题

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 插件,目前累计下载 5487 次。

如何安装 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。

💬 留言讨论