A Python-based skill for integrating Gaode Map (AMap) capabilities like POI search and multi-modal route planning into AI agent workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gaodemapskill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gaodemapskill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gaode Map skill provides a robust interface for AI agents to interact with the AMap API, enabling location-aware functionalities. By utilizing this skill within the Openclaw Skills framework, developers can empower their agents to look up specific points of interest (POIs) and calculate complex routes across China with high accuracy. It acts as a bridge between raw geographic data and actionable agent responses.
This skill is particularly useful for developers building travel assistants or local discovery tools. It simplifies the complexity of geocoding and routing by providing a streamlined CLI-based interaction model that fits naturally into any Openclaw Skills implementation.
To get started with this skill, you must have Python installed and obtain an API Key from the Gaode Open Platform. Configure your environment as follows:
# Set your Gaode Map API Key
export AMAP_API_KEY='your_api_key_here'
# Run a test search
python amap_tool.py search --keywords "coffee shop" --city "Shanghai"
The skill processes location data and route information based on a flexible schema. Below are the primary fields used during interaction:
| Parameter | Type | Description |
|---|---|---|
| keywords | String | The search query for Points of Interest (POIs). |
| origin | String | The start location, accepting either an address or "lon,lat" coordinates. |
| destination | String | The end location, accepting either an address or "lon,lat" coordinates. |
| mode | String | The transportation mode: driving, walking, bicycling, or transit. |
| city | String | Optional city name to refine search results or geocoding accuracy. |
Loading
A universal music downloader and manager that extracts audio from YouTube and Bilibili, converts it to MP3, and organizes it into local libraries.

A comprehensive media generation skill for creating, upscaling, and animating high-fidelity images and videos via the Runware API.

An automated utility that translates technical Binance Web3 token audit data into plain-language risk assessments and social media drafts.

A bilingual meme token risk analysis engine that transforms Binance Web3 discovery data into actionable, risk-scored insights.

A comprehensive AI agent skill for managing MikroTik RouterOS devices through API-driven automation and real-time monitoring.

A production-ready, self-hosted RAG infrastructure that provides local long-term memory and hybrid search capabilities for your AI agents.








































