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 个值得优先安装的插件,覆盖各个分类。
