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

amap-integration

Map and location services for search, routing, and visualization. Provides geocoding, POI search, route planning, and heatmap generation capabilities.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ayalnova/amap-integration
Or

What This Skill Does

The amap-integration skill serves as a comprehensive bridge between the OpenClaw agent and powerful mapping services. It enables the agent to perform geographic queries, calculate transit routes, and visualize spatial data directly within the terminal or agent interface. Whether you need to find the nearest coffee shop, map out a complex multi-stop driving itinerary, or render a visual heatmap from a JSON data set, this skill acts as the translation layer between natural language requests and mapping API endpoints. It balances ease-of-use by providing free, zero-config location searching with advanced, key-authenticated functionality for professional-grade routing and travel planning.

Installation

To integrate this skill into your environment, use the command-line interface provided by OpenClaw:

clawhub install openclaw/skills/skills/ayalnova/amap-integration

Once installed, if you intend to use advanced features like routing or travel planning, you must obtain a Web Service API key from your map provider. Add this key to your configuration file located at ~/.openclaw/.env or ~/.openclaw/credentials/.env using the key AMAP_WEBSERVICE_KEY. After saving the file, restart your agent process to apply the changes.

Use Cases

This skill is ideal for logistical automation and urban exploration. You can use it to automate travel itineraries by feeding it a list of POIs to generate a logical route. It is equally effective for data analysts who need to quickly visualize spatial distribution of assets on a map without writing custom GIS scripts. For developers, it provides a quick way to geocode locations and perform distance calculations without leaving the shell environment.

Example Prompts

  1. "Find me the nearest subway station to the Forbidden City in Beijing."
  2. "Generate a driving route from the airport to the city center and show me the traffic conditions."
  3. "Take this data list of store locations and create a heatmap visualization for me: [ {"lng": 116.397, "lat": 39.909} ]"

Tips & Limitations

Always ensure your API key is kept secure and never committed to public repositories. Note that while general searches are open and unrestricted, routing and nearby searches rely on the underlying service's rate limits; ensure your API tier matches your usage frequency. If a request returns an error, verify that your coordinate formatting (Long/Lat) follows the required JSON structure precisely.

Metadata

Author@ayalnova
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-ayalnova-amap-integration": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#mapping#geocoding#navigation#visualization#location-services
Safety Score: 4/5

Flags: network-access, file-read, external-api