Interact with Gaode Map API to search places and plan routes using driving, walking, bicycling, or transit modes with optional city context.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gaodemapskill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gaodemapskill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gaodemapskill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gaode_map description: A skill to interact with Gaode Map (AMap) for location search and route planning. metadata: openclaw: requires: env: ["AMAP_API_KEY"] bins: ["python"] ---
This skill allows you to search for places and plan routes using Gaode Map (AMap) API.
You can use the amap_tool.py script to perform actions. The API Key is expected to be in the AMAP_API_KEY environment variable.
Search for POIs (Points of Interest).
Command:
python amap_tool.py search --keywords "<keywords>" [--city "<city>"]
Parameters:
keywords: The search query (e.g., "restaurants", "gas station").city: (Optional) The city to search in.Plan a route between two locations.
Command:
python amap_tool.py route --origin "<origin>" --destination "<destination>" [--mode "<mode>"] [--city "<city>"]
Parameters:
origin: Start location (address or coordinates "lon,lat").destination: End location (address or coordinates "lon,lat").mode: (Optional) Route mode: driving (default), walking, bicycling, transit.city: (Optional) City name (required for transit mode, or to help geocoding).User: "Find coffee shops in Shanghai." Action:
python amap_tool.py search --keywords "coffee shop" --city "Shanghai"
User: "Show me the driving route from Beijing West Station to the Forbidden City." Action:
python amap_tool.py route --origin "Beijing West Station" --destination "Forbidden City" --mode "driving" --city "Beijing"安装 Gaode-Map-skills 后,可以对 AI 说这些话来触发它
Help me get started with Gaode-Map-skills
Explains what Gaode-Map-skills does, walks through the setup, and runs a quick demo based on your current project
Use Gaode-Map-skills to interact with Gaode Map API to search places and plan routes using ...
Invokes Gaode-Map-skills with the right parameters and returns the result directly in the conversation
What can I do with Gaode-Map-skills in my developer & devops workflow?
Lists the top use cases for Gaode-Map-skills, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/gaodemapskill/ 目录(个人级,所有项目可用),或 .claude/skills/gaodemapskill/(项目级)。重启 AI 客户端后,用 /gaodemapskill 主动调用,或让 AI 根据上下文自动发现并使用。
Gaode-Map-skills 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Gaode-Map-skills 可免费安装使用。请查阅仓库了解许可证信息。
Interact with Gaode Map API to search places and plan routes using driving, walking, bicycling, or transit modes with optional city context.
Gaode-Map-skills 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Gaode-Map-skills
Identifies repetitive steps in your workflow and sets up Gaode-Map-skills to handle them automatically