通过 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_ALLOWED 或 ERR_PNPM_IGNORED_BUILDS;dsh 会打印出需要添加的确切键名,把它加进该 profile 的 pnpm-workspace.yaml 的 allowBuilds 下,重跑一次即可装上。放行构建本身就是一次信任判断:请只安装可信来源,并尽量锁定 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.
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)。
链接
同类插件
Tencent/WeKnora#dsh-weknora★ 21359
把 WeKnora 知识库接入 dsh 的四个只读工具:列出知识库、混合检索原文片段、按顺序还原单篇文档,以及直接取用 WeKnora 自己带引用的 RAG 或 ReAct agent 回答(含可续聊的 session id)。
superdesigndev/treg★ 1189
给 Agent 的工具目录:按「要做的事」检索约 2,600 个外部接口(SEO 与 SERP、外链、社交、人物与公司信息补全、广告库、抓取),查看参数与单次调用价格后直接调用,凭据由服务端注入。附带技能,MCP 行在未设置 TREG_TOKEN 前保持禁用。
anysearch-team/anysearch-dsh★ 399
基于 AnySearch 的实时网页与垂直搜索插件,为 DeepSeek Harness 提供搜索工具。
EthanYoQ/Invoice-Downloader#dsh-invoice-downloader★ 379
面向 DeepSeek Harness 的本地 IMAP 发票下载、OCR 识别、归档与 Excel 报销汇总。
omdsh-dev/dsh-data-agent★ 184
让 AI 帮你连数据库、写 SQL。
zhaoolee/notes#dsh-plugin★ 158
将 DSH 对话导出为锤子便签风格 PNG,或在配置的账号工作区中新建和更新 Markdown 便签。
社区评论
评论公开保存在 GitHub Discussions。加载评论会连接 GitHub 和 Giscus;发表内容需要 GitHub 账号。