
bpc-oss/dsh-web-billing
50Last commit Aug 14, 2026
dsh-web-billing DSH plugin
dsh-web-billing is an installable DeepSeek Harness bundle for dsh web. It subscribes to usage-bearing assistant messages, persists a local billing ledger, applies built-in and configurable pricing policies, and adds browser billing indicators and summaries.
How to install the dsh-web-billing DSH plugin
dsh plugin --profile web add github:<owner>/dsh-web-billingThis source command needs manual review. Copying does not run it.
Data source
Snapshot date: Aug 15, 2026
manifest-valid
What the dsh-web-billing DSH plugin can do
- Calculates token costs per assistant message from usage data.
- Maintains a persistent local ledger with session, daily, monthly, cumulative, and per-model summaries.
- Supports CNY and USD display, with automatic currency selection based on interface language or a forced display currency.
- Includes configurable official-policy pricing schedules, peak/off-peak windows, user price overrides, and policy overrides.
- Fetches account balance through the configured provider balance endpoint.
- Adds read-only GET /billing/state and GET /billing/session/<id> endpoints.
- Adds browser-side message cost badges and a session billing panel.
Where the dsh-web-billing DSH plugin fits
- Tracking DeepSeek token spending in dsh web conversations.
- Reviewing costs by session, time period, or model.
- Displaying token costs in Chinese- or English-language DSH web interfaces.
- Comparing locally calculated usage costs with reported account balances.
- Customizing pricing rules for models or future pricing-policy changes.
Who the dsh-web-billing DSH plugin is for
- DeepSeek Harness dsh web users.
- Teams or individuals monitoring token usage and spending.
- Developers operating a DSH web profile with DeepSeek provider credentials.
dsh-web-billing DSH plugin limitations
- Requires Node.js 20 or later according to package metadata.
- Takes effect after restarting dsh web.
- Only one instance should use the same DSH_HOME because instances can write to the same ledger file.
- Billing endpoints default to loopback-only access; disabling loopbackOnly exposes unauthenticated routes consistent with other GUI routes.
- Account-balance retrieval depends on configured provider credentials and may silently degrade when requests fail or time out.
- The README states that built-in pricing schedules are curated from official announcements and should be checked against the official pricing page.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- info
dependency counts
package.json declares 2 runtime, 0 development, 0 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- info
license declared
GitHub reports the repository license as MIT.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-web-billing DSH plugin alternatives
dsh-automation
32
Schedule standalone coding tasks in fresh DeepSeek Harness Agent sessions, with workspace-scoped controls and durable run history.
dsh-balance
3
一个适用于deepseek-harness的插件,功能是显示当前账户余额以及当前会话预估的费用消耗 | A plugin for deepseek-harness that displays the current account balance and the estimated cost consumption of the current session.
DeepSeek-harness-wecom
4
Connects a WeCom AI Bot to persistent DeepSeek Harness agents for text, images, files, commands, and session-based conversations.
dsh-undo-plugin
7
DSH snapshot and rollback plugin for configuration changes, with WebUI controls, chat actions, and offline PowerShell recovery tools.
dsh-web-billing DSH plugin questions
What is the dsh-web-billing DSH plugin?
dsh-web-billing is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.
How do I install the dsh-web-billing DSH plugin?
The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.
Which DSH profile does dsh-web-billing use?
The snapshot records web as the dsh-web-billing profile. DSH conventions can change quickly, so verify the manifest and README before installation.
Is dsh-web-billing compatible with the current DSH release?
The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.
What should I do if dsh-web-billing fails to load?
Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.
What are the closest alternatives to dsh-web-billing?
Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.