/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"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gaodemapskill-bak - After installation, invoke the skill by name or use
/gaodemapskill-bak - Provide required inputs per the skill's parameter spec and get structured output
What is .Gaodemapskill.Bak?
A skill to interact with Gaode Map (AMap) for location search and route planning. It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install .Gaodemapskill.Bak?
Run "/install gaodemapskill-bak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is .Gaodemapskill.Bak free?
Yes, .Gaodemapskill.Bak is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does .Gaodemapskill.Bak support?
.Gaodemapskill.Bak is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created .Gaodemapskill.Bak?
It is built and maintained by 深山大柠檬 (@beelkic); the current version is v1.0.0.