← Back to Skills Marketplace
2028
Downloads
1
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install geo-ip
Description
Look up geographic location for any IP address
README (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 \x3Cip-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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: geo-ip
Version: 1.0.0
The skill is designed for IP geolocation using the public ipinfo.io API and requires `curl`, which is explicitly declared. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. The `SKILL.md` clearly outlines the skill's purpose and requirements without any hidden or harmful instructions.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install geo-ip - After installation, invoke the skill by name or use
/geo-ip - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is Geo Ip?
Look up geographic location for any IP address. It is an AI Agent Skill for Claude Code / OpenClaw, with 2028 downloads so far.
How do I install Geo Ip?
Run "/install geo-ip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Geo Ip free?
Yes, Geo Ip is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Geo Ip support?
Geo Ip is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Geo Ip?
It is built and maintained by Xejrax (@xejrax); the current version is v1.0.0.
More Skills