/install geoinfer-image-geolocation
GeoInfer — AI Image Geolocation
🌍 Geolocate any image using AI — no GPS, no EXIF, no metadata required.
GeoInfer analyzes visual cues (architecture, terrain, vegetation, signage) to predict where a photo was taken, down to city level. Built for OSINT, digital forensics, investigative journalism, and security workflows.
Requires the GEOINFER_API_KEY environment variable.
Setup
- Get your API key from app.geoinfer.com/en/api
- Run:
export GEOINFER_API_KEY="geo_your_key_here"
Tools
Predict Image Location
bash scripts/predict.sh /path/to/image.jpg [model_id] [top_n]
model_id— model to use (default:global_v0_1). Runmodels.shto list available models.top_n— number of top predictions to return, 1–15 (default:5)- Accepts JPEG, PNG, WebP, and other common image formats (max 10MB)
Example:
bash scripts/predict.sh photo.jpg global_v0_1 5
Output: JSON array of top location predictions with coordinates and confidence scores.
List Available Models
bash scripts/models.sh
Returns all models available to your API key (e.g., Global, Car, Property, Accuracy).
Check Credits
bash scripts/credits.sh
Returns your current credit balance.
Credit Costs
| Model type | Credits per prediction |
|---|---|
| Global | 1 |
| Car | 2 |
| Property | 3 |
| Accuracy | 3 |
Agent Usage Notes
- Always run
models.shfirst if unsure which model to use - Prefer
global_v0_1for general-purpose geolocation - Use
top_n=1for fastest single-answer responses;top_n=5for investigations requiring confidence comparison - Check credits before running large batch jobs
- Images must be local files — download remote images before passing to
predict.sh
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install geoinfer-image-geolocation - 安装完成后,直接呼叫该 Skill 的名称或使用
/geoinfer-image-geolocation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GeoInfer Image Geolocation 是什么?
AI image geolocation via visual analysis — no GPS or EXIF needed. Requires GEOINFER_API_KEY. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 331 次。
如何安装 GeoInfer Image Geolocation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install geoinfer-image-geolocation」即可一键安装,无需额外配置。
GeoInfer Image Geolocation 是免费的吗?
是的,GeoInfer Image Geolocation 完全免费(开源免费),可自由下载、安装和使用。
GeoInfer Image Geolocation 支持哪些平台?
GeoInfer Image Geolocation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GeoInfer Image Geolocation?
由 samtin0x(@samtin0x)开发并维护,当前版本 v1.0.1。