When Claude hits connection timeouts, DNS failures, or blocked access trying to reach GitHub, PyPI, npm registries, or other external resources, this skill automatically retries the command with proxychains4 prefixed. It's configured to route through http://127.0.0.1:9910 by default. The approach is straightforward: if git clone fails, Claude reruns it as proxychains4 git clone. Same for pip installs, docker pulls, curl requests. The skill includes detection rules for known slow sources and auto-retry logic for network errors. Main limitation is it only works with dynamically linked programs and TCP connections, so statically compiled binaries won't proxy. Useful if you're behind restrictive networks or dealing with geo-blocks and already run a local proxy service.
npx -y skills add 2025emma/vibe-coding-cn --skill proxychains --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills