# dsh-wsl-fetch — DeepSeek Harness プラグイン導入マニフェスト

> 生成日時: 2026-09-17 21:08 · 出典: https://deepseekmodel.com/plugins

## 概要

在 ctx.web 注册 wsl-proxy 抓取后端，让官方 web_fetch 经 HTTP(S)_PROXY 用 undici ProxyAgent 出网，避免官方实现在 WSL 里 DNS 钉死后直连公网 IP，从而在 Windows 代理后出现 TypeError: fetch failed。

## プラグイン情報

| カテゴリ | メンテナ | GitHub スター | ライセンス | 主要言語 | 最終プッシュ |
| --- | --- | --- | --- | --- | --- |
| WSL とシステム | 173787247 | 1 | — | — | — |

## インストール

```bash
dsh plugin --profile web add github:173787247/dsh-wsl-fetch
```

## 手順

1. DeepSeek Harness（DSH、MIT のオープンソースエージェントランタイム）を導入して起動 — `npx @deepseek-ai/dsh web`
2. 上記コマンドを実行（CLI がプラグインを解決し出所を検証）
3. dsh plugins list で確認し、必要なら Harness を再起動

> バージョン固定は #commit を付けて指定します。

## 導入前の確認

プラグインは dsh プロセスの権限で動作し、導入時にコードが実行される可能性があります。事前にソースとライセンスを確認し、再現性が必要な場合はコミットハッシュを固定してください。本マニフェストは DeepseekModel が公開カタログから整理した参考情報であり、第三者プラグインの安全性を保証するものではありません。

---

- リポジトリ: https://github.com/173787247/dsh-wsl-fetch
- プラグインページ: https://deepseekmodel.com/plugin-detail?id=173787247%2Fdsh-wsl-fetch
- 出典: https://deepseek-harness-plugin.com/zh-CN/plugins/ · 生成日時 2026-09-16
