A comprehensive Amap (高德地图) integration for AI agents to perform intelligent route planning and detailed Point of Interest (POI) searches.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install smart-map-guide
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 smart-map-guide using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Smart Map Guide is a specialized integration designed to empower AI agents with real-time geographic intelligence via the Amap (高德地图) API. This skill enables agents to calculate precise routes for driving, walking, cycling, and public transit while providing deep search capabilities for local attractions and restaurants. By incorporating this into your Openclaw Skills library, you provide your developer environment or AI assistant with the capability to act as a sophisticated travel planner and local guide, handling complex geocoding and navigation logic automatically.
To get started with this skill, follow these installation steps:
skills/map/scripts/config.json file:{
"amap_key": "YOUR_AMAP_API_KEY"
}
python3 skills/map/scripts/map.py search --keywords "Museum" --city "Beijing"
The Smart Map Guide organizes its operations through a structured set of parameters and configuration files to ensure compatibility within Openclaw Skills workflows:
| Component | Type | Description |
|---|---|---|
| config.json | File | Stores the amap_key for secure API authentication. |
| origin/destination | Argument | Supports both human-readable address names and longitude/latitude coordinates. |
| city_code | Parameter | Numeric identifiers (e.g., 010 for Beijing) required for transit routing. |
| output_format | Flag | Use --json to retrieve structured data objects for programmatic use. |
Loading
A zero-config weather query tool that provides real-time global weather data and multi-day forecasts in AI-optimized formats.

A zero-config news aggregator that delivers global headlines and deep AI research updates directly to your agent or terminal.

A comprehensive email automation tool allowing AI agents to send, receive, and manage messages across major providers like QQ, 163, and Alibaba Mail.

A multi-mode search skill that bridges AI agents with the Baidu ecosystem, providing web search, encyclopedia lookups, and AI-synthesized results.

A professional multimodal vision skill designed for deep analysis of images, videos, and visual files using high-performance LLMs.

A lightweight tool for AI agents to retrieve the official daily Bing homepage background through multiple output formats.








































