DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Empty Fort Strategy — DeepSeek Harness 插件(DSH Plugin)
← Plugins
E

empty-fort-strategy

Empty Fort Strategy

空城计 (Empty Fort Strategy) — DeepSeek Harness 插件:空城计模式,让你倒欠2.44万亿Token。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:HuaJi2077/empty-fort-strategy#5fb5d86c383ba45deae91ce4f16331d55a2fafcd
README兼容性版本

兼容性与来源证明

Empty Fort Strategy 以 empty-fort-strategy 发布,当前版本为 0.3.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/29

版本

0.3.0stable
2026/8/29

相关插件

正在加载相关插件…

最新版
0.3.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
SEE LICENSE IN ./LICENSE
发布源
github
GitHub
★ 10
周下载
0
最近提交
2026/8/29
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 models-usage 分类下经过校验的插件。

Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。Damage Pulsedsh-damage-pulseDeepSeek Harness 余额监控器,配有鲸鱼女孩伙伴,并为每次令牌消耗提供感知缓存的伤害动画。Agy Linkdsh-agy-link适用于 DeepSeek Harness 的 Google Antigravity(agy CLI)模型——将 Gemini/Claude/GPT-OSS 订阅流式接入 DSH,并支持思考过程、工具活动、令牌使用量以及在 GUI 中通过 Google OAuth 登录。

README

Empty Fort Strategy 空城计

本项目纯属娱乐,无任何特殊含义

项目介绍

本项目是 DeepSeek Harness(dsh)的插件,感受空城计的巧妙,消耗多余的Token。

新增「空城计模式」,选中该模式后,无论你提问什么问题,模型都会进行多轮思考和数次工具调用(默认10轮),但是不会回答你的问题,最后只会输出一个换行(空城计)。

查看图片

安装插件

1.快速安装

从 Releases 下载 empty-fort-strategy.zip,解压后直接运行里面的 install.bat,它会自动完成两步:

  1. 把「空城计模式」本体放入 dsh 的用户预设目录(等同于下面的手动拷贝);
  2. 把插件加入 Web UI 的插件列表(要求 PATH 里有 dsh 或 npx 命令,npx 方式首次运行需联网下载;使用 dsh 源码的用户请按下面「加入插件列表」的方法手动添加)。这一步是可选的,失败了也不影响使用。

Linux / macOS 用户解压后手动拷贝即可:

cp -r empty-fort-strategy/preset ~/.dsh/.agent-presets/empty-fort-strategy

然后重启 dsh(pnpm dsh web),新开一个会话,在模式选择器里选择「空城计模式」即可。

2.克隆仓库

①必装,安装功能本体

把仓库里的 preset/ 目录整个拷到 dsh 的用户预设目录,目录名必须是 empty-fort-strategy:

git clone https://github.com/HuaJi2077/empty-fort-strategy.git

Windows(cmd):

xcopy /E /I empty-fort-strategy\preset "%USERPROFILE%\.dsh\.agent-presets\empty-fort-strategy"

Windows(PowerShell):

Copy-Item -Recurse empty-fort-strategy\preset "$HOME\.dsh\.agent-presets\empty-fort-strategy"

Linux / macOS:

cp -r empty-fort-strategy/preset ~/.dsh/.agent-presets/empty-fort-strategy

然后重启 dsh(pnpm dsh web),新开一个会话,在模式选择器里选择「空城计模式」即可。

②可选,加入插件列表

如果你想在 Web UI 的 "设置 → 插件 → 插件列表" 里看到插件

# 本地路径安装
pnpm dsh plugin --profile web add /path/to/empty-fort-strategy

# 从 GitHub 安装
pnpm dsh plugin --profile web add github:HuaJi2077/empty-fort-strategy

验证插件是否加入列表:

pnpm dsh plugin --profile web list --depth 0

卸载插件

删除插件本体:

rmdir /S /Q "%USERPROFILE%\.dsh\.agent-presets\empty-fort-strategy"

从插件列表中移除:

pnpm dsh plugin --profile web remove empty-fort-strategy

配置插件

行为参数在 preset/scenario.yml 文件中:

字段含义规则
thinkingRounds思考轮数最低为 2;若小于 toolCalls + 1 则会自动提升该值
toolCalls工具调用次数最低为 1;从 fake-tools.json 中随机取工具调用
outputFinal是否输出结果false:默认值,只输出换行;true:输出正常结果

更改配置后需要重新拷贝 preset/ 目录、重启 dsh、新开会话(配置在插件挂载时读一次)。dsh 启动日志里会打出实际生效的值:

empty-fort-strategy: scenario loaded — thinkingRounds=11, toolCalls=10, outputFinal=false

打包插件

运行 script\package.bat,它会:

  1. 把 preset/ 拷到 dist\empty-fort-strategy\preset\
  2. 把 package.json、cordis.patch.yml 原样拷到 dist\empty-fort-strategy\(供 dsh plugin add 识别;全程纯文件拷贝,不做任何文本改写,避免编码损坏)
  3. 把随包分发的 script\install.bat 放入 dist\
  4. 压缩为 dist\empty-fort-strategy.zip

下载解压后运行 install.bat 就能直接安装,无需 clone 仓库。

打包 zip 内部结构:

├── empty-fort-strategy/
│   ├── package.json        # bundle 清单
│   ├── cordis.patch.yml    # 配置文件
│   └── preset/             # 模式本体
└── install.bat             # 安装脚本

项目结构

├── package.json          # 包信息 + 声明
├── cordis.patch.yml      # bundle 安装层
├── script/
│   ├── package.bat       # 打包 Release(本地构建用)
│   └── install.bat       # 安装脚本(随 Release 分发)
└── preset/               # 空城计模式本体
    ├── preset.yml        # 模式名称与介绍
    ├── agent.cordis.yml  # 组合:挂载插件
    ├── index.mjs         # 插件代码
    ├── scenario.yml      # 行为参数
    └── fake-tools.json   # 工具清单

许可证

MIT