dshsearch-multi:面向 DSH 的多引擎网页搜索与网页抓取插件

dshsearch-multi 是一款由 abcdream-Lary 开发的 DSH(DeepSeek Harness)插件,采用 MIT 许可证,旨在为智能体提供统一的多引擎网页搜索与正文抓取能力。该插件通过标准 Provider 接口注册,无需修改 DSH 源码,支持 AnySearch、Bing、DuckDuckGo、Tavily 和 Exa 五大引擎。其中,前三种无需 API Key,后两种需配置密钥;搜索失败时可自动切换可用引擎兜底。插件还提供 `web.fetch` 网页抓取功能及不调用 LLM 的确定性查询意图识别。 用户可通过 DSH Web 设置页、`settings.yam

Read More
dsh-scrape-webpage: Web Scraping and Statistical Analysis Plugin

`dsh-scrape-webpage` is a Host-only, zero-dependency, MIT-licensed plugin within the DeepSeek Harness ecosystem, designed to automate webpage content scraping and lightweight analysis. The plugin supports HTTP/HTTPS protocols and can extract titles, descriptions, body text, H1-H6 structures, and links (up to 100), along with outputting statistical information such as character count, reading time, language tendencies, and the top 30 high-frequency keywords. Its core advantage lies in the integration of image downloading and image recognition extension features. The plugin can download up to six page content images to the local environment and supports connecting independent image recognition plugins through the `scrape.imageAnalyzer` service interface, enabling the附加 output of visual analysis results for images. In terms of security, it runs by default within a sandbox environment, and if HTTPS encounters issues...

Read More
Integrate Web Search, Crawling and Browser Interaction into Application Code with firecrawl-build

`firecrawl-build` is the official application integration entry Skill of Firecrawl, located in the `firecrawl/skills` repository. It targets scenarios where products, agents or workflows need to obtain webpage data through code. It first clarifies what data to fetch and how to fetch it, then routes the requirements to `/scrape`, `/search` or `/interact`, instead of mixing "help me search a page in the current session" with "integrate Firecrawl into the backend". This article checks the installation commands, environment variables, SDK, sub-skill division, smoke test, and the boundaries with CLI/Workflow skills against the SKILL.md, repository README and official documentation.

Read More
# 翻译结果: firecrawl-cli: Let AI Agents Scrape, Search, Crawl and Map Web Pages via CLI

firecrawl-cli is the official Firecrawl Agent Skill (located in the directory skills/firecrawl-cli, with the frontmatter named firecrawl). It enables assistants such as Cursor, Claude Code, and Codex to search, scrape, map, crawl and interact with web pages via the Firecrawl CLI, with results saved in .firecrawl/ in Markdown/JSON format. Based on the official SKILL.md and CLI documentation, this article explains the installation and authentication procedures, the workflow of search→scrape→map→crawl→interact, as well as key notes including credits and rate limits for users without an API key.

Read More