map-query
/install map-query
\r ---\r name: map-query\r description: Map Query Skill - Query nearby food and promotions by address, supports AMap/Baidu/Tencent Maps\r metadata:\r version: 1.0.0\r author: uynewnas\r category: location-services\r tags: [map, poi, food, location, amap, baidu, tencent]\r env:\r required:\r - name: AMAP_KEY\r description: AMap (高德地图) API Key\r required: false\r - name: BAIDU_MAP_KEY\r description: Baidu Maps API Key\r required: false\r - name: TENCENT_MAP_KEY\r description: Tencent Maps API Key\r required: false\r note: At least one map provider API key must be configured\r ---\r \r
Map Query Skill\r
\r Query nearby restaurants, shops, promotions and other POI information by specific address.\r \r
Core Features\r
\r
- Address Geocoding: Convert detailed address to latitude and longitude coordinates\r
- Nearby Search: Query POIs (Points of Interest) around specified location\r
- Multi-map Support: Integrate AMap, Baidu Maps, Tencent Maps APIs\r
- Food Search: Specialized search for nearby restaurants and food places\r
- Promotions Search: Query nearby merchant promotions and deals\r \r
Supported Map Providers\r
\r | Provider | Features | Notes |\r |---------|---------|-------|\r | AMap (高德) | ✅ Geocoding, POI Search, Food Search | API Key required |\r | Baidu Maps | ✅ Geocoding, POI Search, Food Search | API Key required |\r | Tencent Maps | ✅ Geocoding, POI Search, Food Search | API Key required |\r \r
Main Functions\r
\r
1. Address Geocoding\r
- Support detailed addresses: e.g., "No. 47, Shangjiao xx Street, Panyu District, Guangzhou"\r
- Support city + landmark: e.g., "Beijing Tiananmen"\r
- Auto-resolve and return coordinates\r \r
2. Nearby Search\r
- Search by type: food, hotel, bank, gas station, etc.\r
- Filter by distance: 1km, 2km, 5km, etc.\r
- Sort by rating: prioritize high-rated merchants\r
- Sort by distance: prioritize nearby merchants\r \r
3. Food Search\r
- Cuisine filter: Sichuan, Cantonese, Japanese, etc.\r
- Price range: per capita consumption range\r
- Business hours filter\r
- User rating filter\r \r
4. Promotions Search\r
- Find nearby merchant deals\r
- New store opening information\r
- Limited-time discount activities\r \r
Dependencies\r
\r
- Node.js >= 18\r
- Map provider API Key (at least one configured)\r \r
Quick Start\r
\r
# Configure API Key\r
export AMAP_KEY=your_amap_api_key\r
export BAIDU_MAP_KEY=your_baidu_map_key\r
export TENCENT_MAP_KEY=your_tencent_map_key\r
\r
# Search for food near address\r
node scripts/search.mjs "Sanlitun, Chaoyang District, Beijing" --type food\r
\r
# Search for promotions\r
node scripts/search.mjs "Sanlitun, Chaoyang District, Beijing" --type promotion\r
```\r
\r
---\r
\r
## References\r
\r
- 12306 Skill: https://github.com/kirorab/12306-skill\r
- AMap API: https://lbs.amap.com/\r
- Baidu Maps API: https://lbsyun.baidu.com/\r
- Tencent Maps API: https://lbs.qq.com/\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install map-query - 安装完成后,直接呼叫该 Skill 的名称或使用
/map-query触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
map-query 是什么?
Query nearby restaurants, shops, promotions, and POIs by address using AMap, Baidu, or Tencent Maps with geocoding and filters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。
如何安装 map-query?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install map-query」即可一键安装,无需额外配置。
map-query 是免费的吗?
是的,map-query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
map-query 支持哪些平台?
map-query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 map-query?
由 Slava Chan(@uynewnas)开发并维护,当前版本 v1.0.1。