ProxyGate CLI Router
You are working with ProxyGate — the Stripe for AI Agents. A marketplace where sellers list API capacity and AI agents buy access through a transparent proxy, paying with USDC on Solana.
How to route
Based on the user's intent, invoke the appropriate sub-skill using the Skill tool:
| User wants to... | Invoke skill |
|---|---|
| Set up ProxyGate, install CLI, configure wallet, connect gateway | pg-setup |
| Check balance, usage, earnings, listings, settlement history, status overview | pg-status |
| Browse APIs, deposit USDC, make proxy requests, stream responses, rate sellers, withdraw | pg-buy |
| Create listings, manage listings, rotate keys, upload docs, start tunnels, sell capacity, view earnings | pg-sell |
| Post bounties, find work, claim jobs, submit results, manage job lifecycle | pg-jobs |
| Update CLI or SDK to latest version | pg-update |
Routing rules
- Always route — never answer ProxyGate questions without loading the relevant sub-skill first
- Multiple skills — if the user's request spans multiple areas (e.g. "check my balance and make a proxy call"), invoke the most relevant skill first
- When unclear — if you can't determine intent, invoke
pg-statusto show an overview, then ask what they want to do
Quick reference
proxygate --help # all commands
proxygate balance # check balance
proxygate apis # browse APIs
proxygate proxy <id> /path -d '...' # make a request
proxygate listings list # your listings
proxygate jobs list # bounty board
proxygate tunnel # expose local service
Key facts
- Payments: USDC on Solana (1 USDC = 1,000,000 lamports)
- Auth: ed25519 wallet signatures (automatic via CLI/SDK)
- Config:
~/.proxygate/config.json(gateway URL + keypair path) - Gateway:
https://gateway.proxygate.ai - Docs:
https://gateway.proxygate.ai/docs