android-llm-agent-sdk

Map Agent - 高德地图 AI 智能助手 Android SDK 开发指南,支持自然语言交互的 Map 导航服务,涵盖快速接入、AI 查询、结果处理、高德 Map APP 联动等完整能力

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "android-llm-agent-sdk" with this command: npx skills add lbs-amap/android-llm-agent-sdk

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         # 核心类说明

快速导航

需求参考文档
首次接入 SDKapi/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 依赖有问题(如无法下载、版本冲突等),请联系高德相关同学获取依赖包。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

LovTrip China Map (Amap)

高德地图助手 / Amap Map Tools for China — 地理编码、周边搜索、路线规划、地图链接生成。当用户需要中国大陆范围的地理编码、地点搜索、路线规划时使用。

Registry SourceRecently Updated
4311Profile unavailable
Coding

Phone agent

Use AI AutoGLM Phone Agent for automated mobile device control. Suitable for tasks requiring mobile phone automation, such as APP automated testing, data col...

Registry SourceRecently Updated
4950Profile unavailable
Research

MemCore

Agent long-term memory system with five-layer architecture (Context/Task/User/Knowledge/Experience). Use when building agents that need persistent memory, ta...

Registry SourceRecently Updated
1400Profile unavailable
Automation

Auto Skill Loader

自动检测当前任务类型,动态加载对应的 Skill。当收到新任务时,分析任务意图, 匹配最佳 Skill 并自动加载。支持 Skill 分级保护(core/protected/dynamic), 即插即用零配置,兼容任何 OpenClaw 部署。 触发词:"自动加载skill"、"动态加载"、"智能匹配skill"...

Registry SourceRecently Updated
1880Profile unavailable