Viveksssss/DeepSeek-harness-marketplace

插件 ⭐ 1 MIT codingdataecosystem

deepseekharness的插件市场。

catalog 简介:The plugin market of deepseekharness.

安装

DSH Web UI(设置 → 插件 → 插件市场)
        │  fetch POST /marketplace/*
        ▼
 后端 handler(lib/index.js,通过 ctx.webServer.register 挂载)
        │
        ├── /marketplace/browse   → GitHub Search API 搜仓库
        ├── /marketplace/import   → GitHub Repos API 拉单个仓库 + README
        ├── /marketplace/enable   → 调 dsh plugin add github:owner/repo(pnpm 转发)
        ├── /marketplace/disable  → 调 dsh plugin remove <pkg>
        └── /marketplace/enabled  → 读/写 ~/.dsh/plugin-marketplace.json
        │
        ▼
  dsh plugin(官方 CLI)→ 转发给 pnpm → reconcilePlugins → 写入 profile 的 bundles 层栈

Viveksssss/DeepSeek-harness-marketplace 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。