skills/polymer-pay-quiver/SKILL.md
USE THIS SKILL WHEN: the user wants to generate SVGs from text prompts, vectorize raster images to SVG, or create AI-generated vector graphics. Provides AI SVG generation via QuiverAI through the Polymer Pay proxy.
npx skillsauth add polymerdao/pay-apis polymer-pay-quiverInstall 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.
AI-powered SVG generation and image vectorization service using QuiverAI's Arrow model. Generate scalable vector graphics from text prompts or convert raster images to clean SVG format. Through the Polymer Pay proxy, each request is paid individually — no QuiverAI account or API key required.
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/quiver.x402endpoints.com
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Generate scalable vector graphics from a text description using AI.
Pricing: $0.30
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/quiver.x402endpoints.com/v1/svgs/generations",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"prompt": "a minimalist logo of a mountain with a sun rising behind it"
}
}
Response: JSON with generated SVG(s) and token usage metadata. Optional parameters: instructions (style guidance), references (reference images), n (number of outputs), temperature, max_output_tokens.
Convert a raster image (PNG, JPG, etc.) to clean SVG format using AI.
Pricing: $0.30
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/quiver.x402endpoints.com/v1/svgs/vectorizations",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"image": "https://example.com/logo.png"
}
}
Response: JSON with vectorized SVG(s) and token usage metadata. The image field accepts a URL or base64-encoded image data. Optional parameters: auto_crop, target_size, n, temperature.
Retrieve current per-endpoint pricing.
Pricing: $0.00
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/quiver.x402endpoints.com/pricing",
"headers": {
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: JSON with pricing for each endpoint.
instructions parameter for consistent outputdevelopment
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.