skills/polymer-pay-geo/SKILL.md
USE THIS SKILL WHEN: the user wants to track brand visibility across AI search engines, check how LLMs mention a brand, analyze sentiment in AI responses, or measure share of voice against competitors. Provides GEO (Generative Engine Optimization) tracking via the Polymer Pay proxy.
npx skillsauth add polymerdao/pay-apis polymer-pay-geoInstall 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.
GEO (Generative Engine Optimization) visibility tracking service. Fan out prompts to 5 LLMs (Perplexity, OpenAI, Gemini, Claude, Grok), then analyze brand mentions, sentiment, citations, and share of voice. Through the Polymer Pay proxy, each request is paid individually — no GEO 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/geo.x402endpoints.com
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Fan out a prompt to 5 LLMs and analyze brand mentions, sentiment, citations, and competitor presence.
Pricing: $0.05
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/geo.x402endpoints.com/v1/visibility/check",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"prompt": "best API platforms for AI developers",
"brand": "Polymer Pay",
"aliases": ["polymer-pay.ai"],
"competitors": ["RapidAPI", "OpenRouter"],
"models": ["perplexity", "openai", "gemini", "claude", "grok"]
}
}
Response: JSON with per-model results (mention position, sentiment, citations, competitor counts) and a summary including mention rate, average position, dominant sentiment, and share of voice.
Generate AI-powered prompt suggestions that would lead to brand mentions at a given funnel stage.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/geo.x402endpoints.com/v1/prompts/suggest",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"url": "https://pay.polymerlabs.org/",
"brand": "Polymer Pay",
"stage": "consideration"
}
}
Response: JSON with an array of suggested prompts, each with a stage label and rationale.
Check if citation URLs from LLM responses are live, whether they mention the brand, and classify domains as own/competitor/neutral.
Pricing: $0.001
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/geo.x402endpoints.com/v1/citations/analyze",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"urls": ["https://techcrunch.com/article", "https://blog.example.com/post"],
"brand": "Polymer Pay",
"aliases": ["polymer-pay.ai"],
"competitors": ["RapidAPI", "OpenRouter"],
"ownDomains": ["polymer-pay.ai", "my.pay.polymerlabs.org/dashboard/api-keys"]
}
}
Response: JSON array with each URL's live status, HTTP status code, brand mention count, domain, and domain classification (own/competitor/neutral).
Retrieve current per-endpoint pricing.
Pricing: $0.00
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/geo.x402endpoints.com/pricing",
"headers": {
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: JSON with pricing for each endpoint.
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.