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/279458179/gaodemapskillWhat This Skill Does
The Gaode Map (AMap) skill provides the OpenClaw AI agent with powerful spatial capabilities by integrating with China's leading mapping platform. This skill enables the agent to perform geographic queries and logistics calculations, essentially giving the AI an understanding of physical locations and how to traverse them. By utilizing the official AMap API, it bridges the gap between digital queries and real-world navigation, allowing for seamless POI (Point of Interest) discovery and multi-modal route optimization. Whether you are looking to find specific businesses, landmarks, or calculate the most efficient way to travel between two points, this tool provides the necessary logic to execute these tasks accurately.
Installation
To integrate this functionality into your environment, use the OpenClaw CLI tool. Ensure you have your Gaode Map API Key ready, as it must be stored in the AMAP_API_KEY environment variable for the underlying scripts to authenticate. Run the following command in your terminal:
clawhub install openclaw/skills/skills/279458179/gaodemapskill
After installation, verify that your environment variables are correctly configured to point to your API key, or the tool will return an authentication error when attempting to call the AMap services.
Use Cases
This skill is highly effective for developers and power users who need to automate location-based tasks. Common use cases include generating travel itineraries, integrating location search into custom workflows, analyzing proximity data for business research, and providing real-time transit directions within a chat-based interface. It is particularly useful for agents managing logistical planning, urban exploration bots, or productivity assistants tasked with scheduling meetings that require travel calculations.
Example Prompts
- "Find the nearest pharmacy in Hangzhou and tell me how long it takes to drive there."
- "Plan a walking route from the Oriental Pearl Tower to the Bund in Shanghai."
- "Show me all the high-rated gas stations along the highway in the Fengtai district of Beijing."
Tips & Limitations
To maximize the reliability of the output, always provide specific city names when performing searches, as this helps the geocoding service disambiguate results. Note that the transit mode requires a city context to function correctly. Ensure your API key has the necessary quotas for map services, as high-frequency usage may hit limits. Finally, coordinate inputs are expected in "longitude,latitude" format; reversing these will cause navigation errors. Be aware that the accuracy of routes depends on real-time traffic data provided by the AMap backend.
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-279458179-gaodemapskill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
whisper-asr
本地 Whisper 语音识别配置。自动将飞书/Telegram 等渠道的语音消息转成文字。 适用于需要离线、低延迟语音转文字的场景。
xhsmander
小红书自动化发布技能。通过 Docker 容器中的 xiaohongshu-mcp 服务,实现登录、发布图文、搜索、互动等操作。 当用户提到发小红书、发笔记、发布内容、扫码登录小红书、小红书自动化、小红书发布时使用此技能。
lyric-writer
歌词创作技能。根据给定的主题或情感,创作适合 Suno AI 音乐生成的英文歌词,包含 lyrics 和 styles 参数。触发条件:用户要求写歌词、创作歌词、suno 歌词、English lyrics 等。
minimax-music-generation
使用 MiniMax API 生成创意音乐。当用户要求生成音乐、创作歌曲、制作背景音乐时使用。支持纯音乐和人声歌曲,可指定风格、情绪和场景。
wxgzh-mcp
微信公众号草稿创建与管理技能,支持图片上传、创建草稿、发布等操作。需配置 AppID、AppSecret、白名单 IP。