amap

Installation
SKILL.md

AMap Skill

Quick Start

  1. Ensure AMAP_MAPS_API_KEY is set.
  2. Run bun scripts/amap.ts --help in this skill directory.
  3. Pick the matching command from references/command-map.md.

Workflow

  1. Validate user intent and select one command.
  2. Prefer address commands for route planning when users provide plain addresses.
  3. Keep output as raw AMap JSON without wrapping fields.
  4. Treat any non-zero API business state as failure.

Commands

  • Full command mapping: references/command-map.md
  • Ready-to-run examples: references/examples.md

Notes

  • This skill is script-first and does not run an MCP server.
  • Only AMAP_MAPS_API_KEY is supported.
Installs
361
GitHub Stars
108
First Seen
Feb 15, 2026