skills/polymer-pay-brand-dev/SKILL.md
API to personalize your product with logos, colors, and company info from any domain. Extract fonts, screenshots, styleguides, and more.
npx skillsauth add polymerdao/pay-apis polymer-pay-brand-devInstall 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.
API to personalize your product with logos, colors, and company info from any domain. Extract font information, screenshots, styleguides, NAICS codes, and use AI to extract product data from websites.
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/x402.orth.sh/brand-dev
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Get logos, backdrops, colors, industry, description, and more from any domain.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/retrieve?domain=stripe.com",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Returns brand colors, logos, fonts, industry classification, and descriptive text.
Get font information from a brand's website including font families, usage statistics, and fallbacks.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/fonts?domain=google.com",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Extract comprehensive design system information including colors, typography, spacing, and UI components.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/styleguide?domain=stripe.com",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Capture a screenshot of a website with viewport or full-page options.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/screenshot?domain=stripe.com",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get brand information using a stock ticker symbol.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/retrieve-by-ticker?ticker=AAPL",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Classify a brand into a 2022 NAICS code.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/naics?input=stripe.com",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Use AI to extract specific data points from a brand's website.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/ai/query",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"domain": "stripe.com",
"data_to_extract": [
{"field": "product_name", "description": "The main product name"},
{"field": "pricing_model", "description": "How they charge customers"}
]
}
}
Extract product information from a brand's website using AI.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/ai/products",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"domain": "stripe.com",
"maxProducts": 10
}
}
Get brand information from an email address domain.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/[email protected]",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get brand information using a company name.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/retrieve-by-name?name=Stripe",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get simplified brand data (domain, title, colors, logos, backdrops).
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/retrieve-simplified?domain=stripe.com",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get brand information using an ISIN (International Securities Identification Number).
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/retrieve-by-isin?isin=US0378331005",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Identify brand from transaction information.
Pricing: $0.03
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/brand-dev/v1/brand/transaction_identifier?transaction_info=Stripe+Payment",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
/retrieve-simplified for faster responsesmaxSpeed=true for faster responses with less comprehensive dataprioritize=speed for quick previews, quality for final capturesdevelopment
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.