Integrate comprehensive Baidu Map Web Service APIs for location searching, geocoding, and routing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install baidu-map-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install baidu-map-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Baidu Map skill provides a bridge between your AI agent and the extensive geospatial data provided by the Baidu Map Web Service API. It allows agents to perform complex tasks such as finding specific points of interest, calculating travel routes, and translating between physical addresses and coordinates. By incorporating this into your Openclaw Skills workflow, you gain access to one of the most accurate mapping services for the Chinese market, enabling location-aware automation and high-fidelity geographic responses.
To get started, you must register on the Baidu Map Open Platform to obtain an Access Key (AK). Once you have your AK, configure it as an environment variable to allow Openclaw Skills to authenticate your requests:
export BAIDU_MAP_AK="your_access_key_here"
Ensure that curl is available in your environment as it is required to execute the API calls.
The skill organizes data based on the specific Baidu Web Service API response. Typical data structures include:
| Service | Endpoint Purpose | Primary Data Types |
|---|---|---|
| POI Search | Keyword and nearby search | JSON objects with address and UID |
| Geocoding | Structuring addresses to coords | Lat/Lng coordinate pairs |
| Route Planning | Logistics and travel steps | Duration, distance, and direction nodes |
| District Query | Mapping boundaries | Polygon coordinate sets for regions |
Loading
A secure sudo-protocol for AI agents that requires manual human approval before executing destructive, financial, or infrastructure-level actions.

An automated workflow for generating comprehensive meeting minutes and actionable tasks from raw meeting data.

A comprehensive flight tracking tool for monitoring real-time aviation data including delays, gates, and live positions.

A real-time flight monitoring tool that provides detailed status updates, gate information, and live position data for worldwide aviation.

A synchronization tool that uses GitHub as a central repository to keep OpenClaw memory files consistent across all your devices.

A comprehensive integration of Tencent Map Web Services for advanced location search, route planning, and coordinate transformations.








































