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
More from starchild-ai-agent/official-skills
coinglass
Comprehensive crypto derivatives data - funding rates, open interest,
9.3Kwallet
Multi-chain wallet — balances, transfers, signing, policy (EVM multi-chain + Solana)
6.0Khyperliquid
Trade perpetual futures and spot on Hyperliquid DEX
6.0Kcoingecko
CoinGecko crypto price data, charts, market discovery, and global stats
5.8Ktwitter
Twitter/X (x.com) data lookup — fetch tweets by URL or ID, search tweets, user profiles, followers, replies. Use for ANY x.com or twitter.com URL.
5.6Kskill-creator
Create and scaffold new skills with proper frontmatter, directory structure,
5.6K