ipinfo
Installation
SKILL.md
IPInfo
Critical: Context Reuse
Follow-up questions ("this IP", "that one", "is it a VPN?") → reuse IP from prior result.
User: "lookup 195.179.201.16" → get_ip_info(ip="195.179.201.16")
User: "is this a VPN?" → get_plus_ip_info(ip="195.179.201.16") ← SAME IP
Never call with empty {}. Always pass ip explicitly.