skills/polymer-pay-proxy/SKILL.md
USE THIS SKILL WHEN: the user wants to proxy a request through Polymer Pay, call an x402 API directly, or needs to understand the Polymer Pay proxy URL pattern. Handles x402 payment negotiation automatically.
npx skillsauth add polymerdao/pay-apis polymer-pay-proxyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Proxy any upstream request through Polymer Pay; Polymer Pay handles x402 discovery and payment flow automatically.
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
{
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Base URL: https://pay.polymerlabs.org/proxy/{scheme}/{host}
Verify the Polymer Pay proxy is operational.
Pricing: $0.00
{
"method": "GET",
"url": "https://pay.polymerlabs.org/healthz",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: Returns {"status":"ok"} when the proxy is healthy.
Forward any HTTP request through the Polymer Pay proxy. The proxy handles x402 payment negotiation automatically.
Pricing: Varies based on upstream endpoint
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.browserbase.com/browser/session/create",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {}
}
Response: The proxied response from the upstream x402 endpoint.
POLYMER_PAY_API_KEY secure and never expose it in logs or client-side code.POLYMER_PAY_API_KEY env var and reference {{POLYMER_PAY_API_KEY}} in requests./healthz if you encounter issues.development
USE THIS SKILL WHEN: the user wants to use Z.ai's GLM models for chat, translation, image generation, video generation, or web search. Z.ai provides GLM-4.5 and GLM-4.6 with advanced reasoning and agentic capabilities.
development
USE THIS SKILL WHEN: the user wants a quick single-page scrape to markdown or a webpage screenshot. Provides lightweight web scraping and screenshots via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants to generate AI images with FLUX models or create text-in-image with Ideogram. Provides pay-per-use image generation via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants wallet balances, transactions, PnL, ENS resolution, token prices, or transaction simulation. Provides pay-per-use blockchain operations via x402engine through the Polymer Pay proxy.