原生 dsh 插件,在 Harness 原生 web_search 与 web_fetch 之上补充实时 Web 与垂直搜索以及并发批量处理,快速上手免 Key。
DSH 适配
原生运行时
作者声明
安全审计
未审计
最后核验
2026-08-22
许可证
MIT
01它能帮你完成什么?
为 DeepSeek Harness 补充实时 Web 与垂直搜索、清洗后的 URL 抓取,同时保留原生 web_search 与 web_fetch
带来源的搜索结果(标题/摘要/URL)、经 web_fetch 清洗的页面内容、实时域名/标签发现,以及 1 到 5 并发批量搜索
想要更好、可引用的 Web 搜索与垂直/批量搜索,且快速上手免 API Key 的 DeepSeek Harness 用户
02如何接入 DeepSeek Harness?
前置条件
- 可用的 DeepSeek Harness `dsh` CLI
- Node.js 22.19 或 24+ 且 pnpm 11.7 在 PATH 中
安装步骤
- 01
$ npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh
- 02
$ npx -y @deepseek-ai/dsh web
- 03
快速上手免 API Key;可选配置 AnySearch Key 获得每日 1,000 次免费调用
验证接入成功
作者未说明
03DSH 适配与能力边界
原生 dsh 插件(web profile):把 AnySearch 作为插件接入 DeepSeek Harness,在原生 web_search 与 web_fetch 之上补充实时 Web 与垂直搜索、清洗后的 URL 内容,以及并发批量搜索;快速上手免 API Key。
实时 Web 与垂直搜索(原生 web_search)
自然语言查询→标题、摘要、用于引用的 URL
URL 内容抓取与清洗(web_fetch)
公开 HTTP(S) URL→清洗后的页面内容
并发批量搜索(1 到 5)
1 到 5 个查询→并行结果;单个失败不影响其余
04适合谁?何时不该用?
适合
- 想要更好、可引用的 Web 搜索与垂直/批量搜索,且快速上手免 API Key 的 DeepSeek Harness 用户
不适合
- 需要 Node.js 22.19 或 24+ 与 pnpm 11.7 以及 DeepSeek Harness。DSH 插件命令用 pnpm 管理 profile 依赖,因此 pnpm 必须在 PATH 中;Windows、Linux、macOS 使用相同命令。
05兼容性、维护与安全提示
- 快速上手免 API Key(AnySearch 匿名额度);配置 AnySearch API Key 后每日 1,000 次免费搜索,保存在 $DSH_HOME/.credentials.yaml。启动时的 ANYSEARCH_API_KEY 环境变量优先级更高。
- 需要 Node.js 22.19 或 24+ 与 pnpm 11.7 以及 DeepSeek Harness。DSH 插件命令用 pnpm 管理 profile 依赖,因此 pnpm 必须在 PATH 中;Windows、Linux、macOS 使用相同命令。
MIT - 活跃维护(最新发布 v0.1.2,2026-08-19)
06常见问题
需要 API Key 吗?
不需要——快速上手免 Key(AnySearch 匿名额度)。配置 AnySearch API Key 后每日 1,000 次免费调用,保存在 $DSH_HOME/.credentials.yaml(启动时的 ANYSEARCH_API_KEY 环境变量优先)。
它增强了哪些 Harness 工具?
它增强内置 web_search(带来源的标题/摘要/URL)与 web_fetch(清洗后的页面内容),并新增 anysearch_capabilities、anysearch_search、anysearch_batch_search 用于垂直与并发搜索。
需要怎样的运行时?
需要 Node.js 22.19 或 24+ 以及 PATH 中的 pnpm 11.7,外加 DeepSeek Harness。同一安装命令适用于 Windows、Linux、macOS。
怎么更新?
重新执行 "npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh" 拉取最新版,再重启 "npx -y @deepseek-ai/dsh web"。
07相关的 DSH 工作流
last30days-skill-cn
作者 jesseovo
last30days-cn 是一个 AI Agent 技能(Skill),能够自动搜索中国互联网 8 大主流平台最近 30 天的内容,综合分析后生成有据可查的研究报告。
browser4
作者 platonai
面向自主智能体与大规模网页自动化的 AI 原生浏览器引擎,支持智能内容抽取。
dsh-browser
作者 lum1104
Chrome sidebar extension that lets DeepSeek Harness operate your browser directly, no vision capabilities required. 一款 Chrome 侧边栏扩展程序,可让 DeepSeek Harness 直接操控您的浏览器,无需视觉能力。
modsearch
作者 liustack
🥇 The strongest free web search plugin for DeepSeek Harness, and the search bridge for every model without native web access. Free, no signup, no API key. Ask the web or X, get structured JSON evidence. | 🥇 全网最强的 DeepSeek Harness 免费联网搜索插件,免费免注册免 API key。为不能联网的模型补上搜索,问网页或 X,拿回结构化 JSON 证据(搜索、抓取、引用)。
08数据与来源
npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh
No API key is required for a quick start. Requests use AnySearch anonymous quota until you configure one.
Store the key in `$DSH_HOME/.credentials.yaml` (`~/.dsh/.credentials.yaml` by default):
Through Harness built-in `web_search`, AnySearch returns results with titles, snippets, and URLs for easy citation.
Run one to five searches concurrently; an individual failure does not affect the other results.
Requires Node.js 22.19 or Node.js 24+, pnpm 11.7, and DeepSeek Harness.
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-22。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
