skills/polymer-pay-parallel/SKILL.md
USE THIS SKILL WHEN: the user wants to perform web research, extract content from URLs, run AI-powered tasks, or use FindAll for comprehensive entity discovery. Parallel provides purpose-built APIs for AI agents.
npx skillsauth add polymerdao/pay-apis polymer-pay-parallelInstall 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.
A web API purpose-built for AIs. Powering millions of daily requests through the Polymer Pay proxy. Supports web search, content extraction, chat completions, and FindAll entity discovery. 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/parallel
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Search the web with intelligent processing.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/parallel/v1beta/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"objective": "Find the latest developments in AI agents",
"max_results": 10
}
}
Response: JSON with search results including excerpts and sources.
Extract relevant content from specific web URLs.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/parallel/v1beta/extract",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"urls": ["https://example.com/article"],
"objective": "Extract key information about the topic"
}
}
Response: JSON with extracted content from URLs.
OpenAI-compatible chat API for web research.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/parallel/chat/completions",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"model": "speed",
"messages": [{"role": "user", "content": "What are the latest AI news?"}]
}
}
Response: JSON with chat completion response.
Start a FindAll run for comprehensive entity discovery.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/parallel/v1beta/findall/runs",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"objective": "Find all AI companies",
"entity_type": "company",
"match_limit": 50,
"generator": "core"
}
}
Response: JSON with run object and run_id for polling.
Transform a natural language search objective into a structured FindAll spec.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/parallel/v1beta/findall/ingest",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"objective": "Find all AI companies in Silicon Valley"
}
}
Response: JSON with generated FindAll specification.
Initiate a task run for processing.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/parallel/v1/tasks/runs",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"processor": "web-scraper",
"input": "https://example.com"
}
}
Response: JSON with run object and run_id.
match_limit to control result count (5-1000)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.