AI Agent Hub
Back to plugins
dsh-net-tools preview

dsh-net-tools

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install izwarm195/dsh-net-tools

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run the command: dsh plugin install izwarm195/dsh-net-tools, with the full source available at https://github.com/izwarm195/dsh-net-tools.

About this plugin

When using DeepSeek Harness (DSH), many users face a frustrating hurdle: when the agent executes commands in the file sandbox, Windows's TLS implementation often fails due to missing credentials, causing all HTTPS requests to break, and local proxy settings are frequently overlooked. This leaves the agent unable to reach blocked websites, external documentation, or APIs, severely limiting its online capabilities. The dsh-net-tools plugin was crafted to solve this exact pain point by running its tools within DSH's host process (Node.js), bypassing sandbox restrictions and restoring network connectivity. Its core strengths lie in two practical utilities: net_fetch enables the agent to safely fetch web content through a local HTTP proxy, with automatic redirect handling and robust security features like SSRF protection, timeouts, and size limits; net_proxy_status acts as a helpful diagnostic tool, allowing users to quickly check proxy configuration and reachability to ensure smooth connections. This plugin is ideal for developers, researchers, or AI engineers who rely on DSH for network-intensive tasks and need seamless access to external resources without getting bogged down by configuration headaches.

Screenshots

Use Cases

  • Fetching blocked web pages or API content within the DSH sandbox.
  • Testing external services that require proxy access.
  • Diagnosing proxy configuration to ensure network connectivity.

Best For

  • Developers using DSH for network tasks.
  • AI engineers needing access to external resources.
  • Researchers relying on proxies for data retrieval.