dsh-scrape-webpage
Fetches any http/https page and returns title, description, main text, heading outline and links, with stats (char/word counts, reading time, language) and top keywords; can download content images to the session workspace for vision analysis and dispatch them to registered analyzers via the scrape.imageAnalyzer service.
抓取任意 http/https 网页,提取标题、描述、正文、标题结构与链接,输出字符/词数、阅读时长、语言等统计与高频关键词;支持下载内容图片到会话工作区供视觉分析,并通过 scrape.imageAnalyzer 服务分发给已注册的识图分析器。
How to install
dsh plugin add dsh-scrape-webpage About
dsh-scrape-webpage 网页抓取与分析插件 —— DeepSeek Harness 组合插件(Host-only,零依赖)。 用爬虫读取网站内容并做分析:注册模型工具 scrape_webpage,抓取网页正文,提取标题、页面描述、H1–H6 标题结构、链接列表,统计字符数/词数/预计阅读时长与语言倾向,计算高频关键词(中文二元组 + 英文单词,含停用词过滤);可选下载页面内容图片供视觉分析,并提供 scrape.imageAnalyzer 扩展服务供识图插件接入。 ✨ 功能特性 **网页抓取**:http/https,自动重定向,非 2xx 状态码优雅返回 **内容提取**:标题、页面描述、正文(截断可调)、H1–H6 标题结构、链接列表(上限 100) **自动分析**:字符数、词/字数、标题数、链接数、预计阅读时长、语言倾向(中/英/混合)、高频关键词 Top30 **图片下载**:提取 <img src/data-src/srcset>(相对路径自动归一化,过滤图标/logo 等噪音),下载到会话工作区 .scrape-images\,返回本地路径供视觉模型 read_image 分析 **识图插件接口**:发布 scrape.imageAnalyzer 服务,识图插件注册分析器后,图片自动交给分析器并把结果附在工具输出中 **安全模型**:默认沙箱内抓取;H…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 7
- mo. downloads
- –
- Last push
- 2026-08-20
- Created
- 2026-08-14
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek, deepseek-harness, dsh, dsh-plugin, dsh-plugins
Related plugins
dsh-browser
Lum1104/dsh-browser
dsh plugin: Chrome sidebar extension that lets DeepSeek Harness operate your browser directly, no vision capabilities required. 一款 Chrome 侧边栏扩展程序,可让 DeepSeek Harness 直接操控您的浏览器,无需视觉能力。
modsearch
liustack/modsearch
Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
dsh-browser
Lum1104/dsh-browser/tree/main/packages/browser/bridge-browser
Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.
dsh-free-search
DDDMUC/dsh-free-search
Free, keyless web search for DSH: 7 engines (DuckDuckGo/Bing/SearXNG free + Exa/Perplexity/DeepSeek paid), auto-failover, settings-page UI with API key inputs and official links, web_fetch, and an engine test tool.