pg-update

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 someone says "update proxygate", "upgrade cli", "upgrade sdk", or when a session starts with an update notification.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pg-update" with this command: npx skills add jwelten/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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Pg Sell

Use when selling API capacity on ProxyGate — creating listings, managing listings (update/pause/delete), rotating keys, uploading docs, starting tunnels, man...

Registry SourceRecently Updated
2920Profile unavailable
General

Pg Buy

Use when buying API access through ProxyGate — depositing USDC, browsing available APIs, making proxy requests, streaming responses, or rating sellers. Make...

Registry SourceRecently Updated
2800Profile unavailable
Web3

Pg Setup

Use when setting up ProxyGate for the first time, installing the CLI, configuring auth (API key or wallet), or connecting to the gateway. Make sure to use th...

Registry SourceRecently Updated
2950Profile unavailable
General

Pg Status

Use when checking ProxyGate status — balance, usage, listings, tunnel health, earnings, seller profile, or job status. Make sure to use this skill whenever s...

Registry SourceRecently Updated
3040Profile unavailable