proxychains

Route commands through proxychains4 when network errors occur.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Romanrose/OTVLHA --skill proxychains-romanrose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proxychains
Source: https://github.com/Romanrose/OTVLHA/tree/main/i18n/zh/skills/04-开发工具/proxychains
Command: npx skills add https://github.com/Romanrose/OTVLHA --skill proxychains-romanrose

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables Claude to automatically route commands through proxychains4 when network problems occur, reducing manual retries.

Core Features & Use Cases

  • Auto-detection: Detect timeout, DNS failures, connection refused, or 403/451 blocks and retry with proxychains4.
  • Default proxy: Uses http://127.0.0.1:9910 by default.
  • Proactive scenarios: Automatically route common tools (git, pip, npm) through the proxy when needed.

Quick Start

Run a command with proxychains4, e.g., proxychains4 curl https://github.com. If the proxy is available, the command will run through the proxy automatically; if not, check the proxy service status and configuration.