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-bakWhat This Skill Does
The gaode_map skill acts as a powerful interface between OpenClaw and the Gaode Map (AMap) platform. By leveraging the comprehensive AMap API, this skill allows the AI agent to perform real-time geographic queries and spatial analysis. Whether you need to locate specific Points of Interest (POIs) such as hotels, restaurants, or gas stations, or require complex route planning for commuting, this skill provides the necessary bridge to translate natural language requests into structured API calls. It supports both coordinate-based and address-based queries, making it highly flexible for different levels of geographic specificity.
Installation
To integrate this skill into your OpenClaw environment, ensure you have the necessary system dependencies installed. Use the following command in your terminal:
clawhub install openclaw/skills/skills/beelkic/gaodemapskill-bak
After installation, you must obtain a valid API Key from the Gaode Map Developer Platform. Set this key as an environment variable named AMAP_API_KEY to ensure the script can authenticate your requests correctly. Failure to set this variable will result in request rejection.
Use Cases
- Logistics and Delivery: Quickly determine the most efficient routes for delivery drivers by analyzing transit or driving paths.
- Travel Planning: Help users discover local landmarks, cafes, or business offices while traveling in unfamiliar cities.
- Local Search Automation: Build automated reports that include nearby service providers based on a user's current city or specific coordinates.
- Commute Monitoring: Compare different transit modes, such as walking versus driving, to provide users with time-saving travel advice.
Example Prompts
- "I am currently in Hangzhou, can you find me a list of highly-rated traditional tea houses nearby?"
- "What is the best way to get from the Shanghai International Airport to the Bund using public transportation?"
- "Plan a driving route from my current location at the city center to the nearest hospital in Guangzhou."
Tips & Limitations
- API Limits: Remember that your Gaode Map developer account may have daily quota limits. Monitor your usage via the Gaode dashboard to avoid service interruptions.
- Address Accuracy: When using address strings rather than coordinates, providing the 'city' parameter significantly improves geocoding accuracy.
- Transit Mode: Note that the 'transit' mode for route planning requires the city name to be specified to ensure the engine correctly maps local subway and bus networks.
- Security: Never expose your AMAP_API_KEY in public repositories or logs. Ensure your environment variables are managed securely within your OpenClaw host system.
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-bak": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
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.
gaode_map
A skill to interact with Gaode Map (AMap) for location search and route planning.
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