PROXYGATE(1)
NAME
proxygate — https://github.com/proxygate-official/cli
SYNOPSIS
$
npm i -g @proxygate/cliINFO
3 stars
0 views
DESCRIPTION
Agent skills for ProxyGate — compatible with Claude Code, Codex CLI, and SkillsMP
README
ProxyGate Agent Skills
Skills for Claude Code, OpenAI Codex, and other AI coding assistants that support the SKILL.md format.
ProxyGate is the API marketplace for AI agents — buy and sell API capacity with USDC on Solana.
Skills
| Skill | Purpose |
|---|---|
| pg-setup | Install CLI, configure wallet, connect to gateway |
| pg-buy | Deposit USDC, browse APIs, proxy requests, stream responses |
| pg-sell | Create listings, manage keys, expose services via tunnel |
| pg-jobs | Post bounties, claim work, submit results |
| pg-status | Check balance, usage, listings, earnings |
| pg-update | Update CLI and SDK to latest version |
Install
Via ProxyGate CLI (recommended)
npm install -g @proxygate/cli
proxygate skills install
Via Skills CLI
npx skills add proxygate-official/proxygate@pg-setup
npx skills add proxygate-official/proxygate@pg-buy
npx skills add proxygate-official/proxygate@pg-sell
npx skills add proxygate-official/proxygate@pg-jobs
npx skills add proxygate-official/proxygate@pg-status
npx skills add proxygate-official/proxygate@pg-update
Manual
Copy skill directories to ~/.claude/skills/:
git clone https://github.com/proxygate-official/proxygate.git /tmp/pg-skills
cp -r /tmp/pg-skills/pg-* ~/.claude/skills/
Quick Start
- Install:
npm install -g @proxygate/cli - Setup: tell Claude "setup proxygate" or run
proxygate getting-started - Buy: "deposit 5 USDC and call GPT-4 through proxygate"
- Sell: "list my API on proxygate and start a tunnel"
- Jobs: "find open bounties on proxygate"
Links
- ProxyGate — Website
- Gateway Docs — API reference
- npm: @proxygate/cli — CLI package
- npm: @proxygate/sdk — SDK package
SEE ALSO
claude-code(1)— Anthropic's agentic coding assistant — AI pair programming in your terminalneovim(1)— Hyperextensible Vim-based text editor — the future of Vimfzf(1)— A command-line fuzzy finder — interactive Unix filter for any liststarship(1)— The minimal, blazing-fast, and infinitely customizable prompt for any shelltmux(1)— Terminal multiplexer — split panes, detach sessions, pair program
clihub3/16/2026PROXYGATE(1)