dsh-cpa-status
DeepSeek Harness 插件:CLIProxyAPI(CPA) 账号池状态面板——配额、健康刻度、流量一览 / CPA status panel for DSH
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xohmai/dsh-cpa-status说明文档
阅读完整 README ↗配置
点侧栏「连接 CPA」填两项:
- Base URL:CPA 地址,如
http://127.0.0.1:8317;反代场景填到子路径根(https://example.com/abc123) - Management Key:CPA 管理密钥,仅存本机凭据库,界面只显示末两位
Public URL 可选(「管理页 ↗」外链,默认 {Base URL}/management.html)。也可用环境变量预置:CPA_BASE_URL / CPA_MANAGEMENT_KEY(注入时表单内密钥只读)。