skills/polymer-pay-linkup/SKILL.md
USE THIS SKILL WHEN: the user wants web search and content fetching for AI applications with grounded data and source citations. Provides web search via Linkup through the Polymer Pay proxy.
npx skillsauth add polymerdao/pay-apis polymer-pay-linkupInstall 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.
Linkup is a web search engine for AI apps. It provides grounded data to enrich AI output and increase precision, accuracy, and factuality through the Polymer Pay proxy.
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/linkup
Retrieve web content with natural language queries.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/linkup/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"q": "What are the latest developments in AI safety?",
"depth": "deep",
"outputType": "sourcedAnswer",
"includeSources": true,
"maxResults": 10
}
}
Response: Search results with answers, sources, and citations.
Body Parameters:
q (required): Natural language search querydepth (required): "standard" (faster) or "deep" (comprehensive)outputType (required): "sourcedAnswer", "structured", or "searchResults"structuredOutputSchema: JSON schema for structured output (when outputType is "structured")includeSources: Include source URLs in response (boolean)includeImages: Include images in results (boolean)includeInlineCitations: Add inline citations to answers (boolean)maxResults: Maximum results to return (number)fromDate: Start date in ISO 8601 format (YYYY-MM-DD)toDate: End date in ISO 8601 format (YYYY-MM-DD)includeDomains: Array of domains to includeexcludeDomains: Array of domains to excludeFetch a single webpage from a given URL.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/linkup/fetch",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"url": "https://example.com/article",
"renderJs": true,
"includeRawHtml": false
}
}
Response: Page content with rendered text, metadata, and optional raw HTML.
Body Parameters:
url (required): URL of the webpage to fetchrenderJs: Render JavaScript content (boolean)includeRawHtml: Include raw HTML in response (boolean)extractImages: Extract images from the page (boolean)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.