← Back to Skills Marketplace
314
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pg-setup
Description
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...
Usage Guidance
This skill appears coherent for setting up the ProxyGate CLI. Before installing or handing over keys: (1) verify the NPM package @proxygate/cli on the npm registry or the project's GitHub (maintainer, downloads, source) to reduce supply-chain risk; (2) prefer creating a scoped API key with limited permissions for agents rather than using long-lived high-privilege keys; (3) store API keys in a secure secret store if available and avoid pasting them into untrusted environments; (4) note that a global `npm install -g` runs code on your machine—use caution on production hosts; and (5) the CLI will read/write its own config and any keypair path you provide (~/.proxygate/keypair.json), so protect that file (permissions, encryption) if you use wallet auth.
Capability Analysis
Type: OpenClaw Skill
Name: pg-setup
Version: 0.2.1
The skill bundle facilitates the installation of a global npm package (@proxygate/cli) and directs the AI agent to handle sensitive credentials, including API keys and Solana wallet keypairs (SKILL.md). While these actions are consistent with the stated purpose of setting up the ProxyGate service (proxygate.ai), the combination of global software installation and private key management represents a high-risk profile for an automated agent. The 'proxygate skills install' command also suggests further modifications to the agent's environment that could be used for persistence or lateral movement.
Capability Assessment
Purpose & Capability
The name/description (ProxyGate setup) matches the instructions: installing a CLI, authenticating with an API key or wallet keypair, and verifying via gateway.proxygate.ai and app.proxygate.ai. References to CLI commands and config paths (~/.proxygate/config.json) are appropriate for this purpose.
Instruction Scope
SKILL.md only instructs the agent to check/install the CLI, run login/whoami/proxy commands, and manage a keypair file — all within the expected scope. It does not instruct reading unrelated system files or sending data to unexpected endpoints; the referenced endpoints are the ProxyGate domain(s).
Install Mechanism
This is an instruction-only skill (no install spec). It recommends installing @proxygate/cli with npm/pnpm (global install). Pulling and running a global npm package is normal for CLIs but carries the usual supply-chain risks (third-party npm code executes on install). Consider verifying the package on the npm registry/GitHub before running.
Credentials
No environment variables or unrelated credentials are requested. The only secrets involved are the ProxyGate API key or a local wallet keypair file, which are proportional to a CLI that supports API and on-chain wallet auth.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and only references its own config path (~/.proxygate/config.json) and optional keypair files. Autonomy (agent invocation) is the platform default and is not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pg-setup - After installation, invoke the skill by name or use
/pg-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.1
Sync with CLI v0.2.1 — updated commands, descriptions, and examples
v1.0.1
Add openclaw metadata: declare required binaries (npm/pnpm)
v1.0.0
Initial release of the pg-setup skill for ProxyGate onboarding.
- Guides users through first-time setup: installing ProxyGate CLI, configuring a Solana wallet keypair, and connecting to the gateway.
- Provides step-by-step instructions for installation, wallet setup, configuration, and verification.
- Includes troubleshooting tips and success checklist.
- Outlines related skills for buying/selling API access and more.
- Designed to be used whenever someone wants to get started with ProxyGate.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 314 downloads so far.
How do I install Pg Setup?
Run "/install pg-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pg Setup free?
Yes, Pg Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pg Setup support?
Pg Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pg Setup?
It is built and maintained by jwelten (@jwelten); the current version is v0.2.1.
More Skills