Geo Ip
Look up geographic location for any IP address
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 1.7k · 2 current installs · 2 all-time installs
by@Xejrax
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (IP geolocation) match the declared requirement (curl) and the SKILL.md which states it uses the ipinfo.io API. There are no unrelated binaries, env vars, or installs requested.
Instruction Scope
SKILL.md contains only the intended functionality (look up an IP or 'me' via ipinfo.io). It does not instruct the agent to read local files, other environment variables, or send data to unexpected endpoints.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is written to disk. This is the lowest-risk installation model.
Credentials
The skill requests no environment variables or credentials, which is appropriate for using a public API endpoint without authentication.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or elevated privileges.
Assessment
This skill is coherent and minimal: it will use curl to query ipinfo.io for the IP you provide (or your public IP when you use 'me'). Consider that ipinfo.io will receive and may log the queried IP and the requestor's IP — do not submit IPs you consider highly sensitive. There are no credentials requested and no code installed, but the skill does make outbound network requests to a third-party service. If you need offline or private lookups, avoid this skill or run a local geolocation database instead.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🌍 Clawdis
Binscurl
SKILL.md
Geo IP
Look up the geographic location for any IP address using the ipinfo.io API. Returns city, region, country, coordinates, and ISP information.
Commands
# Look up location for a specific IP address
geo-ip <ip-address>
# Look up your own public IP location
geo-ip me
Install
No installation needed. curl is always present on the system. Uses the public ipinfo.io API.
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
