gaode_map

Search POIs and plan routes via the Gaode Map API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/syzl8512/openclaw-experience --skill gaode-map-syzl8512
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaode_map
Source: https://github.com/syzl8512/openclaw-experience/tree/main/03_%E6%A0%B8%E5%BF%83Skill/gaodemapskill
Command: npx skills add https://github.com/syzl8512/openclaw-experience --skill gaode-map-syzl8512

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies location-based tasks by providing easy access to Gaode Map's powerful search and routing capabilities, eliminating the need for manual map lookups or complex API integrations.

Core Features & Use Cases

  • Place Search: Quickly find points of interest (POIs) like restaurants, shops, or landmarks within a specified city.
  • Route Planning: Get directions for driving, walking, cycling, or public transit between two locations.
  • Geocoding: Convert addresses into precise geographical coordinates.
  • Use Case: Ask the AI to "Find the nearest hospital to my current location and provide driving directions."

Quick Start

Find coffee shops in Shanghai by asking the AI to search for "coffee shop" in "Shanghai".

Frequently Asked Questions about gaode_map

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the Gaode Map API for route planning and location search?

To use the Gaode Map API for route planning and location search, you need to integrate its endpoints for POI searching and route calculations. The process requires setting the AMAP_API_KEY environment variable for authentication.

What is geocoding and how does Gaode Map handle address conversion?

Geocoding is the process of converting standard street addresses into precise geographical coordinates. The Gaode Map API handles this by taking address inputs and returning exact latitude and longitude points for mapping tasks.

Do I need an API key to perform POI searches and route calculations?

Yes, an API key is required to perform POI searches and route calculations. The Skill requires configuring the AMAP_API_KEY environment variable to authenticate all requests made to the Gaode Map location services.

Can I get public transit and cycling directions with Gaode Map API?

Yes, you can get public transit and cycling directions with the Gaode Map API. Route planning supports multiple transportation modes including driving, walking, cycling, and public transit between specified locations.

How to find points of interest like restaurants in a specific city using Python?

To find points of interest like restaurants in a specific city using Python, query a location search API with specific keywords. The Gaode Map integration allows specifying a city and search term to return matching POIs.

What are the limitations of using requests for map navigation tasks?

Limitations of using requests for map navigation tasks include dependency on external API availability and strict authentication requirements. Users must manage the AMAP_API_KEY securely and handle network errors for location queries manually.