返回目錄

anysearch-dsh

編輯精選維護狀態: 活躍

anysearch-team/anysearch-dsh

為 DeepSeek Harness 提供的 AnySearch 網頁搜尋提供方與高階搜尋工具。

前往 GitHub專案首頁
$ npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh

408

星數

9

Fork

TypeScript

語言

MIT

授權條款

2026-08-13

建立於

2026-08-26

最近推送

原生 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

安裝步驟

  1. 01

    $ npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh

  2. 02

    $ npx -y @deepseek-ai/dsh web

  3. 03

    快速上手免 API Key;可選設定 AnySearch Key 獲得每日 1,000 次免費呼叫

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合原生執行環境

原生 dsh 外掛程式(web profile):把 AnySearch 作為外掛程式接入 DeepSeek Harness,在原生 web_search 與 web_fetch 之上補充即時 Web 與垂直搜尋、清洗後的 URL 內容,以及並發批次搜尋;快速上手免 API Key。

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 使用相同指令。
2026-08-132026-08-21v0.1.2

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"。

08資料與來源

  • 作者聲明github.comdce7a51c74b8…

    npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh

  • 作者聲明github.comdce7a51c74b8…

    No API key is required for a quick start. Requests use AnySearch anonymous quota until you configure one.

  • 作者聲明github.comdce7a51c74b8…

    Store the key in `$DSH_HOME/.credentials.yaml` (`~/.dsh/.credentials.yaml` by default):

  • 作者聲明github.comdce7a51c74b8…

    Through Harness built-in `web_search`, AnySearch returns results with titles, snippets, and URLs for easy citation.

  • 作者聲明github.comdce7a51c74b8…

    Run one to five searches concurrently; an individual failure does not affect the other results.

  • 作者聲明github.comdce7a51c74b8…

    Requires Node.js 22.19 or Node.js 24+, pnpm 11.7, and DeepSeek Harness.

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-22。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。