amap-navigator

Provide geocoding, routing, and point-of-interest searches via the Amap API.

28|13|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/wulaosiji/skills --skill amap-navigator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amap-navigator
Source: https://github.com/wulaosiji/skills/tree/main/amap-navigator
Command: npx skills add https://github.com/wulaosiji/skills --skill amap-navigator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for reliable navigation, location services, and map-based queries specifically within China, where local services like Amap (Gaode Maps) are dominant.

Core Features & Use Cases

  • Geocoding: Convert addresses to geographic coordinates.
  • Navigation: Get directions between two points.
  • Location Search: Find points of interest.
  • Use Case: Planning a trip in China and need to find the nearest train station or get driving directions to a specific address.

Quick Start

Use the amap-navigator skill to find the coordinates for the address '上海市人民广场'.

Frequently Asked Questions about amap-navigator

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

FAQPage Schema
How do I get navigation and routing data for addresses in China?

To get navigation data for China, you need a mapping service that handles local mainland geography. This Skill uses the Amap API to provide directions between points and convert localized addresses into routing information.

Do I need an Amap API key to perform geocoding and location searches?

Yes, an Amap API key is required to perform geocoding, routing, and point-of-interest searches. You must obtain this key from the Amap developer platform to authenticate your location service requests.

How do I convert a Chinese address to geographic coordinates using the Amap API?

You can convert a Chinese address to geographic coordinates by using the geocoding function within the Skill. Provide the localized address string to the Amap API query to retrieve its precise latitude and longitude mapping.

Can I use this to find points of interest like the nearest train station on the mainland?

Yes, you can find points of interest like a train station by using the location search feature. The Amap API queries local mainland databases to return relevant POI results based on your specified search terms.

Does this geocoding Skill work for locations outside of China?

No, this Skill is specifically designed for locations within the Chinese mainland. It relies on the Amap mapping service, which is dominant and provides the most accurate localized routing and geocoding data strictly for China.