openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Gaode-Map-skills

Interact with Gaode Map API to search places and plan routes using driving, walking, bicycling, or transit modes with optional city context.

开发与 DevOps

作者:xiaohuozi @279458179

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 2 · 1k · 8 current installs · 8 all-time installs

2

安装量(当前) 8

🛡 VirusTotal :良性 · OpenClaw :良性

Package:279458179/gaodemapskill

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code, instructions, and required environment variable (AMAP_API_KEY) are consistent with its stated purpose of calling the Gaode/AMap REST API for place search and routing.

目的

Name/description, required binary (python), required env var (AMAP_API_KEY), and the included amap_tool.py client all align: they only call the AMap REST API for place search, geocoding, and route planning. No unrelated services, credentials, or binaries are requested.

说明范围

SKILL.md instructs the agent to run amap_tool.py with arguments and to provide AMAP_API_KEY via env or --key. The script only performs HTTP requests to restapi.amap.com, parses JSON, and prints results; it does not read other system files, home directory configs, or additional environment variables.

安装机制

There is no remote installer or download-from-URL behavior. The package is instruction-only in the registry but includes source and a requirements.txt with 'requests' (a standard dependency). Installation is a normal pip install -r requirements.txt as described in README; no unusual install-time network fetches beyond PyPI.

证书

Only AMAP_API_KEY is required (and python on PATH). That is proportional and expected for calling the AMap API. The code also allows passing the key via --key. No other credentials/config paths are requested.

持久

The skill does not request always:true, does not modify other skills' configs, and does not request persistent system privileges. It is user-invocable and can be invoked autonomously (platform default), which is expected for a skill of this type.

综合结论

The skill appears to be what it says: a small Python client for the Gaode/AMap REST API. Before installing, confirm you trust the skill source (homepage unknown, owner ID present) and are comfortable providing an AMAP_API_KEY; the key will be sent to AMap endpoints. Use a dedicated API key with minimal permissions/quota limits if possible. Review the included amap_tool.py yourself (it's short and readable) before granting the key. Installation…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Gaode-Map-skills」。简介:Interact with Gaode Map API to search places and plan routes using driving, wal…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/279458179/gaodemapskill/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。