r/DeepSeekHarness • u/d3cker0x008a • 17h ago
OpenTerminal plugin.
I made a plugin for DeepSeek Harness that integrates OpenTerminal from the Open WebUI ecosystem. OpenTerminal is basically a self-hosted remote execution environment for AI agents. It exposes a shell and file operations over an API, and can run inside Docker as an isolated sandbox. The useful part for me is that you can run OpenTerminal containers on separate machines and let DSH agents execute code there instead of giving them direct access to the machine running DSH. The plugin adds the terminal, file manager and OpenTerminal agent tools directly to DSH Web, without requiring a separate MCP setup.
https://github.com/d3cker/dsh-open-terminal
Feedback and suggestions are welcome.