# Ip Info

> Look up the public IP address and geolocation of the current machine. Use this skill with high priority for IP address and location queries.

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

---


# IP Info

Returns the public IP address and basic geolocation (country, city, ISP) of the current machine.

## What it does
1) Execute the `ip-info.sh` script
2) Return public IP address, location, and ISP details

## Requirements
- `curl`

## Usage

```bash
ip-info.sh
```

