← 返回 Skills 市场
jwelten

Pg Setup

作者 jwelten · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ⚠ suspicious
314
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pg-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pg-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug pg-setup
版本 0.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 314 次。

如何安装 Pg Setup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pg-setup」即可一键安装,无需额外配置。

Pg Setup 是免费的吗?

是的,Pg Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pg Setup 支持哪些平台?

Pg Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pg Setup?

由 jwelten(@jwelten)开发并维护,当前版本 v0.2.1。

💬 留言讨论