它解决什么问题
dsh-tool-underseal
核心功能
- 插件名:tool-underseal
- inject:['tools', 'subprocess'] —— 只有当工具注册表(ctx.tools)与子进程提供方(ctx.subprocess)都存在时插件才加载。
- 贡献:在 ctx.tools 上注册八个模型可用的工具。
- 插件名:underseal-guard(子路径 dsh-tool-underseal/guard)
- inject:['tools']
- 贡献:在 ctx.tools 上注册一个单调执行守卫——worker 签到锁(见 Worker 签到锁(guard))。
- 上游:https://github.com/Hyperionjust/underseal
- 审阅的上游 commit:18f85a6b3bc89a8b3325a9bd665ee51a8ab3d225
安装
npx @deepseek-ai/dsh plugin add Hyperionjust/dsh-tool-underseal
插件 README 中出现的其它命令:
dsh plugin add dsh-tool-underseal 全部到手。
dsh plugin add + dsh --dump-config 挂载双层(underseal 与 underseal-guard),完整仪式链(doctor → seal →
dsh plugin add 接含空格的本地路径时要用字面双引号包裹(dsh plugin --profile p add '"D:\项目路径"',CLI 经 shell 拼 pn
DSH skill(skills/underseal-delegation/SKILL.md),用 DSH 语义(subagent / subagent_fork / workf
现状数据
- 周下载量:171
- GitHub Stars:3
- 中文说明:已汉化
适合谁用
正在用 DeepSeek Harness(dsh)做开发、希望扩展其能力的人。装之前建议先看周下载量与 Star 数判断活跃度。
常见问题
装不上怎么办? 先确认 dsh 版本最新,再重试安装命令;仍失败可到插件页查看「安装兼容性检查」。
装了不生效? 部分插件需重启 dsh 会话或重新加载配置才生效。
> 本文依据插件官方 README 自动整理,具体用法以插件最新版本为准。