cking000bigdemon/dsh-toolbelt1

dsh-toolbelt

包含八个 DeepSeek Harness 插件的工具箱:角色、语言守护、视觉回退、Python 工作目录守护、Windows 编码守护、跨 Agent 记忆、图像生成和技能 Shell 注入。

AI 分析

核心用途是提供一组解决环境兼容性、Agent 行为规范及多模态扩展的综合工具包。适合需要解决 Windows 编码、跨会话记忆等痛点的用户。

套件
dsh-toolbelt
版本
0.1.0
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cking000bigdemon/dsh-toolbelt

安装

从本地 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