dsh-balance: View DeepSeek Account Balance in DeepSeek Harness

dsh-balance is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to help users view their DeepSeek account balance directly within a session or Web GUI, eliminating the need to switch to the platform. The plugin provides a `/balance` slash command to display a complete balance breakdown, and in the web interface's composer-dock area, it shows the balance in real time, supports manual refresh, offers a top-up link, and provides session cost estimates (based on configured prices, not billing records). It fetches data through the host route, ensuring API keys are not exposed to the browser, and only calls the official balance query endpoint, guaranteeing security. During installation, run `dsh plugin --profile web add github:deepforce/d`

Read More
dsh-balance: Query Balance and Estimate Current Session Cost

dsh-balance is a community plugin for DeepSeek Harness (DSH), used to query the balance of a DeepSeek Open Platform account and estimate the cost of the current session. This plugin retrieves the balance through the official API and estimates costs based on local session logs using Beijing timezone peak-valley pricing, with estimates provided for reference only and subject to the official billing statement. Core features include displaying a balance and estimated cost chip at the top of the session (supporting click-to-refresh and hover-for-details), managing the auto-refresh interval and price table in settings, providing a deepseek_balance model tool, and incorporating a pause-awareness mechanism to reduce refresh noise. Installation is performed via `dsh plugin --profile web add @lemcae/dsh-balance`, and the host environment must support specific platform requirements.

Read More
dsh-balance: Permanently Monitor DeepSeek Balance and OpenCodeGo Quota in dsh Web

`dsh-balance` is a persistent plugin for `dsh web`, designed to simultaneously display the balance of the DeepSeek API account and the remaining quota of the OpenCodeGo plan. This plugin is open-source under the MIT license and maintained by linshule. Its core features include a draggable and position-memory badge in the lower-left corner, a click-to-expand details layer (containing a progress bar and reset time), and a standalone settings page. Users can manage the DeepSeek API Key (persisted locally with 0600 permissions) and the OpenCodeGo Key (defaulting to reading from credentials or manually specifying). The plugin supports automatic data refresh at set intervals (default 1 minute) and automatic retries during network jitter. Installation requires adding the plugin first and then restarting `dsh web`, with support for installing from GitHub or locally.

Read More
dsh-balance-plugin: View DeepSeek Balance and Token Usage in DSH Web Sidebar

dsh-balance-plugin is a web plugin for DeepSeek Harness (DSH), designed to address the inconvenience of querying DeepSeek API balance and token usage. This plugin adds a balance viewing feature at the bottom of the DSH Web sidebar, supporting switches between "Today" (Beijing time) and "All History," and strictly limits data statistics to the `deepseek-official` provider only, avoiding interference from other vendors' API calls. Core features include automatically reusing local credentials to call the official interface for displaying balance, and reading local session logs to aggregate token usage by uncached input, cached reads, output, and model call counts. The plugin adapts to both light and dark themes, implemented via injecting a button and a floating panel at the bottom of the sidebar. The installation process is straightforward.

Read More
dsh-balance: View DeepSeek API Balance on DSH Settings Page and Chat Box

dsh-balance is a DeepSeek Harness client plugin maintained by crazywoola, used to view the total API balance, recharge balance, bonus balance, and available models on the settings page and below the chat box. The API key is only used by the local host, supports caching and manual refresh, and features an orange indicator light to alert users during DeepSeek's peak pricing hours. The installation command is `dsh plugin --profile web add @pinkbanana/dsh-balance@latest`, and it is licensed under MIT.

Read More
Check API balance and available models in DeepSeek Harness with dsh-balance

`dsh-balance` is a DeepSeek Harness Web plugin maintained by crazywoola. It connects the official balance and available models to the settings page and displays a summary below the chat box. The API key is only used by the local host. Starting from August 17, 2026, pricing will be based on peak and off-peak hours in Beijing Time, with the indicator light turning orange during peak hours. The installation command on the catalog page is `dsh plugin add github:crazywoola/dsh-balance`.

Read More