Install
openclaw skills install map-queryQuery nearby restaurants, shops, promotions, and POIs by address using AMap, Baidu, or Tencent Maps with geocoding and filters.
openclaw skills install map-queryQuery nearby restaurants, shops, promotions and other POI information by specific address.
| Provider | Features | Notes |
|---|---|---|
| AMap (高德) | ✅ Geocoding, POI Search, Food Search | API Key required |
| Baidu Maps | ✅ Geocoding, POI Search, Food Search | API Key required |
| Tencent Maps | ✅ Geocoding, POI Search, Food Search | API Key required |
# Configure API Key
export AMAP_KEY=your_amap_api_key
export BAIDU_MAP_KEY=your_baidu_map_key
export TENCENT_MAP_KEY=your_tencent_map_key
# Search for food near address
node scripts/search.mjs "Sanlitun, Chaoyang District, Beijing" --type food
# Search for promotions
node scripts/search.mjs "Sanlitun, Chaoyang District, Beijing" --type promotion