Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Pg Update

v0.2.1

Use 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...

0· 326· 3 versions· 0 current· 0 all-time· Updated 23h ago· MIT-0

Install

openclaw skills install pg-update

ProxyGate Update

Check for and install updates to ProxyGate CLI and SDK.

Process

1. Check current version

proxygate --version 2>/dev/null || echo "NOT_INSTALLED"

If not installed, direct to pg-setup.

2. Check latest version

npm view @proxygate/cli version 2>/dev/null || echo "UNAVAILABLE"

3. Update CLI

npm install -g @proxygate/cli@latest
proxygate --version    # verify

4. Update skills

New CLI versions may include updated skills:

proxygate skills install

5. Clear update cache

rm -f ~/.claude/cache/proxygate-update-check.json

SDK Update

If @proxygate/sdk is in the project's dependencies:

npm install @proxygate/sdk@latest
# or
pnpm add @proxygate/sdk@latest

Success criteria

  • Current version detected
  • Latest version checked via npm
  • Update skipped if already current
  • CLI updated and verified
  • Skills refreshed
  • Update cache cleared

Related skills

NeedSkill
First-time setuppg-setup
Buy API accesspg-buy
Sell API capacitypg-sell
Job marketplacepg-jobs
Check statuspg-status
Update CLI/SDKThis skill

Version tags

latestvk972n7x0h4rrg87n4by8ngmwsn83a02f