余额显示
dsh-balance-display is an installable DeepSeek Harness bundle that shows the current DeepSeek API account balance in a collapsible shell.overlay panel.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
dsh-balance-display
English | 简体中文
dsh-balance-display is an installable DeepSeek Harness bundle that shows the current DeepSeek API account balance in a collapsible shell.overlay panel.
The Host resolves DEEPSEEK_API_KEY through the Harness credentials service for every refresh and calls the official GET https://api.deepseek.com/user/balance endpoint. The browser receives only validated balance fields, availability, a check time, or a stable error code. The API key is never sent to the browser, persisted by this plugin, logged, included in error details, or recorded in snapshots.
Features
- CNY and USD rows with total, granted, and topped-up balances
- Account availability and last refresh time
- Collapsible panel, manual refresh, and manual/1/5/15-minute auto-refresh choices
- Periodic refresh pauses while the page is hidden and refreshes when it becomes visible
- Harness light/dark theme tokens and zh-CN/en-US locale dictionaries
- Explicit missing-credential, 401, timeout, network, upstream, and invalid-response states
- No balance history, synthetic data, local token-cost estimates, or provider abstraction
Requirements
- DeepSeek Harness with the Web profile and the current profile-bundle system
- Node.js
^22.19.0 || >=24.0.0 - A
DEEPSEEK_API_KEYavailable through Harness credentials for live balance reads
Without a credential, the plugin still loads and shows the missing-credential state.
Install
From a local checkout:
dsh plugin --profile web add F:\path\to\dsh-balance-display
dsh --profile web --dump-config
dsh --profile web
From the prebuilt release tarball:
dsh plugin --profile web add .\dsh-balance-display-0.1.0.tgz
From the fixed v0.1.0 source tag:
dsh plugin --profile web add github:Liu-ty/dsh-balance-display#v0.1.0
Git installs fetch source and run this package's prepare build. pnpm may refuse that install until the profile's pnpm-workspace.yaml explicitly contains:
allowBuilds:
dsh-balance-display: true
This allowance permits package code to execute on the machine at install time, outside the agent sandbox. Review the source and pin a tag or commit before granting it. A release tarball contains prebuilt files and does not need build permission.
Configuration
The bundle inserts one Host/Client row:
- id: balance-display
name: dsh-balance-display
inject: [credentials, webServer]
config:
requestTimeoutMs: 10000
Override that entire row in the profile or home cordis.patch.yml to change the positive integer timeout. Auto-refresh interval and collapsed state are browser-local preferences; the plugin stores no balance values.
Security model
- The Host resolves the credential once per balance operation and does not cache it.
- Authorization is added only to the outgoing DeepSeek request.
- Non-success bodies from DeepSeek are never forwarded or logged.
- Successful bodies are parsed against the documented field set and reduced to camel-cased display values.
- Host responses use
Cache-Control: no-store. - The plugin has no model-visible input or token-accounting integration.
Development
pnpm install
pnpm run typecheck
pnpm run test
pnpm run build
pnpm pack
Tests cover route disposal, Client slot and locale disposal, timer/listener cleanup, response validation, explicit UI states, and secret non-disclosure. A real Cordis composition smoke mounts and disposes the built Host entry.
License
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.