一键导入
android-llm-agent-sdk
Map Agent - 高德地图 AI 智能助手 Android SDK 开发指南,支持自然语言交互的 Map 导航服务,涵盖快速接入、AI 查询、结果处理、高德 Map APP 联动等完整能力
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Map Agent - 高德地图 AI 智能助手 Android SDK 开发指南,支持自然语言交互的 Map 导航服务,涵盖快速接入、AI 查询、结果处理、高德 Map APP 联动等完整能力
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Writers Room Story Engine mega-skill. Creates, structures, drafts, and revises compelling standalone stories from zero using premise generation, audience engagement, thematic design, character arcs, Story Spine structure, causal beats, worldbuilding in service of story, scene construction, and revision diagnostics. Use when developing short stories, standalone fiction, scripts, or narrative concepts from scratch or when improving weak drafts.
Deliver real-time websocket updates for intent, quote, negotiation, order, and payment events. Use when implementing push channels, subscription authorization, and connection/session lifecycle for market clients.
Adaptive RAG 引擎 — 从线性检索到自主认知循环。集成胶囊预筛选、智能路由、CRAG纠错、L3校验。当需要搜索记忆/检索信息/回答复杂问题时触发。关键词:RAG、检索、记忆搜索、向量检索、Agentic RAG、CRAG。
Adopt a virtual Drift AI-native pet at animalhouse.ai. Wanders between states. Location is never the same twice. Feeding every 6 hours. Common tier creature.
Complete methodology for building production-grade React applications with architecture decisions, component design, state management, performance optimization, testing, and deployment.
Control Android over LAN without USB, ADB, or root.
| name | android-llm-agent-sdk |
| display_name | Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) |
| version | 1.0.2 |
| description | Map Agent - 高德地图 AI 智能助手 Android SDK 开发指南,支持自然语言交互的 Map 导航服务,涵盖快速接入、AI 查询、结果处理、高德 Map APP 联动等完整能力 |
| author | 高德开放平台 |
| tags | ["地图","高德","Map","Android","LLM","Agent","SDK","AMap"] |
AMap LLM Agent SDK 是高德地图 AI 智能助手 SDK,支持自然语言交互的地图导航服务。
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 依赖有问题(如无法下载、版本冲突等),请联系高德相关同学获取依赖包。