dsh plugins中文
← Back to popular plugin directory

Web page reading plug-in

131CDA1/dsh-scrape-webpage · skills

Web page reading plug-in for DeepSeek Harness.

★ 5GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

网页抓取与分析插件 —— DeepSeek Harness 组合插件(Host-only,零依赖)。

2. 把 cordis.patch.yml 中的 insert 行合并进该 profile 的 cordis.patch.yml:

对话中直接说:"帮我抓取 https://example.com 并分析"。工具参数: 参数 · 类型 · 说明 参数: url · 类型: string(必填) · 说明: 要抓取的网页地址(http/https) 参数: maxChars · 类型: number · 说明: 返回正文最大字符数,默认 30000,范围 1000–100000 参数: images · 类型: number · 说明: 同时下载内容图片数(上限 6,默认 0),图片保存到 .scrape-images\ \,返回本地路径供 readimage 查看 参数: sandboxpermissions · 类型: string · 说明: 仅 danger-full-access。HTTPS 沙箱受限报错提示 escalation available 后,重试同一次抓取时携带;审批弹窗由用户决定 参数: justification · 类型: string · 说明: 与 sandboxpermissions 配套:一句话说明为何需要更宽权限

Install command

dsh plugin --profile web add github:131CDA1/dsh-scrape-webpage
View GitHub repository ↗Back to popular plugin directory