by seakee
Self-hosted AI gateway monitoring — track requests, cost, failures, quota, and account health for CPA / CLIProxyAPI and OpenAI-compatible gateways.
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
# Add to your Claude Code skills
git clone https://github.com/seakee/CPA-Manager-PlusGuides for using cli tools skills like CPA-Manager-Plus.
Last scanned: 6/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@babel/core: @babel/core: Arbitrary File Read via sourceMappingURL Comment",
"severity": "low"
},
{
"type": "npm-audit",
"message": "axios: axios's shouldBypassProxy does not recognize IPv4-mapped IPv6 addresses, allowing NO_PROXY bypass (incomplete fix for CVE-2025-62718)",
"severity": "high"
},
{
"type": "npm-audit",
"message": "form-data: form-data: CRLF injection in form-data via unescaped multipart field names and filenames",
"severity": "high"
},
{
"type": "npm-audit",
"message": "js-yaml: JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "react-router: React Router's vendored turbo-stream v2 allows arbitrary constructor invocation via TYPE_ERROR deserialization leading to Unauth RCE",
"severity": "high"
},
{
"type": "npm-audit",
"message": "react-router-dom: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "vite: launch-editor: NTLMv2 hash disclosure via UNC path handling on Windows",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-06-30T07:53:21.350Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}A self-hosted CPA / CLIProxyAPI management panel and observability dashboard for requests, usage, cost, quota, failures, and account health.
Operate providers, credentials, OAuth, plugins, and configuration while keeping persistent request history, cost analytics, and account automation in local storage.
中文 | Live Demo | Documentation | Install
CPA / CLIProxyAPI can serve either the official Management Center or the CPAMP Lightweight Panel directly on :8317. The lightweight panel replaces the official UI with CPAMP's clearer management experience without adding another service. Deploy CPAMP Full Mode when you also need persistent observability and long-running operations.
| Need | Recommended choice |
|---|---|
| Keep the upstream UI maintained by the CPA project | Official CLI Proxy API Management Center |
| Replace the official UI with a clearer CPA-hosted WebUI and no additional service | CPAMP Lightweight Panel |
| Persist request history and diagnose failures after the CPA queue expires | CPAMP Full Mode |
| Analyze cost and tokens by model, account, API key, project, and time range | CPAMP Full Mode |
| Run server-side account inspection, automation, SQLite backups, and recoverable migrations | CPAMP Full Mode |
See Choosing A CPA Panel for the comparison, or install the CPAMP Lightweight Panel directly in CPA.
data.key to preserve encrypted CPA Management Keys.| Option | Best for | Entry |
|---|---|---|
| CPAMP Lightweight Panel | Existing CPA users who only want to replace the official UI | CPA :8317/management.html |
| CPAMP Full Mode | Request history, cost analytics, inspection, and automation | Manager Server :18317/management.html |
Full Mode can be installed with Docker (recommended) or a native package.
Want to preview the interface first? Open the Live Demo. The demo uses fictional data only. It is not a deployment or runtime mode and cannot connect to, manage, or monitor a real CPA instance.
CPAMP manages and observes traffic through CPA / CLIProxyAPI. It is not a replacement proxy and does not forward model traffic by itself.
For a guided full-stack or CPAMP-only deployment:
curl -fsSLO https://raw.githubusercontent.com/seakee/CPA-Manager-Plus/main/bin/install-cpamp.sh
bash install-cpamp.sh
Preview without deploying:
CPAMP_DRY_RUN=1 bash install-cpamp.sh
See One-Click Installer for upgrade, repair, and admin-key recovery behavior.
services:
cli-proxy-api:
image: eceasy/cli-proxy-api:latest
restart: unless-stopped
ports:
- '8317:8317'
volumes:
- cpa-data:/app/data
cpa-manager-plus:
image: seakee/cpa-manager-plus:latest
restart: unless-stopped
ports:
- '18317:18317'
volumes:
- cpa-manager-plus-data:/data
volumes:
cpa-data:
cpa-manager-plus-data:
docker compose up -d
Open http://<host>:18317/management.html, retrieve the CPAMP Admin Key from the Manager Server log, then enter the CPA URL and CPA Management Key during setup.
If CPA is already running:
docker run -d \
--name cpa-manager-plus \
--restart unless-stopped \
-p 18317:18317 \
-v cpa-manager-plus-data:/data \
seakee/cpa-manager-plus:latest
Recommended CPA version: v7.1.39+. The HTTP usage queue needs v6.10.8+.
| Task | Guide |
|---|---|
| Choose the right panel and deployment mode | Choosing A CPA Panel |
| Replace the official UI without deploying another service | CPAMP Lightweight Panel |
| Install and complete first setup | Getting Started |
| Understand supported features and modes | [Capability Matrix](https://seakee.github.io/CPA-Ma |
CPA-Manager-Plus is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by seakee. Self-hosted AI gateway monitoring — track requests, cost, failures, quota, and account health for CPA / CLIProxyAPI and OpenAI-compatible gateways. It has 1,903 GitHub stars.
CPA-Manager-Plus returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/seakee/CPA-Manager-Plus" and add it to your Claude Code skills directory (see the Installation section above).
CPA-Manager-Plus is primarily written in TypeScript. It is open-source under seakee on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh CPA-Manager-Plus against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars