📦 Google Maps — 地图工具

v0.1.0

通过 OneKey Gateway 调用 Google Maps 全套接口,支持地址解析、地点搜索、距离矩阵、海拔查询与路线导航,一键集成地图能力。

0· 84·0 当前·0 累计
ai-hub-admin 头像by @ai-hub-admin (AI-Hub-Admin)
下载技能包
最后更新
2026/3/22
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
NULL
评估建议
This skill appears to be a straightforward wrapper that forwards requests to a OneKey Gateway which in turn calls Google Maps APIs. Before installing: - Confirm the registry metadata vs. SKILL.md mismatch: the skill requires DEEPNLP_ONEKEY_ROUTER_ACCESS even though the registry listed no env vars. - Do not rely on the demo fallback key (BETA_TEST_KEY_MARCH_2026) for sensitive queries — it sends your location/addresses to the OneKey provider. Provide your own gateway key if you trust the provider...
详细分析 ▾
用途与能力
The name/description (Google Maps via OneKey Gateway) matches the included scripts and the declared dependency on a OneKey router. However the registry metadata listed 'required env vars: none' while SKILL.md and all scripts require DEEPNLP_ONEKEY_ROUTER_ACCESS — an inconsistency between metadata and the runtime instructions.
指令范围
SKILL.md instructs installation of the OneKey CLI and a Python package and to set DEEPNLP_ONEKEY_ROUTER_ACCESS. The scripts only read that env var (with a demo fallback), build a OneKeyAgentRouter, invoke the specified maps_* api_id, and print JSON. They do not read other system files or unrelated env vars. Note: the scripts fall back to a shared demo key (BETA_TEST_KEY_MARCH_2026) if no key is set, which will send any queries to the OneKey provider.
安装机制
No arbitrary downloads; installation is via pip (ai-agent-marketplace) and npm (@aiagenta2z/onekey-gateway). These are standard package installs (trackable via PyPI/NPM) and there is no extract-from-URL behavior present. Review the upstream package sources before installing.
凭证需求
The only runtime secret required is DEEPNLP_ONEKEY_ROUTER_ACCESS, which is appropriate for a gateway-based integration. The inconsistency is that registry metadata omitted this required env var. Also the built-in fallback demo key means sensitive queries will be sent to the OneKey provider if the user does not supply their own key.
持久化与权限
The skill does not request elevated persistence (always:false), does not modify other skills or system-wide settings, and is user-invocable. Autonomous invocation is allowed by default on the platform and is not in itself a new concern here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/3/22

NULL

无害

安装命令

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