← Back to Skills Marketplace
lbs-amap

Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)

by GaodeMapOfficial · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
103
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install android-llm-agent-sdk
Description
Map Agent - 高德地图 AI 智能助手 Android SDK 开发指南,支持自然语言交互的 Map 导航服务,涵盖快速接入、AI 查询、结果处理、高德 Map APP 联动等完整能力
README (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 依赖有问题(如无法下载、版本冲突等),请联系高德相关同学获取依赖包。

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install android-llm-agent-sdk
  3. After installation, invoke the skill by name or use /android-llm-agent-sdk
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
优化展示名称,Map 关键词前置提升搜索排名
v1.0.1
优化展示名称和描述,增加 Map 关键词提升搜索可见性
v1.0.0
首次发布:高德地图 AI 智能助手 SDK 开发指南,涵盖快速接入、AI 查询、结果处理、高德 APP 联动等完整能力
Metadata
Slug android-llm-agent-sdk
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)?

Map Agent - 高德地图 AI 智能助手 Android SDK 开发指南,支持自然语言交互的 Map 导航服务,涵盖快速接入、AI 查询、结果处理、高德 Map APP 联动等完整能力. It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)?

Run "/install android-llm-agent-sdk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) free?

Yes, Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) support?

Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)?

It is built and maintained by GaodeMapOfficial (@lbs-amap); the current version is v1.0.2.

💬 Comments