This skill provides map-based services including location search, routing, and data visualization.
For general searches without API key:
https://www.amap.com/search?query={keywords}For "search near X" queries:
API Key Required: Users must provide their own map service API key.
For directions queries:
API Key Required: Standard Web Service API key needed.
For data visualization requests:
Data Format:
[{"lng": 116.397428, "lat": 39.90923}]
For trip planning queries:
API Key Required
When API key is needed:
```
AMAP_WEBSERVICE_KEY=your_key
```
~/.openclaw/.env or ~/.openclaw/credentials/.env| Feature | API Key Needed |
|---|---|
| --------- | --------------- |
| General Search | No |
| Nearby Search | Yes |
| Route Planning | Yes |
| Heatmap | No |
| Travel Planning | Yes |
This skill is for educational/demonstration purposes. Users should ensure compliance with map service provider terms of service.
共 1 个版本