where-is-my-ip

Installation
SKILL.md

where-is-my-ip — exit-IP geolocator + byo-proxy demo

Tiny utility: queries ifconfig.co/json and prints what the world sees as your outbound IP — country, city, ASN, latency. Doubles as the canonical example of how to consume byo-proxy from another skill (both opt-in patterns).

Three modes

SKILL=/data/workspace/skills/where-is-my-ip

# 1. Direct — no proxy, just check the raw exit
python3 $SKILL/scripts/check.py

# 2. Pattern A (explicit): route this single check through a specific provider/country
python3 $SKILL/scripts/check.py --via iproyal:jp
python3 $SKILL/scripts/check.py --via iproyal:de --sticky 30

# 3. Pattern B (bound): use whatever the user has configured for THIS skill
Related skills
Installs
3
GitHub Stars
13
First Seen
2 days ago