DeepSeek Harness 插件

zoahdev/dsh-firecrawl

下载量(近 30 天) 458 分类 工具与能力 收录于 2026-08-19 npm dsh-firecrawl

通过 Firecrawl Cloud API 把 URL 抓成 LLM 可用 Markdown,或搜索网页并返回结果内容。

安装

# npm 包(预构建)

dsh plugin --profile web add dsh-firecrawl

# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)

dsh plugin --profile web add github:zoahdev/dsh-firecrawl

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本——pnpm 默认拦截,所以安装可能停在 ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWEDERR_PNPM_IGNORED_BUILDS;dsh 会打印出需要添加的确切键名,把它加进该 profile 的 pnpm-workspace.yamlallowBuilds 下,重跑一次即可装上。放行构建本身就是一次信任判断:请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。

README

Firecrawl bridge for DeepSeek Harness: scrape URLs to LLM-ready Markdown and search the web — through the Firecrawl Cloud API.

CI

English | 中文

Tools

Tool What it does
firecrawl_scrape Scrape a URL and return LLM-ready Markdown (handles JS-heavy pages).
firecrawl_search Search the web and return page content from results.

Install

dsh plugin --profile web add dsh-firecrawl

Set your Firecrawl API key via config apiKey or the FIRECRAWL_API_KEY env var.

Config

Key Type Default Description
apiKey string (env) Firecrawl API key (fc-...)
baseUrl string https://api.firecrawl.dev Cloud API base URL
timeoutMs number 120000 Request timeout

Verified

  • pnpm typecheck · pnpm build · pnpm test (4 tests, mocked HTTP).
  • Tested with @deepseek-ai/dsh-tools ^0.1.0-rc.6.

Honest limits

  • Cloud-API bridge; needs a Firecrawl API key.
  • Returns the raw response; does not stream or poll for completion.
  • Community plugin, not an official Firecrawl or DeepSeek product.

中文

给 DeepSeek Harness 的 Firecrawl 桥接:把 URL 抓取成 LLM 可直接用的 Markdown, 或搜索网页并返回结果内容——通过 Firecrawl Cloud API。

注册两个工具:firecrawl_scrape(抓取 URL)和 firecrawl_search(搜索网页)。

dsh plugin --profile web add dsh-firecrawl

需要配置 Firecrawl API key(apiKey 配置项,或环境变量 FIRECRAWL_API_KEY)。

内容来自项目 README(GitHub)↗

链接

同类插件

查看整个分类 →

社区评论

评论公开保存在 GitHub Discussions。加载评论会连接 GitHub 和 Giscus;发表内容需要 GitHub 账号。