DeepSeek Harness plugin

plugin

Bottom info bar for the DSH Web UI: provider/model, live balance, peak/off-peak pricing with countdown, and real persisted per-session spend in a single line.

Jump to install

Source facts

Repository
songoao25/dsh-bottom-info-bar
Latest update
Aug 16, 2026
Category
UI Enhancements
GitHub stars
8

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/songoao25/dsh-bottom-info-bar~23plugin
GitHub: https://github.com/songoao25/dsh-bottom-info-bar/tree/main/plugin
Plugin: dsh-bottom-info-bar#plugin
Author: songoao25
Install command: dsh plugin --profile web add github:songoao25/dsh-bottom-info-bar#path:/plugin

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-bottom-info-bar

DeepSeek Harness 底部信息栏插件(静态 bundle 形态)。安装一次,每次打开 DSH 自动生效。

> 本包不发布到 npm registry,仅通过 git clone 安装(见仓库根 README)。

  • 安装:仓库根执行 ./install.sh,或 dsh plugin --profile web add <本目录>
  • 构建:npm run build(生成 lib/,由 src/host.js + src/client-bundle.js 生成)
  • 完整文档见仓库根 README.mddocs/INSTALL.md