ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

gaode_map

A skill to interact with Gaode Map (AMap) for location search and route planning.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/beelkic/gaodemapskill-conflict
Or

What 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

  1. "Find the nearest Italian restaurant in Hangzhou and tell me how long it takes to drive there from the West Lake."
  2. "I need to get to the Shanghai Pudong International Airport from downtown; please provide a public transit route."
  3. "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

Author@beelkic
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-beelkic-gaodemapskill-conflict": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#geospatial#navigation#mapping#travel#location
Safety Score: 4/5

Flags: network-access, external-api