# Ip Lookup

> Look up geolocation and network details for a specific IP address or domain name. ONLY use this when the user provides an actual IP address (e.g. 8.8.8.8, 1.1.1.1) or a domain name (e.g. github.com) to look up. Do NOT use for general questions about what ISP, AS, or networking terms mean.

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

---


## Instructions

Extract the IP address or domain from the user's query and call ip-api.com
to retrieve geolocation and ISP information. Return a formatted report.
If no IP address or domain is present in the query, say so clearly.

