skills/polymer-pay-sixtyfour/SKILL.md
Build custom research agents to enrich people and company data with real-time signals. Find emails, phones, and company details.
npx skillsauth add polymerdao/pay-apis polymer-pay-sixtyfourInstall 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.
Build custom research agents to enrich people and company data, and surface real-time signals with a simple API call. Find emails, phone numbers, and company details using AI-powered research agents.
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/sixtyfour
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Enrich company data with additional information and find associated people.
Pricing: $0.10
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/sixtyfour/enrich-company",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"target_company": {"domain": "stripe.com"},
"struct": {"description": "string", "technologies": "array"},
"find_people": true,
"people_focus_prompt": "Find engineering leaders"
}
}
Enrich lead information with additional details.
Pricing: $0.10
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/sixtyfour/enrich-lead",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"lead_info": {"email": "[email protected]"},
"struct": {"name": "string", "title": "string", "company": "string"}
}
}
Discover phone numbers for leads using AI.
Pricing: $0.30
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/sixtyfour/find-phone",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"lead": {"name": "John Doe", "company": "Google", "email": "[email protected]"}
}
}
Find email address for a lead.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/sixtyfour/find-email",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"lead": {"name": "John Doe", "company": "Google"},
"mode": "PROFESSIONAL"
}
}
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.