wkscc310/dsh-client-ui-cpa-quota2

dsh-client-ui-cpa-quota

CliProxyAPI quota indicator: a native-styled ring left of the composer model name; hover shows per-account provider quotas, subscription plans, and status for Codex, Claude, Antigravity, Gemini CLI, Kimi, xAI/Grok, and other CPA auth providers. Targets the current dsh plugin contract (settings-namespace-keyed plugin cards).

AI 分析

核心用途是实时监控多渠道 API 额度。适合使用 Codex, Claude, Gemini 等多种 CPA 授权渠道,需要直观掌握各账户剩余额度的用户。

パッケージ
dsh-client-ui-cpa-quota
バージョン
0.4.1
ライセンス
MIT
最終更新
2026/08/30

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wkscc310/dsh-client-ui-cpa-quota

ドキュメント

README 全文を読む ↗

Optional configuration

Auto-discovery is usually enough. To pin instances or keep management keys in YAML:

- insert:
    - id: ui-cpa-quota
      name: dsh-client-ui-cpa-quota
      config:
        refreshMinutes: 5
        instances:
          - baseURL: https://your-cpa.example
            managementKey: your-management-key
          - baseURL: https://another-cpa.example/v1
            managementKey: another-management-key

The browser settings card overrides YAML. refreshMinutes is clamped to at least one minute; do not commit management keys to a public repository.