wkscc310/dsh-client-ui-cpa-quota2

dsh-client-ui-cpa-quota

CliProxyAPI 额度指示器:在输入框模型名左侧显示原生风格圆环,悬停可查看各账户提供商的额度、订阅计划及状态。

AI 分析

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

包名
dsh-client-ui-cpa-quota
版本
0.4.1
许可证
MIT
最近更新
2026年8月30日

安装

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

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.