firecrawl/dsh-firecrawl

firecrawl★ 1TypeScript最后同步: 2026-08-17

在 GitHub 打开

Firecrawl-backed web_search and web_fetch providers for the DeepSeek Harness web capability seam (ctx.web)

README 摘要

Firecrawl for DeepSeek Harness This plugin points DeepSeek Harness's built-in web search and web fetch tools at Firecrawl. It adds no new tools — the model keeps asking for a query or a URL exactly as before, and Firecrawl answers. It supports @deepseek-ai/[email protected] on Node.js ^22.19.0 =24.0.0 . DeepSeek Harness is still a developer preview, so later versions may need a plugin update. Why fetch, and not just search The base Harness bundle ships web fetch disabled and mounts no fetch provider. The reason is in its own config comments: the only fetch backend is a local HTTP client that "defers SSRF protection and the model would choose the request target." Turning it on points a model-chosen URL at whatever your machine can reach, including your private network. Firecrawl retrieves from its own infrastructure. The harness process never opens the model-chosen connection — it POSTs a URL to an API and gets markdown back. That is a different risk decision from enabling the local provider, which is why this plugin enables web fetch where the base bundle does not. You also get JS rendering, anti-bot handling, and PDF parsing, none of which the local provider does. Still worth knowing…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginfirecrawlweb-scrapingskinsearch

分类