Look up geographic location for any IP address
Security Analysis
high confidenceThe skill's requirements and instructions are consistent with its stated purpose: it uses curl to query the public ipinfo.io API and does not request credentials or install code.
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.
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.
No install spec or code is provided (instruction-only), so nothing is written to disk. This is the lowest-risk installation model.
The skill requests no environment variables or credentials, which is appropriate for using a public API endpoint without authentication.
always is false and the skill is user-invocable; it does not request persistent presence or elevated privileges.
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.
Latest Release
v1.0.0
Initial publish
More by @Xejrax
Published by @Xejrax on ClawHub