# Ip Geolocation

> Look up geographic location of an IP address using free API

- Skill: `jadegate/ip-geolocation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/ip-geolocation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/ip-geolocation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/ip-geolocation

---


# IP Geolocation Lookup

Look up geographic location of an IP address using free API

## When to Use

- User wants to ip location
- User wants to geolocate ip
- Keywords: ip, geolocation, location, network

## Required Parameters

- **ip_address** (string): IP address to look up

## Output

- **country** (string): Country name
- **city** (string): City name
- **lat** (number): Latitude
- **lon** (number): Longitude
- **isp** (string): ISP name

## Security

- Sandbox level: strict
- Max execution time: 30000ms
- Network whitelist: ip-api.com
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `fetch` -> 6 steps -> Exit: `ret_ok`, `ret_fail`

