Octo-o-o-o/dsh-plugin-prune ↗★ 0
dsh-plugin-prune
死插件修剪器,统计各插件工具与技能的真实调用次数、错误率、耗时及用户评分,标出可安全移除的插件。
AI 分析
核心用途是清理和优化 DSH 运行环境。适合安装了大量插件导致系统臃肿,希望找出无用插件并安全卸载的深度用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Octo-o-o-o/dsh-plugin-prune說明文件
閱讀完整 README ↗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