AMap Skill Quick Start Ensure AMAP_MAPS_API_KEY is set. Run bun scripts/amap.ts --help in this skill directory. Pick the matching command from references/command-map.md . Workflow Validate user intent and select one command. Prefer address commands for route planning when users provide plain addresses. Keep output as raw AMap JSON without wrapping fields. 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.
amap
安装
npx skills add https://github.com/kaichen/amap-skill --skill amap