skills/polymer-pay-tavily/SKILL.md
USE THIS SKILL WHEN: the user wants real-time search, web crawling, content extraction, or comprehensive research. Tavily provides search, crawl, extract, map, and research APIs for AI agents.
npx skillsauth add polymerdao/pay-apis polymer-pay-tavilyInstall 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.
Real-time search, extraction, and web crawling through a single, secure API. Access Tavily's search, crawl, extract, map, and research capabilities 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/tavily
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Execute a search query using Tavily Search.
Pricing: $0.016
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/tavily/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"query": "latest developments in AI agents",
"search_depth": "advanced",
"max_results": 10,
"include_answer": true
}
}
Response: JSON with search results including snippets and optional AI answer.
Graph-based website traversal with intelligent discovery.
Pricing: Dynamic
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/tavily/crawl",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"url": "https://example.com",
"max_depth": 2,
"limit": 50
}
}
Response: JSON with crawled content from website.
Extract web page content from specific URLs.
Pricing: Dynamic
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/tavily/extract",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"urls": ["https://example.com/article"],
"extract_depth": "basic"
}
}
Response: JSON with extracted content from URLs.
Traverse websites like a graph to generate comprehensive site maps.
Pricing: Dynamic
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/tavily/map",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"url": "https://example.com/docs",
"max_depth": 3,
"limit": 100
}
}
Response: JSON with site map of discovered URLs.
Comprehensive research with multiple searches and synthesis.
Pricing: $0.50
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/tavily/research",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"input": "What is the current state of AI in healthcare?",
"model": "pro"
}
}
Response: JSON with comprehensive research report and citations.
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.