What problem does it solve? When direct access to GitHub, package registries, or external APIs fails due to DNS poisoning, connection resets, or geo-blocking, this Skill diagnoses the failure, discovers the correct SOCKS5 proxy endpoint, routes the command through it, and cleans up all proxy state afterward. ## Core Features & Use Cases - Failure classification: Distinguishes proxy-worthy failures (DNS errors, timeouts, resets, HTTP 403/451) from target-side problems (404, 401, 500) before routing anything. - Endpoint discovery: Resolves the SOCKS5 endpoint from existing environment variables, proxychains configuration, or the nixcf flake's typed endpoint data, never guessing an address. - Scoped proxied execution: Runs curl, git, nix, and arbitrary commands through proxychains4 or socks5h:// prefixes, including nix-daemon drop-in management via just proxy and just no-proxy. - Use Case: A nix flake fetch from GitHub times out on a censored network. The Skill confirms the block, finds the proxychains endpoint, prefetches through the proxy, enables the nix-daemon drop-in for the build, then removes it and verifies restoration. ## Quick Start Use the labyrinth-dimension skill to fetch this blocked GitHub repository through the discovered SOCKS5 proxy and restore the network state afterward.