DeepSeek Harness 插件

godot-tools-dsh-plugin

DSH (DeepSeek Harness) plugin: native agent tools that drive a local Godot 4.x executable (headless CLI + editor launcher).(英文原文)

跳到安装方式

来源信息

GitHub 仓库
jxb01/godot-tools-dsh-plugin
最近更新
2026年8月17日
分类
自动化与任务
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/jxb01/godot-tools-dsh-plugin
插件名:godot-tools-dsh-plugin
作者:jxb01

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

godot-tools-dsh-plugin

Standard bundle package for DeepSeek Harness: native agent tools that drive a local Godot 4.x executable (headless CLI + editor launcher). No MCP server, no network, no runtime npm installs.

> 旧的手动安装版(out-of-tree DIY 形态)在 jxb01/godot-tools-dsh。本仓库是标准 dsh.bundle 形态,可一键安装/卸载。

Tools

ToolWhat it does
godot_checkValidate a Godot project headless (import + first frame)
godot_importRe-import all assets headless
godot_run_sceneRun a scene headless for N frames
godot_run_scriptRun a GDScript headless (SceneTree/MainLoop); captures print() and exit code
godot_list_assetsRecursively list .tscn / .gd / .tres
godot_open_editorLaunch the Godot editor GUI (detached)
godot_toggleLive enable/disable of the godot_* tools in-session, no restart

Install (one command)

From a git host (no build script needed — pure JS, ships sources that load directly):

dsh plugin --profile web add github:jxb01/godot-tools-dsh-plugin

Or from a local checkout:

dsh plugin --profile web add /path/to/godot-tools-dsh-plugin

Then restart dsh web. The 7 tools appear in the agent chat.

> ⚠️ 如果你用的是源码 checkout,命令前缀为 pnpm dsh plugin ...

Configure

Override in your profile's cordis.patch.yml (target the row by id):

- id: godot-tools
  config:
    godotExe: 'D:/path/to/Godot_v4.7.1-stable_win64_console.exe'   # optional

Toggle / disable

  • In-session: call godot_toggle(enabled: false | true). Resets to enabled on restart.
  • At boot: add disabled: !!js process.env.GODOT_TOOLS === '0' to the row in your profile's patch, then start dsh web with GODOT_TOOLS=0.

Uninstall (one command)

dsh plugin --profile web remove godot-tools-dsh-plugin

---

中文说明

DeepSeek Harness 的标准 bundle 包:原生驱动本地 Godot 4.x 可执行文件的 Agent 工具(headless CLI + 编辑器启动)。无需 MCP、无网络依赖、运行时零 npm 安装。

工具

godot_check 无头校验 / godot_import 重导入 / godot_run_scene 跑场景 / godot_run_script 跑 GDScript / godot_list_assets 列资源 / godot_open_editor 打开编辑器 / godot_toggle 会话内开关。

一键安装

dsh plugin --profile web add github:jxb01/godot-tools-dsh-plugin

或本地目录 dsh plugin --profile web add /path/to/godot-tools-dsh-plugin,然后重启 dsh web 即可。

配置 / 开关 / 卸载

  • 配置:在 profile 的 cordis.patch.yml 按 id godot-tools 覆盖 config.godotExe
  • 会话内开关:godot_toggle(enabled: bool)
  • 卸载:dsh plugin --profile web remove godot-tools-dsh-plugin

License

MIT — see LICENSE.

第三方依赖许可证见 [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md)。 Third-party license notices: [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).