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