Viveksssss/DeepSeek-harness-marketplace

Plugin ⭐ 1 MIT codingdataecosystem

The plugin market of deepseekharness.

Install

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 层栈

Add Viveksssss/DeepSeek-harness-marketplace to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.