ayahunter/dsh-plugin-clinic1

dsh-plugin-clinic

Plugin Clinic: read-only health checks for the installed DeepSeek Harness plugin set — loader health, dependency integrity, version compatibility, install-script risk, duplicates, and patch integrity, delivered as a model tool, a Web dashboard, and JSON reports.

AI Analysis

核心用途是排查和诊断 DSH 插件运行故障。适合安装了较多第三方插件、遇到系统不稳定或报错需要一键体检定位问题的用户。

Package
dsh-plugin-clinic
Version
0.1.2
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ayahunter/dsh-plugin-clinic

Configuration

Edit the bundle row in the profile's cordis.patch.yml:

- id: clinic
  name: 'dsh-plugin-clinic'
  config:
    profiles: []            # profile directory names to diagnose; empty = all
    enableTool: true        # register the plugin_health tool
    enableWebRoute: true    # register /clinic HTTP routes when a webServer exists
    webRoutePrefix: '/clinic'
    includeHomePatches: true