What problem does it solve? OpenClaw provider calls (image, video, web, LLM APIs) can fail with "resolves to private/internal/special-use IP address" errors even when the same API works in curl or a browser. This Skill pinpoints whether the root cause is fake-IP DNS from a proxy/VPN client, /etc/hosts pollution, proxy misconfiguration, or OpenClaw's SSRF guard, and fixes it without weakening security. ## Core Features & Use Cases - Log and Error Analysis: Search OpenClaw gateway logs for SSRF blocks and identify the exact blocked provider origin. - Resolver Comparison: Compare system resolver results against public DNS (1.1.1.1, 223.5.5.5) to detect fake-IP answers like 198.18.0.0/15 from TUN/proxy tools such as Shadowrocket, Clash, Surge, or sing-box. - Safe Fix Patterns: Configure proxy app DNS rules or inject HTTP_PROXY/HTTPS_PROXY via launchd, then verify with guarded request tests and real capability calls. - Use Case: MiniMax image generation fails inside OpenClaw on macOS while curl succeeds; this Skill traces the failure to fake-IP DNS, applies a proxy env fix, restarts the gateway, and verifies the block is gone. ## Quick Start Diagnose why my OpenClaw MiniMax image generation call fails with a private/internal IP error on macOS and fix it without disabling SSRF protection.