A straightforward script wrapper for AMap's (Gaode) Web Service API that handles geocoding, reverse geocoding, IP location, weather, routing, distance calculation, and POI search. You run it via command line with `bun scripts/amap.ts`, pick your operation from the reference docs, and get back raw JSON responses. It's not an MCP server, just a direct API client that assumes you have `AMAP_MAPS_API_KEY` set. Useful if you're building location features for China-focused apps or need to script bulk geocoding tasks against AMap's dataset. The skill guide is clear about treating any non-zero business state as a failure, which saves you from silent data problems.
npx skills add https://github.com/kaichen/amap-skill --skill amap