map

Plan routes and search POIs using the AMap API.

762|97|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/countbot-ai/CountBot --skill map-countbot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: map
Source: https://github.com/countbot-ai/CountBot/tree/main/workspace/skills/map
Command: npx skills add https://github.com/countbot-ai/CountBot --skill map-countbot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

高德地图的路线规划与POI搜索在某些情境下需要一体化、可复用的工具来处理地址解析、路线请求和结果格式化。本技能把地图服务的核心能力封装成可直接在对话中调用的单元。

Core Features & Use Cases

  • 支持驾车、步行、骑行、公交等路线规划,并可对经过点进行处理与策略选择。
  • 提供景点与餐厅等 POI 的文本化搜索与筛选,支持按城市和类型过滤。
  • 能对起点终点进行智能解析,返回包含 origin/destination 名称的结果,便于对话输出和后续流程编排。
  • Use Case: 在旅行计划中快速获取从某地到某地的路线和沿途值得停留的 POI。

Quick Start

Ask the AI to find a driving route from 天安门 to 故宫 in 北京 and show the distance and ETA.

Frequently Asked Questions about map

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

FAQPage Schema
How do I plan a driving route and find POIs in Chinese cities using the AMap API?

To plan a route and find POIs using the AMap API, you need a valid API key for geocoding, route computation, and point-of-interest discovery. This Skill handles address normalization and returns formatted outputs with origin and destination names.

Can I search for restaurants and attractions with POI search and filter by city?

Yes, POI search supports text-based queries for restaurants and attractions with city and type filtering. It leverages the AMap API to return localized point-of-interest results for travel planning and city navigation.

Do I need an AMap API key to compute routes and perform geocoding?

Yes, a valid AMap API key is required to perform routing, geocoding, and smart location resolution. The Skill uses this key to authenticate requests for driving, walking, cycling, and transit route computations.

What types of route planning does AMap routing support for travel navigation?

AMap routing supports driving, walking, cycling, and transit route planning with waypoint processing and strategy selection. It computes distances and ETAs while normalizing origin and destination inputs for accurate travel navigation.

How does smart location resolution handle origin and destination normalization for routing?

Smart location resolution parses raw origin and destination inputs into normalized coordinates using AMap geocoding. This ensures accurate route computation and returns formatted outputs containing recognizable location names for conversational output.

Why does my AMap API route request return an error during travel planning?

Route request errors during travel planning typically occur when the AMap API key is missing, invalid, or lacks permissions for geocoding and routing. Ensure your API key is active and properly configured for the required map services.