amap-lbs-skill

Integrate Amap Web Services for POI search, route planning, and heatmap visualization.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill amap-lbs-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amap-lbs-skill
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/amap-lbs-skill
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill amap-lbs-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

提供一站式地图服务能力,整合高德地图的 POI 搜索、路径规划、智能旅游规划和热力图数据可视化,帮助开发者快速接入地理信息功能。

Core Features & Use Cases

  • POI 搜索:地点检索、周边与城市限定等筛选。
  • 路线规划:步行、驾车、骑行、公交等出行方式的路线计算。
  • 智能旅游规划:自动在城市内聚合兴趣点并生成地图任务与路线方案。
  • 热力图可视化:将数据源转化为热力分布图的可视化链接与地图展示。
  • 地图可视化链接生成:一键生成可分享的地图任务/路线链接。
  • Key 管理与持久化存储:本地配置管理 Web Service Key,简化首次接入。

Quick Start

在目标城市输入兴趣点并运行旅行规划脚本,即可生成POI结果与可视化地图链接。

Frequently Asked Questions about amap-lbs-skill

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

FAQPage Schema
How do I integrate Amap POI search and route planning into my location-aware application?

You can integrate Amap POI search and route planning by using a valid Amap Web Service Key to access text POI search, direction APIs for walking, driving, cycling, and transit, plus geocoding within your application.

Can I generate a shareable map visualization link for my travel planner?

Yes, the travel planner generates shareable map visualization links by aggregating points of interest within a target city and outputting links for map tasks and route schemes for easy sharing.

Do I need an Amap Web Service Key to use the heatmap visualization and POI search features?

Yes, a valid Amap Web Service Key is required. The skill handles local configuration management and persistent storage of the Web Service Key to simplify first-time access for POI search and heatmap generation.

What is the best way to plan a travel route across multiple points of interest in a city?

Use the smart travel planning feature to automatically aggregate points of interest within a target city, generating map tasks and comprehensive route schemes for walking, driving, cycling, or transit.

Does this Amap integration support route planning for different transportation modes like cycling and transit?

Yes, Amap integration supports route planning for walking, driving, cycling, and public transit by utilizing direction APIs with built-in error handling to compute accurate routes across modes.