TYEclipse/dsh-webfetch3

dsh-webfetch

DeepSeek Harness (dsh) 的网页阅读器:支持获取任意 URL 并提取干净的 Markdown 或纯文本,同时提供链接清单,零运行时依赖。

AI 分析

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

套件
dsh-webfetch
版本
0.1.0
授權
MIT
最近更新
2026年8月16日

安裝

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

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)"