Proxygate

Data & APIs

ProxyGate CLI — the Stripe for AI Agents. Use this skill whenever the user mentions ProxyGate, proxy requests, API marketplace, USDC payments, Solana wallet, vault balance, listings, tunnels, bounties, jobs, sellers, buyers, or any topic related to the ProxyGate platform. This is the router skill — it determines which sub-skill to invoke.

Install

openclaw skills install proxygate

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 gatewaypg-setup
Check balance, usage, earnings, listings, settlement history, status overviewpg-status
Browse APIs, deposit USDC, make proxy requests, stream responses, rate sellers, withdrawpg-buy
Create listings, manage listings, rotate keys, upload docs, start tunnels, sell capacity, view earningspg-sell
Post bounties, find work, claim jobs, submit results, manage job lifecyclepg-jobs
Update CLI or SDK to latest versionpg-update

Routing rules

  1. Always route — never answer ProxyGate questions without loading the relevant sub-skill first
  2. 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
  3. When unclear — if you can't determine intent, invoke pg-status to 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