ayahunter/dsh-plugin-clinic1

dsh-plugin-clinic

DSH 插件体检工具,提供加载状态、依赖完整性、版本兼容性及安装脚本风险等只读健康检查,支持 Web 仪表盘。

AI 分析

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

套件
dsh-plugin-clinic
版本
0.1.2
授權
MIT
最近更新
2026年8月16日

安裝

$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