← 返回 Skills 市场
beelkic

.Gaodemapskill.Bak

作者 深山大柠檬 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gaodemapskill-bak
功能描述
A skill to interact with Gaode Map (AMap) for location search and route planning.
使用说明 (SKILL.md)

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 "\x3Ckeywords>" [--city "\x3Ccity>"]

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 "\x3Corigin>" --destination "\x3Cdestination>" [--mode "\x3Cmode>"] [--city "\x3Ccity>"]

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"
安全使用建议
This skill appears to do exactly what it claims: it uses your AMAP_API_KEY to query AMap REST endpoints for searches, geocoding, and routing. Before installing: (1) verify the skill source/owner (there is no homepage and ownerId in _meta.json differs from the registry entry), (2) only provide an API key you control and consider creating a key scoped for this use, and (3) review or run the Python script in a safe environment if you want to confirm network behavior. If you are uncomfortable sharing location queries with AMap, do not provide the API key. Otherwise the package is proportionate and coherent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: gaodemapskill-bak Version: 1.0.0 The skill bundle is a legitimate integration for the Gaode Map (AMap) API. The Python script (amap_tool.py) uses the standard requests library to perform geocoding, place searches, and route planning via the official AMap REST API (restapi.amap.com), with no evidence of data exfiltration, command injection, or malicious instructions in the SKILL.md file.
能力评估
Purpose & Capability
Name and description match the implemented functionality. The skill only requires python and an AMap API key, and the included amap_tool.py calls AMap REST endpoints for place search, geocoding, and routing — all coherent with the declared purpose. Note: repository metadata lacks a homepage and the ownerId in _meta.json differs from the registry Owner ID, which is a minor provenance inconsistency you may want to verify.
Instruction Scope
SKILL.md instructs the agent to run the included Python script and to provide AMAP_API_KEY; the script only uses that key and makes requests to restapi.amap.com. The instructions do not ask the agent to read unrelated files, other environment variables, or send data to third-party endpoints beyond AMap.
Install Mechanism
No install spec provided (instruction-only). Included requirements.txt lists a single dependency (requests). There are no downloads from unknown URLs or archive extraction steps. Installing requires only standard Python package installation if the user chooses to install dependencies.
Credentials
Only AMAP_API_KEY is required and is appropriate for calling the AMap API. No unrelated secrets or credentials are requested. The script accepts the key via an argument or env var; as with any API key, treat it as sensitive and provide a key with minimal privileges.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and has normal agent invocation settings. It does not attempt to persist or elevate privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gaodemapskill-bak
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gaodemapskill-bak 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Gaode Map Skill. - Enables location search and route planning via the Gaode (AMap) API. - Supports POI (Point of Interest) search with keywords and optional city filtering. - Provides route planning between origins and destinations with modes like driving, walking, bicycling, and transit. - Requires an AMap API key set through the AMAP_API_KEY environment variable. - Offers command-line usage with clear parameters and example commands.
元数据
Slug gaodemapskill-bak
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

.Gaodemapskill.Bak 是什么?

A skill to interact with Gaode Map (AMap) for location search and route planning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。

如何安装 .Gaodemapskill.Bak?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gaodemapskill-bak」即可一键安装,无需额外配置。

.Gaodemapskill.Bak 是免费的吗?

是的,.Gaodemapskill.Bak 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

.Gaodemapskill.Bak 支持哪些平台?

.Gaodemapskill.Bak 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 .Gaodemapskill.Bak?

由 深山大柠檬(@beelkic)开发并维护,当前版本 v1.0.0。

💬 留言讨论