dsh plugins中文
← Back to popular plugin directory

Balance and session cost panel

Ghost011118/dsh-balance-meter · skills

DeepSeek account balance and session cost readout for the DeepSeek Harness Web GUI.

★ 13GitHub stars
1Forks
2026-08-15Last updated
JavaScriptLanguage
BSD-3-ClauseLicense

Project overview

The composer dock shows a chip with the account total balance and the current session's estimated cost:

Restart dsh web, then refresh the page. The balance chip appears in the composer dock next to the conversation stats line. Configuration

The plugin reads DSH's durable tokenUsage projection (the same accounting the built-in stats line uses) and converts the four buckets — uncached input, cache read, cache write, output — to money using prices parsed from the official pricing page. Cache-write tokens are not billed separately by DeepSeek and default to 0.

Install command

dsh plugin --profile web add github:Ghost011118/dsh-balance-meter
View GitHub repository ↗Back to popular plugin directory