Octo-o-o-o/dsh-plugin-prune0

dsh-plugin-prune

Prune dead plugins in DeepSeek Harness: measures the real usage of every plugin's tools and skills (calls, error rate, latency, sessions) plus your value ratings, and flags the plugins you can safely remove. · 死插件修剪器:统计每个插件工具/技能的真实使用(调用、错误率、耗时、跨会话)与你的价值评分,标出哪些插件可以安全移除。

AI 분석

核心用途是清理和优化 DSH 运行环境。适合安装了大量插件导致系统臃肿,希望找出无用插件并安全卸载的深度用户。

패키지
dsh-plugin-prune
버전
0.3.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Octo-o-o-o/dsh-plugin-prune

Configuration (optional)

The patch row accepts optional config:

- id: plugin-prune
  name: 'dsh-plugin-prune'
  config:
    debounceMs: 2000   # persist debounce (>= 100)
    keepDays: 90       # per-day count window (>= 7)
    dataPath: ''       # absolute file override; empty = $DSH_HOME default