← 返回 Skills 市场
Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)
作者
GaodeMapOfficial
· GitHub ↗
· v1.0.2
· MIT-0
103
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install android-llm-agent-sdk
功能描述
Map Agent - 高德地图 AI 智能助手 Android SDK 开发指南,支持自然语言交互的 Map 导航服务,涵盖快速接入、AI 查询、结果处理、高德 Map APP 联动等完整能力
使用说明 (SKILL.md)
Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)
AMap LLM Agent SDK 是高德地图 AI 智能助手 SDK,支持自然语言交互的地图导航服务。
触发词
- "接入LLM Agent SDK"、"集成AI助手"、"接入Agent"
- "连接高德APP"、"配置LinkClient"
目录结构
amap-llm-agent/
├── SKILL.md # 本文件 - 入口索引
├── api/ # API 使用指南
│ ├── quick-start.md # 快速接入(3步完成)
│ ├── agent-query.md # 发送 AI 查询
│ ├── query-result.md # 处理查询结果
│ ├── link-client.md # LinkClient 与高德APP通信
│ ├── transport-mode.md # 切换导航模式
│ ├── logger.md # 日志配置
│ └── lifecycle.md # 生命周期管理
└── references/ # 参考资料
├── voice-commands.md # 支持的语音指令
├── troubleshooting.md # 常见问题诊断
└── core-classes.md # 核心类说明
快速导航
| 需求 | 参考文档 |
|---|---|
| 首次接入 SDK | api/quick-start.md |
| 发送语音/文字查询 | api/agent-query.md |
| 处理 AI 返回结果 | api/query-result.md |
| 与高德 APP 联动 | api/link-client.md |
| 切换驾车/骑行/步行 | api/transport-mode.md |
| 查看支持的语音指令 | references/voice-commands.md |
| 排查问题 | references/troubleshooting.md |
依赖版本
// LLM Agent SDK
implementation 'com.amap.lbs.client:amap-agent:1.1.41'
// 导航 SDK(必须)
implementation 'com.amap.api:navi-3dmap:latest.integration'
// 定位 SDK(必须,用于实时位置更新)
implementation 'com.amap.api:location:latest.integration'
⚠️ 注意:如果 Agent SDK 或导航 SDK 依赖有问题(如无法下载、版本冲突等),请联系高德相关同学获取依赖包。
安全使用建议
This package is a documentation-only skill that provides examples and Gradle coordinates for integrating AMap's Android LLM Agent SDK. Before using it: (1) verify the origin — the registry metadata lacks a homepage and source, so prefer obtaining SDK artifacts and dependency coordinates directly from AMap's official site or Maven repositories; (2) ensure you supply legitimate AMap API keys and follow best practices for storing them (don’t embed secrets in source); (3) be aware the SDK requires Android runtime permissions (location, network) and LinkClient integration may interact with the installed AMap app; (4) if you must download SDK binaries because of dependency issues, fetch them from official AMap release sources and verify checksums. If you need higher assurance about provenance, request the publisher to provide an official homepage or upstream links to AMap’s docs/releases.
功能分析
Type: OpenClaw Skill
Name: android-llm-agent-sdk
Version: 1.0.2
The skill bundle is a legitimate documentation and code template package for the AMap (AutoNavi) Android LLM Agent SDK. It provides structured instructions for AI assistants to help developers integrate map navigation, location services, and natural language query capabilities into Android apps. The code snippets and instructions are consistent with the stated purpose, and no indicators of data exfiltration, malicious execution, or harmful prompt injection were identified.
能力标签
能力评估
Purpose & Capability
Name, description, and all included docs consistently describe integrating the AMap Android LLM Agent SDK; requested Gradle dependencies and example code match that purpose and are expected for an Android SDK integration guide.
Instruction Scope
SKILL.md and the API/reference files are usage and integration docs that instruct code generation and SDK calls. They do not instruct the agent to read unrelated files, exfiltrate data, or call unexpected external endpoints; network calls referenced are the normal SDK/app links (AMap services/LinkClient).
Install Mechanism
There is no install spec and no code to download or execute; this is instruction-only documentation, which is the lowest-risk install mechanism.
Credentials
No environment variables, secrets, or config paths are requested. The only relevant runtime concerns are standard Android permissions (location, network) implied by the SDK examples.
Persistence & Privilege
always is false and the skill does not request persistent/system privileges or modification of other skills; normal autonomous invocation is allowed but not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install android-llm-agent-sdk - 安装完成后,直接呼叫该 Skill 的名称或使用
/android-llm-agent-sdk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
优化展示名称,Map 关键词前置提升搜索排名
v1.0.1
优化展示名称和描述,增加 Map 关键词提升搜索可见性
v1.0.0
首次发布:高德地图 AI 智能助手 SDK 开发指南,涵盖快速接入、AI 查询、结果处理、高德 APP 联动等完整能力
元数据
常见问题
Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) 是什么?
Map Agent - 高德地图 AI 智能助手 Android SDK 开发指南,支持自然语言交互的 Map 导航服务,涵盖快速接入、AI 查询、结果处理、高德 Map APP 联动等完整能力. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install android-llm-agent-sdk」即可一键安装,无需额外配置。
Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) 是免费的吗?
是的,Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) 支持哪些平台?
Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)?
由 GaodeMapOfficial(@lbs-amap)开发并维护,当前版本 v1.0.2。
推荐 Skills