MALLMKit SDK Skill

Implement iOS MALLMKit integration for natural-language queries and navigation control.

54|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/amap-demo/amap-sdk-skills --skill mallmkit-sdk-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MALLMKit SDK Skill
Source: https://github.com/amap-demo/amap-sdk-skills/tree/main/ios-llm-agent-sdk
Command: npx skills add https://github.com/amap-demo/amap-sdk-skills --skill mallmkit-sdk-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

MALLMKit SDK integration complexity blocks iOS teams from implementing natural-language route planning, navigation control, and reliable communication with the AMap APP.

Core Features & Use Cases

  • Agent SDK natural-language queries: Generate code for initiating sessions, handling multi-round dialogue context, and processing structured query results for routes and POI search.
  • Navigation control & real-time data listening: Implement navigation lifecycle control (start/stop, route switching, broadcast modes) and subscribe to PB/typed navigation data updates.
  • IPC Link SDK for AMap APP: Implement the authorization flow, create and manage IPC connections, and send JSON navigation commands (e.g., set destination, add via points, start navigation).

Quick Start

Ask an AI coding tool to generate an iOS implementation that initializes MALLMKit Agent SDK, sends a natural-language query for nearby POIs, then starts navigation and registers navigation data listeners.

Frequently Asked Questions about MALLMKit SDK Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement natural-language navigation queries in an iOS app?

To implement natural-language navigation in iOS, use the AMap MALLMKit Agent SDK to initiate sessions, manage multi-round dialogue context, and process structured route and POI query results. The integration requires correct manager initialization and navigation callback wiring.

How do I send JSON navigation commands to the AMap app from my iOS application?

You can send JSON navigation commands to the AMap app by implementing the IPC Link SDK. This involves completing the authorization flow, creating and managing IPC connections, and exchanging JSON commands to set destinations, add via points, or start navigation.

Does MALLMKit support real-time navigation data callbacks during route guidance?

Yes, MALLMKit supports real-time navigation data callbacks. You can implement navigation lifecycle control to start, stop, or switch routes, and subscribe to typed PB navigation data updates to receive real-time route guidance information.

What is the correct initialization order for MALLMKit Agent SDK and IPC Link SDK?

The correct initialization order requires setting up the Agent SDK manager first, then wiring query and navigation callbacks, and finally performing safe IPC Link SDK setup for authorization and connection state management to ensure stable communication.

How do I handle scene and lifecycle resets when using AMap MALLMKit for iOS?

To handle scene and lifecycle resets in MALLMKit, you must properly manage the navigation lifecycle control and clear multi-round dialogue context. This ensures your iOS app safely resets navigation states and maintains correct IPC connection management.

Can I process structured POI search results from multi-round natural-language dialogue?

Yes, you can process structured POI search results by coordinating the Agent SDK natural-language queries. The SDK handles multi-round intent processing, allowing your iOS app to parse and utilize structured route and POI data returned from the dialogue context.