TYEclipse/dsh-webfetch3

dsh-webfetch

Web page reader for DeepSeek Harness (dsh): fetch any URL and extract clean markdown or plain text plus a link inventory — zero runtime dependencies

AI 分析

核心用途是抓取网页并提取结构化的 Markdown 文本。适合需要让 AI Agent 获取实时网页内容、阅读在线文档或提取网页链接的自动化信息检索任务。

パッケージ
dsh-webfetch
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TYEclipse/dsh-webfetch

ドキュメント

README 全文を読む ↗

Configuration

All settings are optional (defaults shown):

plugins:
  dsh-webfetch:
    timeoutMs: 10000        # per-request timeout (1000–60000)
    maxBytes: 1500000       # response size cap in bytes (10000–5000000)
    maxChars: 50000         # extracted content cap in chars (1000–200000)
    maxRedirects: 3         # redirect hops to follow (0–10)
    userAgent: "dsh-webfetch/0.1 (DeepSeek Harness plugin)"