Back to home@1162514620

plugin-center

DSH 插件中心:统一的插件管理面板,支持启用/禁用、插件市场浏览、AI 解释、一键重启

Stars
1
Language
JavaScript
Created
Aug 19, 2026
Updated
Aug 19, 2026

Introduction

plugin-center

English · 中文

A unified plugin management panel for DeepSeek Harness Web UI. Manage all your host plugins from one sidebar panel — enable, disable, browse the community marketplace, and get AI-powered plugin explanations.

Features

  • Plugin Manager — view all host plugins (official / third-party / dynamic), enable or disable with one click
  • Plugin Marketplace — browse github.com/topics/dsh-plugin directly in the UI, search, sort by stars or update time
  • AI Explain — one-click AI summary of what any plugin does (requires a configured LLM)
  • Restart — cleanly restart dsh web from the panel (delegates to systemd when available)

Install

dsh plugin --profile web add plugin-center

Or add to cordis.patch.yml:

- insert:
    - id: plugin-center
      name: 'plugin-center'

Then restart dsh web.

Screenshots

Open the panel from the sidebar → 插件 button. The 插件管理 tab shows all loaded plugins; the 插件市场 tab lets you discover and install new ones from the community.

Requirements

  • DeepSeek Harness (dsh) with Web UI profile
  • Node.js >= 20.18
  • React (provided by the web runtime)
  • @deepseek-ai/dsh-llm peer dependency for AI explain feature

License

MIT