cking000bigdemon/dsh-toolbelt ↗★ 1
dsh-toolbelt
Eight DeepSeek Harness plugins: persona, language guard, vision fallback, python workdir guard, windows encoding guard, cross-agent memory, image generation, and skill shell injection.
AI Analysis
核心用途是提供一组解决环境兼容性、Agent 行为规范及多模态扩展的综合工具包。适合需要解决 Windows 编码、跨会话记忆等痛点的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cking000bigdemon/dsh-toolbeltREADME
Read the full README ↗安装
从本地 checkout 安装
必须先构建。 dsh plugin add 只是把目录链接过去,不会执行你的构建脚本;未构建的 checkout 会在启动时让整棵插件树失败,报 loader entries failed to apply:
git clone https://github.com/cking000bigdemon/dsh-toolbelt
cd dsh-toolbelt && npm install && npm run build && cd ..
dsh plugin --profile add ./dsh-toolbelt
直接从 GitHub 安装
这一步注定要执行两次,这是设计使然。git 安装拉取的是源码而非构建产物,所以本包通过 prepare 脚本自行构建,而 pnpm ≥10 在你显式授权之前拒绝运行它:
dsh plugin --profile add github:cking000bigdemon/dsh-toolbelt
### 从本地 checkout 安装
**必须先构建。** `dsh plugin add ` 只是把目录链接过去,**不会**执行你的构建脚本;未构建的 checkout 会在启动时让整棵插件树失败,报 `loader entries failed to apply`:
```sh
git clone https://github.com/cking000bigdemon/dsh-toolbelt
cd dsh-toolbelt && npm install && npm run build && cd ..
dsh plugin --profile add ./dsh-toolbelt
直接从 GitHub 安装
这一步注定要执行两次,这是设计使然。git 安装拉取的是源码而非构建产物,所以本包通过 prepare 脚本自行构建,而 pnpm ≥10 在你显式授权之前拒绝运行它:
dsh plugin --profile add github:cking000bigdemon/dsh-toolbelt