Install
openclaw skills install pg-updateUse when updating ProxyGate CLI or SDK to the latest version. Also triggers proactively when an update notification is shown. Make sure to use this whenever...
openclaw skills install pg-updateCheck for and install updates to ProxyGate CLI and SDK.
proxygate --version 2>/dev/null || echo "NOT_INSTALLED"
If not installed, direct to pg-setup.
npm view @proxygate/cli version 2>/dev/null || echo "UNAVAILABLE"
npm install -g @proxygate/cli@latest
proxygate --version # verify
New CLI versions may include updated skills:
proxygate skills install
rm -f ~/.claude/cache/proxygate-update-check.json
If @proxygate/sdk is in the project's dependencies:
npm install @proxygate/sdk@latest
# or
pnpm add @proxygate/sdk@latest
| Need | Skill |
|---|---|
| First-time setup | pg-setup |
| Buy API access | pg-buy |
| Sell API capacity | pg-sell |
| Job marketplace | pg-jobs |
| Check status | pg-status |
| Update CLI/SDK | This skill |