amap-lbs-skill

Automate AMap Web Service API calls for POI search and routing.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/wangzhongyuan11/open-claude-code --skill amap-lbs-skill-wangzhongyuan11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amap-lbs-skill
Source: https://github.com/wangzhongyuan11/open-claude-code/tree/main/.claude/skills/amap-lbs-skill
Command: npx skills add https://github.com/wangzhongyuan11/open-claude-code --skill amap-lbs-skill-wangzhongyuan11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, and includes scripts (resource) components.

What problem does it solve?

Automates access to 高德地图 Web Service APIs for POI search, routing, travel planning, and heatmap visualization, reducing manual integration effort.

Core Features & Use Cases

  • POI search and nearby searches across cities.
  • Route planning across walking, driving, riding, and transit.
  • Travel planning and map visualization link generation.
  • Key management and local persistence for configurations.

Quick Start

Configure your AMAP_WEBSERVICE_KEY and run the provided scripts to start searching POIs, planning routes, and visualizing results.

Frequently Asked Questions about amap-lbs-skill

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

FAQPage Schema
How do I automate AMap POI search and route planning via REST APIs?

Automate AMap POI search and route planning by executing provided scripts that implement REST calls to the 高德 Web Service APIs, handling key management and returning structured location data.

What's the best way to generate map visualization links for travel planning?

Generate map visualization links for travel planning by using this skill's built-in scripts to process routing queries and output structured heatmap visualization URLs automatically.

Does this AMap integration support walking, driving, riding, and transit routing?

Yes, this AMap integration supports walking, driving, riding, and transit routing, executing REST API calls for each specific mode to return accurate path data and travel estimates.

How do I manage and persist my AMap API key for local development?

Manage and persist your AMap API key for local development by configuring the AMAP_WEBSERVICE_KEY environment variable, which the scripts automatically retrieve for authenticating REST requests.

Can I use axios to handle errors during nearby POI searches across cities?

Yes, the skill uses the axios dependency to execute HTTP requests, implementing built-in error handling to gracefully manage failures during nearby POI searches across different cities.