🗺️
AutomationPython

Map

by countbot-ai

Map is an Automation skill for Claude Code, published by countbot-ai in CountBot.

767 stars100 forkson countbot-ai/CountBotAdded 2026/08/23Repository updated 2026/08/11
agent-skillsai-agentsai-assistedassistantdeepseek-v4official
Install in seconds
Install Map
Copy Map into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/countbot-ai/CountBot/tree/main/workspace/skills/map ~/.claude/skills/map

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/countbot-ai/CountBot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
workspace/skills/map/SKILL.md in countbot-ai/CountBot
Installs to
~/.claude/skills/map
Collection
One of 14 skills cataloged from this repository
Category
Automation1523 skills

What Map does

Map provides Amap route planning and POI search for driving, walking, cycling, and transit. Use it when a user asks for directions, trip planning, or places like attractions and restaurants.

Map is cataloged under Automation on DirSkills. Map comes from a repository tagged agent-skills, ai-agents, ai-assisted, assistant and deepseek-v4.

Documentation

README

地图路线规划与 POI 搜索

基于高德地图 API 的路线规划和 POI 搜索服务。

配置

编辑 skills/map/scripts/config.json,填写高德地图 API Key:

{
  "amap_key": "YOUR_AMAP_KEY"
}

AI 调用示例

用户说"我想去东莞玩3天":

# 1. 搜索景点
python3 skills/map/scripts/map.py attractions --city 东莞 --page-size 20 --json

# 2. 查询景点间路线
python3 skills/map/scripts/map.py driving --origin "旗峰公园" --destination "可园博物馆" --origin-city 东莞 --dest-city 东莞

用户说"东莞有什么好吃的":

python3 skills/map/scripts/map.py restaurants --city 东莞 --page-size 20 --json

用户说"从天安门到鸟巢坐地铁怎么走":

python3 skills/map/scripts/map.py transit --origin "天安门" --destination "鸟巢" --city1 010 --city2 010

命令行参考

路线规划

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Map

  • What else does countbot-ai publish alongside Map?

    Map is one of 14 skills that DirSkills catalogs from countbot-ai/CountBot, the repository it ships in. Its siblings there include Agent Browser, Agent Team Manager and Baidu Search. Each one is a separate skill with its own page in this directory, installs the same way Map does, and is maintained by countbot-ai in that same repository. The rest of the collection is listed on the countbot-ai/CountBot page.

  • How does Map compare to other Automation skills?

    Map ranks #1005 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Map against them. Open each page to compare what they document and how they install.

More from countbot-ai/CountBot

Map is one of 14 skills cataloged on DirSkills from countbot-ai/CountBot.

See all 14 skills