Baidu Map Hot Trend
Skill by codekungfu
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codekungfu/baidu-map-hot-trendWhat This Skill Does
The Baidu Map Hot Trend skill allows OpenClaw users to interface with the Baidu Maps ecosystem effectively. By leveraging this skill, you can automate the retrieval of point-of-interest (POI) information, analyze travel route metrics, and manage coordinate data directly within the Baidu Map environment (https://map.baidu.com/). It is designed to act as a bridge between the agent's intent and the dynamic web content of China's most popular mapping service, providing structured insights for research, trip planning, or location-based data aggregation.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/codekungfu/baidu-map-hot-trend
Ensure your OpenClaw runtime has the necessary permissions for browser automation to handle the dynamic rendering of Baidu Map's interactive elements.
Use Cases
This skill is highly versatile for professionals and researchers needing geo-spatial data. Primary use cases include:
- POI Data Analysis: Rapidly harvesting business information such as star ratings, review counts, and contact information for specific industry sectors in a target city.
- Logistics and Commute Research: Generating comparative reports between public transit and driving routes, focusing on time, cost, and complexity (e.g., number of transfers).
- Coordinate Management: Assisting developers and analysts in identifying locations using BD-09 coordinates, while providing context on the necessary conversions for integration with WGS-84 or GCJ-02 systems.
Example Prompts
- "Find the top 5 highly-rated coffee shops in Haidian District, Beijing, and list their names, ratings, and phone numbers."
- "Compare the public transit commute versus driving a car from the airport to the city center; highlight the estimated travel time and total cost."
- "Look up the coordinates for the Oriental Pearl Tower and provide the BD-09 location details along with a note on coordinate system alignment."
Tips & Limitations
- Coordinate Awareness: Remember that Baidu Maps primarily uses the proprietary BD-09 coordinate system. Ensure you account for conversion offsets when mapping to global standards like WGS-84 to prevent location drift.
- Rate Limiting: To maintain system stability and prevent being flagged by anti-bot mechanisms, the skill implements a recommended sleep interval of at least 10 seconds between requests. Adhere to this pacing.
- Dynamic Rendering: Because the content is loaded via JavaScript, the agent may need a moment to fully initialize the page DOM. If data returns as empty, allow for an extended timeout in your configuration.
- Compliance: This tool is intended for light information aggregation. Avoid attempting to scrape massive datasets or reverse-engineer private API endpoints to remain compliant with Baidu's Terms of Service.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codekungfu-baidu-map-hot-trend": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, data-collection