/install amap-integration
Map Integration Service
This skill provides map-based services including location search, routing, and data visualization.
Features
1. Location Search
For general searches without API key:
- Generate search URL:
https://www.amap.com/search?query={keywords} - Returns clickable link for user
2. Nearby Search (Requires API Key)
For "search near X" queries:
- Use geocoding API to get coordinates
- Generate nearby search link
API Key Required: Users must provide their own map service API key.
3. Route Planning (Requires API Key)
For directions queries:
- Get coordinates for origin and destination
- Use routing API for walking/driving/cycling routes
API Key Required: Standard Web Service API key needed.
4. Heatmap Visualization
For data visualization requests:
- Accept data URL (JSON format)
- Generate visualization link
Data Format:
[{"lng": 116.397428, "lat": 39.90923}]
5. Travel Planning (Requires API Key)
For trip planning queries:
- Extract city and interest types
- Search POI data
- Generate travel map
API Key Required
API Key Configuration
When API key is needed:
- Get API key from your map service provider
- Add to OpenClaw config:
AMAP_WEBSERVICE_KEY=your_key - Location:
~/.openclaw/.envor~/.openclaw/credentials/.env
Quick Reference
| Feature | API Key Needed |
|---|---|
| General Search | No |
| Nearby Search | Yes |
| Route Planning | Yes |
| Heatmap | No |
| Travel Planning | Yes |
Security Notes
- API keys are user-provided credentials
- Keys are stored in user's local environment
- No external data transmission except to map service provider APIs
- Use HTTPS for all production connections
Disclaimer
This skill is for educational/demonstration purposes. Users should ensure compliance with map service provider terms of service.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install amap-integration - After installation, invoke the skill by name or use
/amap-integration - Provide required inputs per the skill's parameter spec and get structured output
What is Map Integration Service?
Map and location services for search, routing, and visualization. Provides geocoding, POI search, route planning, and heatmap generation capabilities. It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.
How do I install Map Integration Service?
Run "/install amap-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Map Integration Service free?
Yes, Map Integration Service is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Map Integration Service support?
Map Integration Service is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Map Integration Service?
It is built and maintained by Ayal (@ayalnova); the current version is v1.0.2.