dsh-plugin-clinic
ayahunter/dsh-plugin-clinic
已安装 DSH 插件集合的只读体检诊所:加载健康、依赖完整、版本兼容、安装脚本风险、重复与 patch 引用,交付模型工具、设置面板与 JSON 报告。
DeepSeek Harness 插件
把 Web GUI 的轨迹页签替换为新手友好的回合故事线:工具名通俗中文化,支持类别筛选与模糊搜索。
跳到安装方式默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。
复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。
请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。
插件页面:https://deepseekplugins.org/zh/plugins/ayahunter/dsh-trail~23bundle
GitHub:https://github.com/ayahunter/dsh-trail/tree/main/packages/bundle
插件名:dsh-trail#bundle
作者:ayahunter
安装命令:dsh plugin --profile web add github:ayahunter/dsh-trail#path:/packages/bundle
确认前不要执行安装命令。安装前先看这个插件目录里的 README 和其他文件。
{
"name": "dsh-trail-bundle",
"version": "0.1.1",
"description": "Patch bundle that mounts dsh-trail and disables the shipped trajectory view.",
"type": "module",
"license": "MIT",
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"files": [
"cordis.patch.yml"
],
"scripts": {
"prepack": "node -e \"const f=require('node:fs');f.copyFileSync('../../README.md','README.md');f.copyFileSync('../../README.zh.md','README.zh.md')\""
},
"dependencies": {
"dsh-trail": "^0.1.0"
}
}