skills/polymer-pay-x402engine-image/SKILL.md
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.
npx skillsauth add polymerdao/pay-apis polymer-pay-x402engine-imageInstall 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.
x402engine provides pay-per-call AI image generation endpoints. Choose between fast generation (FLUX Schnell), high-quality output (FLUX.2 Pro), or text-in-image rendering (Ideogram v3). No API key needed — payment is handled automatically by the Polymer Pay proxy.
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/https/x402engine.app
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Generate an image quickly for prototyping and drafts.
Pricing: $0.015
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402engine.app/api/image/fast",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"prompt": "A serene mountain landscape at dawn with mist in the valleys"
}
}
Response: Returns the generated image data (PNG/JPEG).
Generate a higher-quality image for production use.
Pricing: $0.05
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402engine.app/api/image/quality",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"prompt": "Professional product photo of a luxury watch on marble surface, studio lighting"
}
}
Response: Returns a higher-quality generated image with better detail and coherence.
Generate an image with accurately rendered text, ideal for logos, signs, and typography.
Pricing: $0.12
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402engine.app/api/image/text",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"prompt": "A neon sign that reads OPEN 24 HOURS on a dark brick wall"
}
}
Response: Returns an image with accurately rendered text.
/api/image/fast)/api/image/quality)/api/image/text)-o output.pngdevelopment
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 wallet balances, transactions, PnL, ENS resolution, token prices, or transaction simulation. Provides pay-per-use blockchain operations via x402engine through the Polymer Pay proxy.
content-media
USE THIS SKILL WHEN: the user wants to generate speech audio from text (TTS) or transcribe audio files to text. Provides pay-per-use text-to-speech and transcription via x402engine through the Polymer Pay proxy.