skills/polymer-pay-stableenrich-exa/SKILL.md
USE THIS SKILL WHEN: the user wants AI-powered web search with semantic understanding, neural search, content extraction, and research capabilities via the StableEnrich provider.
npx skillsauth add polymerdao/pay-apis polymer-pay-stableenrich-exaInstall 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.
Exa is a search engine made for AIs. It provides semantic web search, neural embeddings-based search, content extraction, and AI-powered research with citations through the Polymer Pay proxy via StableEnrich.
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/stableenrich.dev
Intelligent web search with neural embeddings and semantic understanding. Supports category filtering for company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/exa/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"query": "latest developments in quantum computing",
"numResults": 5
}
}
Response: JSON array of search results with title, url, highlights, and score.
Find pages similar to a given URL using semantic similarity.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/exa/find-similar",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"url": "https://openai.com",
"numResults": 5
}
}
Response: JSON array of similar pages with relevance scores.
Extract content from specific URLs. Useful for getting full text of pages found via search.
Pricing: $0.002
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/exa/contents",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"urls": ["https://example.com"]
}
}
Response: JSON array of extracted content from each URL.
Get an AI-generated answer to a question based on web search with citations.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/exa/answer",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"query": "What is the capital of France?"
}
}
Response: JSON with answer text and source citations.
category parameter scopes results to specific types. Use linkedin profile for people searches before enriching with Apollo or Clado.numResults to control costs (max 100)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.