dsh plugins中文
← Back to popular plugin directory

101 · DSH plug-in development tool

Momojie-S/deepseek-harness-101 · skills

DeepSeek Harness plug-in development set (submodule index).

★ 1GitHub stars
0Forks
2026-08-16Last updated
PowerShellLanguage
License

Project overview

计划任务 \dsh-version-check(每天 01:00)对比 npm 官方 @deepseek-ai/dsh 最新版与本机运行版:无新版则零成本退出;有新版则自动跑一次 headless 调查任务,总结新旧版本差异并逐个评估本仓插件是否需要改动/废弃,中文报告存 docs/version/(文件名 = 新版本号)。 触发脚本:scripts/check-dsh-version.ps1;调查指令模板(改它即改未来调查行为):scripts/dsh-version-prompt.md 手动演练:powershell -NoProfile -ExecutionPolicy Bypass -File scripts/check-dsh-version.ps1 -CurrentVersion -TargetVersion 使用 新增插件

Install command

dsh plugin --profile web add github:Momojie-S/deepseek-harness-101
View GitHub repository ↗Back to popular plugin directory