amap-lbs-skill
A full-stack LBS skill for POI search, route planning, travel itinerary automation, and heatmap visualization.
- Generate heatmaps from JSON coordinate data using dark or light themes.
- Find specific categories like "Charging Stations" near a current location.
- Automate multi-stop travel itineraries with optimized route planning.
Free
Included in download
- Downloadable skill package
- Works with Cursor, and OpenClaw.
- 5 permissions declared
Sample input
I'm at the Forbidden City. Find me nearby restaurants, show me the driving route from my current spot, and generate a dark mode heatmap of the local dining density.
Sample output
📍 Found "Forbidden City" at 116.397, 39.916. 🚗 Driving Route: 2.5km, ~12 mins. 🔗 Visual Map Link: https://ditu.amap.com/search?query=Restaurants&query_type=RQBXY&longitude=116.397&latitude=39.916&range=1000 🔥 Heatmap generated with 50 data points in dark mode.
amap-lbs-skill
A full-stack LBS skill for POI search, route planning, travel itinerary automation, and heatmap visualization.
Free
Included in download
- Downloadable skill package
- Works with Cursor, and OpenClaw.
- 5 permissions declared
- Instant install
Sample input
I'm at the Forbidden City. Find me nearby restaurants, show me the driving route from my current spot, and generate a dark mode heatmap of the local dining density.
Sample output
📍 Found "Forbidden City" at 116.397, 39.916. 🚗 Driving Route: 2.5km, ~12 mins. 🔗 Visual Map Link: https://ditu.amap.com/search?query=Restaurants&query_type=RQBXY&longitude=116.397&latitude=39.916&range=1000 🔥 Heatmap generated with 50 data points in dark mode.
About This Skill
What it does
The Gaode Map LBS Skill is a comprehensive location-based services toolkit that integrates the powerful capabilities of the Amap (Gaode) Web Service API into your AI agent. It enables automated POI (Point of Interest) discovery, proximity-based searches, multi-mode route planning, and complex travel itinerary generation. Beyond data retrieval, it includes specialized tools for data visualization, allowing developers to generate persistent heatmap links for geographic datasets.
Why use this skill
Manually prompting an AI for location data often results in outdated information or hallucinated coordinates. This skill provides a real-time bridge to official Gaode Map data. It handles the heavy lifting of geocoding, coordinate extraction (longitude/latitude), and URL construction for interactive maps. Unlike basic search skills, it supports sophisticated parameters like search radii, specific POI categories, and diverse transportation modes (driving, walking, cycling, public transit).
Supported tools
- POI Search: High-precision keyword and category filtering.
- Route Planning: Detailed paths for walking, driving, and transit.
- Smart Travel Planner: Multi-stop itinerary generation based on interests.
- Visualization: On-the-fly heatmap generation with dark/light themes.
- Frameworks: Node.js and Python 3 support with automated Amap Key management.
Use Cases
- Generate heatmaps from JSON coordinate data using dark or light themes.
- Find specific categories like "Charging Stations" near a current location.
- Automate multi-stop travel itineraries with optimized route planning.
- Convert natural language addresses into precise GPS coordinates via Geocoding.
Known Limitations
- Requires valid Amap Web Service Key.
- Heatmap data must be via publicly accessible HTTPS JSON URLs.
- Limited to mainland China, Hong Kong, and Macau.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/amap-lbs-skill -o /tmp/amap-lbs-skill.zip && unzip -o /tmp/amap-lbs-skill.zip -d ~/.claude/skills && rm /tmp/amap-lbs-skill.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Compatible with SKILL.md-compatible agents like Claude Code, Cursor, and OpenClaw.