gaode_map
A skill to interact with Gaode Map (AMap) for location search and route planning.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/beelkic/gaodemapskill-conflictWhat This Skill Does
The Gaode Map (AMap) skill is a powerful location-based service integration designed to provide OpenClaw AI agents with real-time geospatial capabilities. By leveraging the comprehensive database of Gaode Maps, this skill enables the agent to perform precise point-of-interest (POI) searches and compute multi-modal travel routes. Whether you need to locate specific business categories within a city or determine the most efficient driving or transit route between two landmarks, this tool serves as the primary bridge between your AI agent and the physical world map. It requires an active API key, which must be configured in your environment as AMAP_API_KEY, ensuring that your agent has authorized access to the Gaode Map cloud services.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/beelkic/gaodemapskill-conflict
Once installed, ensure your system environment variables include the necessary API authentication key. You can verify the installation by checking the openclaw/skills repository where the source code is hosted. No further dependencies are required beyond the standard execution environment for amap_tool.py.
Use Cases
This skill is ideal for logistical planning, travel assistance, and local exploration. Common use cases include:
- Automating travel itineraries by calculating transit times between hotels and tourist attractions.
- Assisting delivery workflows by identifying nearby gas stations or logistics hubs.
- Providing real-time navigation support to field agents by retrieving coordinates for specific addresses.
- Improving local search intelligence by filtering results through specific city contexts.
Example Prompts
- "Find the nearest Italian restaurant in Hangzhou and tell me how long it takes to drive there from the West Lake."
- "I need to get to the Shanghai Pudong International Airport from downtown; please provide a public transit route."
- "List all major shopping malls in Shenzhen and give me coordinates for the top-rated one."
Tips & Limitations
To maximize accuracy, always provide a specific city name when performing transit route planning, as the API performs best with contextual constraints. Be aware that the origin and destination parameters accept both string-based addresses and coordinate pairs; however, coordinate precision is preferred for non-landmark locations. The skill is dependent on external network connectivity and the availability of the Gaode Map API; ensure your account quotas are sufficient for your expected usage volume. Finally, strictly avoid using PII (personally identifiable information) in address search strings to maintain optimal privacy standards.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-beelkic-gaodemapskill-conflict": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
acpx
Use acpx as a headless ACP CLI for agent-to-agent communication, including prompt/exec/sessions workflows, session scoping, queueing, permissions, and output formats.
Catmcp Data Analysis
Skill by beelkic
gaode_map
A skill to interact with Gaode Map (AMap) for location search and route planning.