🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Proxygate

by @jwelten

ProxyGate CLI — the Stripe for AI Agents. Use this skill whenever the user mentions ProxyGate, proxy requests, API marketplace, USDC payments, Solana wallet,...

Versionv0.2.1
Downloads382
TERMINAL
clawhub install proxygate

📖 About This Skill


name: proxygate description: "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."

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

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  /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