pg-sell
Installation
SKILL.md
ProxyGate — Sell API Capacity
Seller workflow: create listings, manage them, expose services via tunnel, track earnings.
Process
1. Scaffold a project (optional)
If building a new service from scratch:
proxygate create # interactive
proxygate create my-agent --template http-api --port 3000
proxygate create my-agent --template llm-agent --port 8080
Templates: http-api (Hono REST API), llm-agent (Hono + LLM provider + streaming).