dsh plugins中文
← Back to popular plugin directory

DSH Usage and Cost Panel

Sev7een/ds-api-usage · tools

DHS API Usage — DeepSeek Harness plugin After installation, open Settings → API Usage in DeepSeek Harness to view your DeepSeek API usage.

★ 6GitHub stars
0Forks
2026-08-13Last updated
JavaScriptLanguage
MITLicense

Project overview

Install directly from this GitHub repository:

dsh plugin forwards to pnpm in the profile directory and reconciles the package into the profile's bundle list (dsh.profile.bundles). The package's cordis.patch.yml (declared via dsh.bundle.patch in package.json) then inserts the plugin row into the host composition, and the dsh.client declaration makes the web shell load client/bundle.js as the settings page. As a dynamic plugin (dev / session-scoped)

Add a row to the host composition (cordis.patch.yml of your profile):

Install command

dsh plugin --profile web add github:Sev7een/ds-api-usage
View GitHub repository ↗Back to popular plugin directory