wanghj040530/dsh-local-web

Plugin ⭐ 0 other

Local web fetch provider for DeepSeek Harness: web_fetch via local Ollama model (fetch page -> summarize/parse locally -> return to agent)

Install

dsh web_fetch(url)
  → Node fetch 抓取网页
  → 轻量 HTML→text 提取
  → 本地 Ollama (qwen3.5:9b) 整理/总结
  → 返回 { url, statusCode, body: { kind: 'text', content }, truncated }

Add wanghj040530/dsh-local-web to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.