DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Open Terminal — DeepSeek Harness 插件(DSH Plugin)
← Plugins
O

dsh-open-terminal

Open Terminal

DeepSeek Harness 的一流 Open Terminal 集成:全局工具、设置、文件浏览器和交互式终端

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

npx -y @deepseek-ai/dsh plugin --profile web add github:d3cker/dsh-open-terminal#79a1fa6d73df978badc655f68696a198cb3df4ed
README兼容性版本

兼容性与来源证明

Open Terminal 以 dsh-open-terminal 发布,当前版本为 0.1.4。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.4stable
2026/8/23

相关插件

正在加载相关插件…

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

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

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

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

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

相关插件

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

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序

README

OpenTerminal for DeepSeek Harness

OpenTerminal for DeepSeek Harness adds an interactive terminal, a file manager, and OpenTerminal tools to every workspace in a DSH Web profile. It connects to an existing Open Terminal server without requiring MCP configuration.

mainwindow

Features

  • Interactive terminal — a WebSocket-backed xterm.js terminal with scrollback.
  • Floating window — the terminal opens above the chat, keeps the chat interactive, and closes only with the × button.
  • Responsive layout — the window adapts to the browser viewport and uses the available screen area on narrow displays.
  • File manager — browse directories, upload multiple files, download and delete files, edit text files, and preview images or PDFs.
  • Agent tools — DSH agents can manage processes and work with files through the open_terminal_* tools.
  • Profile-wide access — the sidebar button and tools are available in every workspace using the installed DSH profile.
  • Protected credentials — the Open Terminal API key is stored in DSH Credentials and is not exposed to the browser.

filebrowse

Requirements

  • DeepSeek Harness 0.1.1-rc.2, or a compatible version;
  • Node.js ^22.19.0 or >=24;
  • pnpm when building the package from source;
  • a running Open Terminal server and its API key;
  • a DSH Web profile, named web by default.

Build the installation package

From the plugin directory, install dependencies, validate the package, and create the tarball:

pnpm install
pnpm run check
pnpm pack

pnpm pack creates a file named from the package name and the version field in package.json:

dsh-open-terminal-<version>.tgz

To inspect the package contents without extracting it:

tar -tzf dsh-open-terminal-<version>.tgz

Install

Install the prebuilt package attached to the current GitHub release:

dsh plugin --profile web add "https://github.com/d3cker/dsh-open-terminal/releases/download/v0.1.4/dsh-open-terminal-0.1.4.tgz"

or with pnpm version:

pnpm dsh plugin --profile web add "https://github.com/d3cker/dsh-open-terminal/releases/download/v0.1.4/dsh-open-terminal-0.1.4.tgz"

Use the release asset named dsh-open-terminal-<version>.tgz. The repository URL and GitHub's automatically generated Source code archives contain source files and require permission to run build scripts during installation.

Restart the DSH Web profile, then refresh the browser. The plugin applies to all sessions and workspaces that use that profile. Install it separately for every additional DSH profile where it should be available.

To verify that the plugin is part of the profile configuration:

dsh --profile web --dump-config

The output should include:

- id: open-terminal
  name: dsh-open-terminal

Configure

  1. Open Settings → Plugins → OpenTerminal in DSH Web.
  2. Set the OpenTerminal URL. The packaged default is http://192.168.0.74:7000; replace it with the address of your server when necessary.
  3. Leave the credential reference as OPEN_TERMINAL_API_KEY, or enter another DSH credential reference.
  4. Enter the API key in the write-only API key field.
  5. Optionally adjust the request timeout, tool-output limit, and upload/proxy body-size limit. The default upload limit is 8 MiB and the maximum is 64 MiB.
  6. Click Save settings, followed by Test connection.

Open the settings page through a loopback DSH address such as http://127.0.0.1:3080. DSH does not allow a remote page to modify global settings or credentials.

configuration

Use the terminal

Click OpenTerminal in the left sidebar. The terminal opens in a floating window on the right side of the chat.

  • Scroll the terminal with the mouse wheel or trackpad.
  • Continue using the chat while the terminal is open.
  • Switch between Terminal and Files without closing the window.
  • Close the window with the × button in its top-right corner.

The window scales with the viewport. On narrow screens it uses the available screen area so the terminal and its controls remain accessible.

Use the file manager

Open the Files tab in the OpenTerminal window.

  • Use Up to move to the parent directory.
  • Use Refresh to reload the current directory.
  • Use Upload… to select and upload one or more files.
  • Select a file and click Download to save it locally.
  • Select a text file to edit it, then click Save.
  • Select an image or PDF to preview it.
  • Click Delete and confirm the prompt to remove a file.

File operations are performed on the machine or container running Open Terminal, not on the machine running the browser.

Agent tools

DSH agents receive the open_terminal_* tools automatically. They can:

  • list, start, inspect, interact with, and stop processes;
  • list, read, write, replace, search, and inspect files.

No MCP server selection or separate MCP configuration is required.

Update

Run the installation command from the current README, then restart the DSH Web profile. The command points to the package attached to the corresponding GitHub release.

Uninstall

dsh plugin --profile web remove dsh-open-terminal

Restart the DSH Web profile after removing the plugin.

Security note

The Open Terminal API key allows command execution and file access on the Open Terminal server. Use a trusted, isolated server, keep DSH Web restricted to trusted users, and use TLS or a VPN when the connection crosses an untrusted network.

License

MIT