android-llm-agent-sdkMap Agent - 高德地图 AI 智能助手 Android SDK 开发指南,支持自然语言交互的 Map 导航服务,涵盖快速接入、AI 查询、结果处理、高德 Map APP 联动等完整能力
Install via ClawdBot CLI:
clawdbot install lbs-amap/android-llm-agent-sdkGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://console.amap.com/Audited Apr 18, 2026 · audit v1.0
Generated Jul 9, 2026
在出行应用中集成高德LLM Agent SDK,用户可通过自然语言语音指令发起导航、查询路线、切换交通方式,提升驾驶安全和便利性。
在生活服务或本地生活App中加入AI地图查询能力,用户通过文字或语音询问附近餐厅、加油站等POI,快速获取结果并导航。
物流平台接入LLM Agent SDK,配送员通过语音实时查询最优路线、了解交通拥堵,提高配送效率。
旅游App利用AI Agent提供景点介绍、路线规划、实时导航,用户只需自然语言提问即可获取个性化旅行建议。
车载信息娱乐系统集成高德SDK,实现语音控制地图导航、查询周边服务,打造智能座舱体验。
基础地图查询和导航功能免费,高级功能如实时路况预测、个性化路线推荐等通过订阅或按次收费。
在AI查询结果中嵌入商家广告或推荐,根据用户位置和意图推送相关商户,收取广告费。
收集用户出行数据和AI交互日志,经脱敏处理后向城市交通、城市规划等机构提供数据分析报告。
💬 Integration Tip
确保同时集成导航SDK和定位SDK,并检查依赖版本兼容性;首次集成请参考api/quick-start.md完成3步初始化。
Scored Jul 9, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.
A unified OpenClaw skill that merges self-improvement and proactivity: learn from corrections, maintain active state, recover context fast, and keep work mov...
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...
Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would improve response quality. Use this as a pre-processing step before answering complex questions.
Associative memory with spreading activation for persistent, intelligent recall. Use PROACTIVELY when: (1) You need to remember facts, decisions, errors, or...