
Network Rescue
Add this marketplace when npm, pip, git, or docker commands fail mid-session with timeouts or DNS errors and you want mirror or proxy fixes suggested automatically.
Overview
Network-rescue is a plugin marketplace for the Build phase that detects npm, pip, git, and docker network failures in Claude Code and proposes mirror or proxy fixes.
What is this marketplace?
- Recognizes ECONNRESET, ETIMEDOUT, and host resolution errors during installs and clones
- Proposes China-friendly mirrors (npmmirror, tuna, aliyun, ustc, daocloud) and proxy patterns
- Covers npm, pip, git, GitHub proxies, and docker pull failure modes
- Cross-platform rescue guidance inside Claude Code sessions
- MIT-licensed developer-tools plugin v0.1.0 from one-plugin marketplace
- Marketplace bundles 1 plugin (network-rescue v0.1.0)
- Targets npm, pip, git, and docker failure patterns
- MIT license; repository postyizhan/network-rescue
Community signal: 1 GitHub stars.
What problem does it solve?
Dependency and clone commands die with ECONNRESET or ETIMEDOUT and the builder loses momentum guessing which mirror or proxy to try.
Who is it for?
Solo builders on unreliable or region-constrained networks who hit registry and GitHub access errors during everyday install workflows.
Skip if: Teams with stable corporate VPNs and mirrors already baked into CI who rarely see session-level fetch failures.
What do I get? / Deliverables
The agent surfaces targeted registry, mirror, or proxy changes so installs and pulls can complete without manual tab-hopping through fix blogs.
- Installed network-rescue plugin
- Actionable mirror or proxy recommendations matched to the failing command
- Unblocked dependency or artifact fetch after applying suggested config
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Canonical shelf is Build because failures surface while installing dependencies and pulling artifacts during product work, not after launch analytics. Integrations subphase covers package managers, registries, git remotes, and container pulls—the exact failure surfaces the plugin diagnoses.
How it compares
Network diagnostic plugin for dev sessions, not a deployment or SEO marketplace.
Common Questions / FAQ
Who is Network Rescue for?
Claude Code users who frequently see npm, pip, git, or docker network errors while building locally or on constrained networks.
When should I use Network Rescue?
Invoke when install, clone, or pull commands fail with ECONNRESET, ETIMEDOUT, or could-not-resolve-host style errors during a coding session.
How do I add Network Rescue to my agent?
Add the postyizhan/Network Rescue marketplace in Claude Code plugins, install the Network Rescue plugin, and let it trigger on documented network failure patterns in your session.