A comprehensive maintenance tool for the CLI Proxy API designed to handle secure image upgrades, configuration changes, and robust rollback procedures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cpa-update
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cpa-update using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CPA Update is a specialized technical workflow within the Openclaw Skills ecosystem designed for the secure maintenance and configuration of the CLI Proxy API (CPA). This skill ensures that your AI gateway remains operational while undergoing critical updates, such as Docker image migrations, provider API key rotations, or model routing adjustments. It bridges the gap between raw CLI commands and production-grade stability by enforcing a safety-first methodology.
By integrating this skill into your Openclaw Skills library, you gain a standardized approach to managing complex AI proxy environments. It specifically addresses common pain points such as authentication directory permission conflicts, configuration loss during container recreation, and the need for zero-downtime testing before moving changes to production.
To utilize this maintenance workflow within Openclaw Skills, ensure your deployment directory is standardized. Most operations assume the following baseline:
# Check current CPA container status
docker ps --format 'table {{.Names}}\t{{.Image}}\t{{.Status}}'
# Pull the latest official repository image
docker pull eceasy/cli-proxy-api:latest
# Ensure backup directory exists
mkdir -p /opt/cliproxyapi/backup /opt/cliproxyapi/archive
The skill manages a specific directory structure to ensure data persistence across Openclaw Skills operations:
| Directory/File | Purpose | Retention Policy |
|---|---|---|
/opt/cliproxyapi/config.yaml |
Main gateway configuration | Permanent |
/opt/cliproxyapi/auth/ |
Session and identity data | Permanent |
/opt/cliproxyapi/backup/ |
Current batch temporary files | Cleared after upgrade |
/opt/cliproxyapi/archive/ |
Historical version snapshots | Last 2 versions |
baseline-*.md |
Metadata snapshots of environment state | Permanent |
Loading
An automated tool to generate and store professional Markdown work reports based on your daily achievements and blockers.

A productivity skill for generating structured Chinese daily reports in Markdown format to streamline personal reflection and progress tracking.

An AI-driven tool for generating standardized financial health reports and key metrics for Chinese A-share stocks.

A structured tutor and note-taking assistant for mastering Chinese A-share financial indicators and market terminology.

A high-performance bridge for AI agents to query live, version-accurate documentation for virtually any software library.

A powerful tool to interact with GitHub repository documentation and get AI-grounded answers about codebases.








































