← Back to Skills Marketplace
codekungfu

Gaode

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
315
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gaode-hot-trend
Description
提供高德地图周边POI检索、路线规划及GCJ-02与WGS-84坐标双向转换,支持轻量信息整理与报告生成。
README (SKILL.md)

高德地图

用途与边界

  • POI检索与路线规划信息采集,适用于出行与地理数据标注
  • 不提供批量采集、大规模抓取与坐标纠偏绕过能力
  • 仅用于公开页面的轻量信息整理与提醒

关键入口

  • 主页:https://www.amap.com/
  • 路线规划:https://www.amap.com/dir
  • 周边搜索:https://www.amap.com/place

常见任务

  • 指定坐标/地址的周边POI采集(类别、距离、评分、地址)
  • 多点路线规划结果摘要(里程、预计时长、途经路段)
  • 将GCJ-02坐标与WGS-84坐标进行双向标注说明

数据字段

  • 名称、类别、评分、电话、详细地址、坐标(GCJ-02)、营业时间
  • 路线里程、预计耗时、交通方式(驾车/步行/公交)、途经道路
  • 报告生成时间、来源链接

自动化要点

  • 地图展示存在动态加载与瓦片渲染,信息提取需等待页面稳定
  • 坐标系为GCJ-02;如需WGS-84用于GPS需说明坐标系差异
  • 查询频率需限流与人机验证规避,建议人工触发后自动整理

示例流程

  • POI摘要:输入地址/坐标 → 周边搜索 → 解析列表 → 生成CSV
  • 路线报告:设置起终点 → 选择出行方式 → 解析里程/时长 → 导出摘要
  • 坐标标注:采集GCJ-02坐标 → 标注用途与转换注意事项

合规提示

  • 遵守平台TOS与爬虫限制,不进行接口逆向或批量抓取
  • 标注坐标系来源,避免误用造成定位偏差
Usage Guidance
此技能为说明性技能,表明通过高德公开页面进行轻量信息整理。安装风险低,但请注意: - 遵守高德平台 TOS,避免自动化的大规模抓取;技能自身也声明了限流与人工触发建议。 - 技能不包含代码,实际能否抓取取决于你的代理/运行环境是否具有网络浏览能力;如果代理没有网页抓取权限,技能不会产生效果。 - 如果你担心自动化调用,留意技能可能被模型在会话中调用(这是平台默认),可在代理设置中禁用或仅在需要时手动启用。 - 在使用坐标转换时,请核验转换方法和精度,避免将未经确认的坐标用于安全或导航关键场景。
Capability Analysis
Type: OpenClaw Skill Name: gaode-hot-trend Version: 0.1.0 The skill bundle 'gaode-hot-trend' provides instructions for an AI agent to interact with the Gaode Maps (Amap) website for POI retrieval, route planning, and coordinate annotation. The SKILL.md file outlines legitimate use cases, such as generating CSV summaries of points of interest and route reports, while explicitly advising compliance with platform terms of service and avoiding mass scraping or reverse engineering. No malicious code, data exfiltration patterns, or harmful prompt injection attempts were detected.
Capability Assessment
Purpose & Capability
技能名、描述与 SKILL.md 中列出的能力(周边 POI 检索、路线摘要、GCJ-02/WGS-84 标注与转换说明)一致;没有请求与这些功能无关的凭据或二进制依赖。
Instruction Scope
运行时说明限定在访问 amap.com 的公开页面、等待页面加载、限流与人工触发等,未要求读取本地文件或外部不相关凭据,也未指示将数据发送到非高德的第三方端点。
Install Mechanism
无安装规范且为纯说明文档——不会在磁盘写入或下载第三方二进制,风险最低。
Credentials
未声明需要任何环境变量、密钥或配置路径,所需权限与技能用途相称。
Persistence & Privilege
默认不强制常驻(always:false),且没有尝试修改其它技能或系统配置。允许模型自主调用是平台默认行为,本技能没有额外特权。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gaode-hot-trend
  3. After installation, invoke the skill by name or use /gaode-hot-trend
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
gaode-hot-trend v0.1.0 - 初始发布,注册“高德地图”热门技能。 - 支持高德地图公开页面的POI搜索与路线规划信息采集。 - 提供地点/路线摘要、坐标双向标注与基础数据整理示例。 - 明确合规边界,不支持批量采集或坐标纠偏绕过。
Metadata
Slug gaode-hot-trend
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gaode?

提供高德地图周边POI检索、路线规划及GCJ-02与WGS-84坐标双向转换,支持轻量信息整理与报告生成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 315 downloads so far.

How do I install Gaode?

Run "/install gaode-hot-trend" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gaode free?

Yes, Gaode is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gaode support?

Gaode is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gaode?

It is built and maintained by ClawKK (@codekungfu); the current version is v0.1.0.

💬 Comments