MIT 授權的 DeepSeek Harness 插件市場,外加一套可自託管的目錄基礎設施(Cloudflare Workers + D1 + KV)。透過 `dsh plugin --profile web add dsh1024@latest` 安裝;應用程式內商店可搜尋、篩選並安裝 DSH 外掛。
DSH 整合
原生執行環境
作者聲明
安全稽核
未稽核
最後核實
2026-08-23
授權條款
MIT
01它能幫你完成什麼?
Browse, search and install DeepSeek Harness plugins from inside the DSH settings panel
The 1024 Store entry in Settings plus a '1024 Store (count)' tab under Settings → Plugins, with search, category filter, install/uninstall and progress
DeepSeek Harness users who want a built-in plugin marketplace instead of leaving the app to find plugins
Self-host your own plugin marketplace
A forkable Cloudflare Workers + D1 + KV web app (apps/web) deployed via GitHub Actions, plus a free public query API
Teams or communities that want to run their own DSH plugin catalog under MIT
02如何將外掛接入 DeepSeek Harness?
先決條件
- DeepSeek Harness (dsh) installed with the `dsh plugin` command
- A `web` profile (the marketplace installs into Settings of the web UI)
安裝步驟
- 01
Run `dsh plugin --profile web add dsh1024@latest`
$ dsh plugin --profile web add dsh1024@latest
- 02
Restart DeepSeek Harness — a '1024 Store' entry appears in Settings and a '1024 Store (count)' tab under Settings → Plugins
驗證整合成功
作者未說明
復原
- The README documents removing the marketplace via the same `dsh plugin remove` flow; the repo does not state an explicit uninstall command in the README.
03DSH 整合程度與能力邊界
Native DSH plugin: installs the 1024 Store marketplace into DeepSeek Harness via `dsh plugin --profile web add dsh1024@latest`.
In-app plugin marketplace
DSH Settings panel→Searchable catalog with category filter, install-status detection, install/uninstall and progress
Installer only accepts catalog-API targets that pass strict syntax validation; it prefers published npm packages, else a GitHub source spec matching the plugin id/repo URLCatalog discovery + validation pipeline
GitHub repos tagged with the `dsh-plugin` topic→Auto-collected, statically validated catalog (reads Git tree, checks package.json and dsh.bundle.patch)
Pipeline is read-only: it never installs dependencies or executes repository codeFree query API
Anonymous or API-key search queries→`/v1/plugins/search` and `/api/v1/registry` (full catalog snapshot) endpoints
Anonymous use is rate-limited (50/day, 10/min); a GitHub-linked API key raises limits to 500/day, 30/min
04適合誰?何時不該用?
適合
- DeepSeek Harness users who want a built-in plugin marketplace instead of leaving the app to find plugins
- Teams or communities that want to run their own DSH plugin catalog under MIT
不適合
- The catalog pipeline never installs dependencies or runs repository code; validation only reads the Git tree. It cannot guarantee a listed plugin is safe to run.
05相容性、維護與安全提醒
- The catalog pipeline never installs dependencies or runs repository code; validation only reads the Git tree. It cannot guarantee a listed plugin is safe to run.
- The `dsh1024` wrapper CLI reports anonymous install results to a leaderboard by default; this can be disabled with `npx dsh1024 telemetry disable`, `DO_NOT_TRACK=1`, or `DSH1024_TELEMETRY=0`.
- Self-hosting the marketplace requires Cloudflare Workers + D1 + KV and Worker secrets (CLOUDFLARE_API_TOKEN, CLOUDFLARE_ACCOUNT_ID); the README states do not commit .dev.vars.
MIT · 由 facts pack 抓取(README 分支 main)
06常見問題
怎麼把 1024 Store 裝進 DeepSeek Harness?
執行 `dsh plugin --profile web add dsh1024@latest`,然後重新啟動 DeepSeek Harness。設定裡會出現獨立的「1024 Store」入口,「設定 → 外掛」下也會增加「1024 Store(數量)」分頁,可在其中搜尋、篩選、安裝與解除安裝外掛。
外掛進入目錄前會做校驗嗎?
會。定時收集器掃描帶 `dsh-plugin` topic 的 GitHub 倉庫並做靜態校驗(讀取 Git tree、檢查 package.json 與 dsh.bundle.patch)。流程全程唯讀——絕不安裝依賴、絕不執行倉庫程式碼,校驗不通過就不進目錄。
可以部署成自己的市場嗎?
可以。Fork 本倉庫,把 `apps/web/wrangler.jsonc` 的 routes 换成自己的網域,建立 D1 資料庫與 KV 命名空間,配齊所需的 Worker secret,之後每次 push 到 main 都由 GitHub Actions 自動部署。程式碼採 MIT 授權。
包裝 CLI 會上傳我的資料嗎?
`dsh1024` CLI 預設會把匿名安裝計數上報到排行榜。可用 `npx dsh1024 telemetry disable`、`DO_NOT_TRACK=1` 或 `DSH1024_TELEMETRY=0` 關閉。它不會上傳指令輸出、路徑、使用者名稱、環境變數或工作階段內容。
07相關的 DSH 工作流程
dsh-context
作者 bowenliang123
The best DeepSeek Harness plugin for context insight and management, with context dashboard / browser and context command, for context statistics, composition, breakdown, evolution details, understanding how the context is made of, and how it evolves. 一站式 DeepSeek Harness 上下文視覺化外掛,Context 面板及瀏覽器與 Context 命令,透視上下文組成、演進、壓縮、剪枝等事件與動作。
api-relay-audit
作者 toby-bridges
本地 AI API 中轉與 LLM 代理安全審計工具,可檢測提示注入、模型替換、工具呼叫篡改、SSE 異常與 Web3 錢包風險。
awesome-deepseek-harness-plugins
作者 zhiyuan-fan
DeepSeek Harness 外掛精選清單,收錄外掛、擴充套件、工具、技能、客戶端與整合資源,中英雙語。
awesome-ai-pedia
作者 awesome-ai-pedia
AI skills大全 mcp ai知識庫 Agent 全維度 AI 資源百科,DSH外掛 收錄大模型、智慧 Agent、RAG 檢索增強、多模態、MLOps、AI 應用工具、AI面試集、Vibe coding 大全、零基礎學習路線,持續更新前沿 AI 開源專案,開發者一站式 AI 導航庫
08資料與來源
不想切浏览器,就把市场本身作为插件装进 DeepSeek Harness:
dsh plugin --profile web add dsh1024@latest
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-23。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
