skills/polymer-pay-spraay/SKILL.md
USE THIS SKILL WHEN: the user wants AI chat completions (Claude Opus 4.6, Sonnet 4.6), DeFi swaps, oracle prices, cross-chain bridges, payroll, invoicing, escrow, wallet analytics, on-chain inference, XMTP messaging, IPFS storage, KYC, or tax reports via Spraay's full-stack DeFi infrastructure gateway.
npx skillsauth add polymerdao/pay-apis polymer-pay-spraayInstall 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.
Full-stack DeFi infrastructure for AI agents. Spraay provides 50+ pay-per-use endpoints covering AI inference (Claude Opus 4.6 and Sonnet 4.6), token swaps, oracle price feeds, cross-chain bridges, payroll, invoicing, escrow, wallet analytics, on-chain intelligence, XMTP messaging, IPFS storage, scheduling, KYC, and compliance. Through the Polymer Pay proxy, each request is paid individually with no Spraay account or API key required.
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/gateway.spraay.app
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Generate AI responses using Claude Opus 4.6 or Sonnet 4.6 models.
Pricing: $0.005
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/gateway.spraay.app/api/v1/chat/completions",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"model": "claude-opus-4-6",
"messages": [
{"role": "user", "content": "Explain how x402 micropayments work on Base."}
]
}
}
Response: JSON with AI-generated completion including model, usage tokens, and response content.
Get optimal token swap routing and pricing across chains.
Pricing: $0.002
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/gateway.spraay.app/api/v1/swap/quote?from=ETH&to=USDC&amount=1.0",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: JSON with swap route, expected output amount, price impact, and estimated gas.
Retrieve real-time token prices from on-chain oracles.
Pricing: $0.003
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/gateway.spraay.app/api/v1/oracle/prices?tokens=ETH,BTC,USDC",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: JSON with current prices, sources, and timestamps for each requested token.
Analyze a wallet's holdings, transaction history, and behavioral patterns.
Pricing: $0.005
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/gateway.spraay.app/api/v1/analytics/wallet?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: JSON with wallet classification, token holdings, DeFi exposure, and risk indicators.
Classify wallet addresses, explain smart contracts, or summarize transaction activity using AI.
Pricing: $0.008 - $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/gateway.spraay.app/api/v1/inference/classify-address",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}
}
Response: JSON with address classification (EOA, contract, multisig), risk score, and behavioral labels.
GET /api/v1/models to see available AI models before making chat requests/api/v1/oracle/prices to verify token prices before executing swaps/api/v1/payroll/estimate or /api/v1/batch/estimate before committing to batch operations/api/v1/bridge/chains to verify chain support before requesting bridge quotes/api/v1/tokens is free and useful for discovering supported tokens/api/v1/batch/execute for multiple payments instead of individual transactionsdevelopment
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.