/install gaodemapskill
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 - After installation, invoke the skill by name or use
/gaodemapskill - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1294 downloads so far.
How do I install Gaode-Map-skills?
Run "/install gaodemapskill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gaode-Map-skills free?
Yes, Gaode-Map-skills is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gaode-Map-skills support?
Gaode-Map-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gaode-Map-skills?
It is built and maintained by xiaohuozi (@279458179); the current version is v1.0.0.