izwarm195/dsh-net-tools0

dsh-net-tools

DSH 插件包:通过用户本地代理为沙箱中的 Agent 提供可靠的外网连接能力

AI 分析

核心用途是解决沙箱环境下的Agent无法正常访问外网(如GitHub)的问题。适合需要Agent执行联网搜索、抓取被墙网页等任务的用户。提供代理诊断工具。

包名
dsh-net-tools
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:izwarm195/dsh-net-tools

使用示例

抓取一个被墙的页面(自动走代理):

net_fetch(url: "https://github.com/")
→ [200] https://github.com/ (via proxy) 1212ms …

排查代理配置:

net_proxy_status(checkReachability: true)
→ effective: http://127.0.0.1:7897
  proxy reachable: true
  probe: [204] https://www.gstatic.com/generate_204 ok=true