dsh-read-url:为 DSH 智能体读取网页正文

dsh-read-url 是 DeepSeek Harness 的 URL reader 插件,由 2672243194 维护。它抓取网页、JSON、RSS/Atom,自动识别 GBK/UTF-8 等编码,提取清洗后主内容,默认 6000 字符输出并支持缓存与 offset 续读。零运行时依赖、无需 API Key,遵循 ctx.web 与 ctx.effect 接缝。安装:npx @deepseek-ai/dsh plugin --profile web add github:2672243194/dsh-read-url。

阅读全文