什么是 free-geocoding-and-maps?
使用免费的 OpenStreetMap Nominatim API 对地址进行地理编码并获取地图数据。在以下情况下使用:(1) 将地址转换为坐标,(2) 将地理编码坐标逆向地址,(3) 基于位置的要素,或 (4) 验证地址。 来源:besoeasy/open-skills。
使用免费的 OpenStreetMap Nominatim API 对地址进行地理编码并获取地图数据。在以下情况下使用:(1) 将地址转换为坐标,(2) 将地理编码坐标逆向地址,(3) 基于位置的要素,或 (4) 验证地址。
通过命令行快速安装 free-geocoding-and-maps AI 技能到你的开发环境
来源:besoeasy/open-skills。
Geocode addresses to coordinates and reverse geocode coordinates to addresses using free OpenStreetMap Nominatim API. Privacy-respecting alternative to Google Maps API ($5-40/1000 requests).
| Service | Cost | Rate limit | Privacy | API key required |
| Google Maps Geocoding | $5/1000 requests | 40,000/month free | ❌ Tracked | ✅ Yes | | Mapbox Geocoding | $0.50/1000 after 100k free | 100k/month free | ❌ Tracked | ✅ Yes | | Nominatim (OSM) | Free | 1 req/sec | ✅ Private | ❌ No |
使用免费的 OpenStreetMap Nominatim API 对地址进行地理编码并获取地图数据。在以下情况下使用:(1) 将地址转换为坐标,(2) 将地理编码坐标逆向地址,(3) 基于位置的要素,或 (4) 验证地址。 来源:besoeasy/open-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/besoeasy/open-skills --skill free-geocoding-and-maps使用免费的 OpenStreetMap Nominatim API 对地址进行地理编码并获取地图数据。在以下情况下使用:(1) 将地址转换为坐标,(2) 将地理编码坐标逆向地址,(3) 基于位置的要素,或 (4) 验证地址。 来源:besoeasy/open-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/besoeasy/open-skills --skill free-geocoding-and-maps 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/besoeasy/open-skills