← 返回
未分类 Key 中文

.Gaodemapskill.Bak

A skill to interact with Gaode Map (AMap) for location search and route planning.
与高德地图交互,实现位置搜索和路线规划的技能。
beelkic
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 451
下载
💾 2
安装
1
版本
#latest

概述

Gaode Map Skill

This skill allows you to search for places and plan routes using Gaode Map (AMap) API.

Usage

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.

Place Search

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.

Route Planning

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).

Examples

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"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 16:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Catmcp Data Analysis

beelkic
提供专业、严谨的多集合数据查询与聚合分析,确保安全、准确、高效的业务数据统计与趋势洞察服务。
★ 0 📥 522

.Gaodemapskill.Conflict

beelkic
与高德地图交互,实现位置搜索和路线规划的技能。
★ 0 📥 533

.Humanizer.Conflict

beelkic
消除文本中的AI生成痕迹。适用于编辑或审阅文本,使其更具自然感与人工写作特征。基于维基百科的风格指南。
★ 1 📥 500