skills/polymer-pay-ortho-hunter/SKILL.md
USE THIS SKILL WHEN: the user wants to find, verify, or enrich email addresses, search for company information, or discover email patterns for domains. Hunter.io provides professional email discovery and verification.
npx skillsauth add polymerdao/pay-apis polymer-pay-ortho-hunterInstall 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.
Hunter.io API for finding and verifying professional email addresses. Domain search, email finder, email verification, and company/person enrichment through the Polymer Pay proxy. No API key needed — payment is handled automatically.
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/hunter
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Find the most likely email address for a person given their name and company domain.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/hunter/v2/email-finder",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"domain": "stripe.com",
"first_name": "Patrick",
"last_name": "Collison"
}
}
Response: JSON with email address, confidence score, and sources.
Verify if an email address is deliverable.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/hunter/v2/email-verifier",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"email": "[email protected]"
}
}
Response: JSON with status: valid, invalid, accept_all, webmail, disposable, or unknown.
Find all email addresses for a domain.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/hunter/v2/domain-search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"domain": "stripe.com",
"limit": 10
}
}
Response: JSON with emails, sources, confidence scores, and verification status.
Get detailed company information from a domain.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/hunter/v2/companies/find",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"domain": "stripe.com"
}
}
Response: JSON with company details: industry, description, location, size, tech stack, funding.
Get count of email addresses for a domain, broken down by department and seniority.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/hunter/v2/email-count",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"domain": "stripe.com"
}
}
Response: JSON with email counts by department and seniority level.
Get both person AND company information from an email address in a single request.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/hunter/v2/combined/find",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"email": "[email protected]"
}
}
Response: JSON with both person and company information.
Get detailed person information from an email address.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/hunter/v2/people/find",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"email": "[email protected]"
}
}
Response: JSON with person details including name, location, employment, social profiles.
Find companies matching criteria using filters or natural language.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/hunter/v2/discover",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"query": "Companies in Europe in Tech",
"limit": 10
}
}
Response: JSON with matching companies.
domain over company name for accuracydepartment and seniority filters to target specific rolesdevelopment
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.