/install gaodemapskill-bak
Gaode Map Skill
This skill allows you to search for places and plan routes using Gaode Map (AMap) API.
Usage
You can use the amap_tool.py script to perform actions. The API Key is expected to be in the AMAP_API_KEY environment variable.
Place Search
Search for POIs (Points of Interest).
Command:
python amap_tool.py search --keywords "\x3Ckeywords>" [--city "\x3Ccity>"]
Parameters:
keywords: The search query (e.g., "restaurants", "gas station").city: (Optional) The city to search in.
Route Planning
Plan a route between two locations.
Command:
python amap_tool.py route --origin "\x3Corigin>" --destination "\x3Cdestination>" [--mode "\x3Cmode>"] [--city "\x3Ccity>"]
Parameters:
origin: Start location (address or coordinates "lon,lat").destination: End location (address or coordinates "lon,lat").mode: (Optional) Route mode:driving(default),walking,bicycling,transit.city: (Optional) City name (required fortransitmode, or to help geocoding).
Examples
User: "Find coffee shops in Shanghai." Action:
python amap_tool.py search --keywords "coffee shop" --city "Shanghai"
User: "Show me the driving route from Beijing West Station to the Forbidden City." Action:
python amap_tool.py route --origin "Beijing West Station" --destination "Forbidden City" --mode "driving" --city "Beijing"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gaodemapskill-bak - 安装完成后,直接呼叫该 Skill 的名称或使用
/gaodemapskill-bak触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
.Gaodemapskill.Bak 是什么?
A skill to interact with Gaode Map (AMap) for location search and route planning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 .Gaodemapskill.Bak?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gaodemapskill-bak」即可一键安装,无需额外配置。
.Gaodemapskill.Bak 是免费的吗?
是的,.Gaodemapskill.Bak 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
.Gaodemapskill.Bak 支持哪些平台?
.Gaodemapskill.Bak 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 .Gaodemapskill.Bak?
由 深山大柠檬(@beelkic)开发并维护,当前版本 v1.0.0。