imsai-sh/dsh-1024store 预览 preview

imsai-sh/dsh-1024store

DeepSeek Harness plugin store, marketplace and hub — 11,000+ dsh plugins with search, rankings, install commands and a free public API. DeepSeek Harness 插件市场 / 插件商店:自动收集与格式校验,免费搜索 API。deepseek1024.com

Project Overview项目介绍

DSH 1024Store is an open-source plugin marketplace for the DeepSeek Harness (dsh) ecosystem. It bundles the deepseek1024.com site with a Cloudflare Worker, an embedded in-dsh store plugin, a wrapper CLI that reports anonymous install statistics, and a free public query API. Use it to discover, search, filter, install, or remove dsh plugins and to track installs via the leaderboard. Note: the anonymous API is limited to 50 calls per day, rising to 500 after signing in with GitHub.

DSH 1024Store 是面向 DeepSeek Harness(dsh)的开源插件市场,包含 deepseek1024.com 网站与 Cloudflare Worker、嵌入 dsh 本体的 1024 Store 插件、安装统计包装 CLI,以及免费公开查询 API。适用于需要发现、搜索、筛选、安装或卸载 dsh 插件的场景,并通过包装 CLI 上报匿名安装数据用于排行榜统计。注意:匿名 API 调用每天 50 次,GitHub 登录可提升至 500 次。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add dsh1024@latest

imsai-sh/dsh-1024store 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DSH 1024Store

面向 DeepSeek Harnessdsh)生态的开源插件市场:deepseek1024.com 网站与 Worker、把市场装进 dsh 本体的内嵌 Store 插件、上报安装统计的包装 CLI,以及一套免费的公开查询 API——全部在本仓库。

The open-source plugin marketplace for the DeepSeek Harness ecosystem: the deepseek1024.com site + Cloudflare Worker, the in-dsh 1024 Store plugin, the install-tracking wrapper CLI, and a free public query API.

DSH 1024Store 插件市场首页

在线网站 · API 文档 · npm 包 dsh1024 · 插件目录仓库 · 提交插件

GitHub Stars

快速开始

把插件市场装进 DeepSeek Harness 本体(重启后「设置」出现 1024 Store 入口,可搜索、筛选、安装、卸载):

dsh plugin --profile web add dsh1024@latest

或使用包装 CLI 安装任意已发布 npm 包的插件,并把匿名安装结果计入排行榜

npm install -g dsh1024   # 一次性
dsh1024 plugin --profile web add <npm-package>

免费查询 API(匿名每天 50 次;GitHub 登录创建 API Key 后每天 500 次):

curl 'https://api.deepseek1024.com/v1/plugins/search?q=memory'

仓库结构

路径 内容
web/ 部署单元:React 站点 + dsh-store Worker(目录 UI、社区、公开 API)、D1 迁移、测试、API 契约与文档。cd web && npm run deploy 即可发布(predeploy 自动先构建)
plugin/ 发布到 npm 的 dsh1024 包:包装 CLI + DSH 内嵌市场插件

插件目录本身——awesome 清单、插件收录 PR 与 README 生成——在姊妹仓库 imsai-sh/awesome-deepseek-harness-plugins提交插件请去那边,本仓库只接受网站 / CLI 的 issue 与 PR。

参与进来

这个项目由社区维护,下面每一种参与都真的有用:

  • 点个 StarStar 本仓库是成本最低、帮助最大的支持,能让更多 DeepSeek Harness 用户发现这个插件市场(目录仓库也值得一个)。
  • 提 Issue — 网站、API、内嵌 Store 或 CLI 的 bug 与新功能想法,欢迎提 Issue
  • 发 PR — 改进网站、Worker、市场插件或 CLI,直接发 Pull Request;动 API 相关代码前先读 CONTRIBUTING.md(v1 契约冻结,路由要登记进 web/contracts/)。
  • 提交插件 — 想让自己的插件上架,去目录仓库按指引提交,新增条目通过静态审查后自动合并、自动上架。
  • Fork 自建 — 想要完全属于自己的插件市场,Fork 本仓库后按部署文档配置即可,MIT 协议,随便改。

本地开发

需要 Node.js 22+:

npm ci
npm run dev            # web 前端 + Worker 的 vite 开发服务
npm run typecheck
npm test               # plugin 包测试 + web 全套 vitest
npm run build

改动 API 相关代码时先读 AGENTS.md(冻结的 v1 契约、三域名边界、部署纪律)与 CONTRIBUTING.md

部署与环境

  • 生产dsh-store,deepseek1024.com 三域名):合并进 main 即由 Workers Builds 自动构建部署;带 D1 迁移的变更必须先迁移后合并——纪律与应急手动通道见 web/docs/deployment.md
  • UATdsh-1024store-uat):绑定 uat 分支、同一套构建,仅多一个 CLOUDFLARE_ENV=uat 构建变量;与生产共享 D1/KV 数据面,先推 uat 验证、再合 main 上线
  • 安装统计的口径、隐私边界与 npm 发布流程见 web/docs/install-analytics.md

社区

DSH插件社区

DSH插件社区微信二维码

License

MIT — see LICENSE.

上一个 Prev DeepSeekHarness-MCP-Manager 下一个 Next dsh-mobile-hanui