skills/polymer-pay-stableenrich-firecrawl/SKILL.md
USE THIS SKILL WHEN: the user wants to scrape web pages, extract content from URLs, or search the web and get scraped results via the StableEnrich provider.
npx skillsauth add polymerdao/pay-apis polymer-pay-stableenrich-firecrawlInstall 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.
Firecrawl provides web scraping and content extraction capabilities. It scrapes URLs and returns clean, structured markdown content, and also provides web search with scraped results 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
Scrape and extract content from a URL. Returns clean markdown-formatted content with metadata.
Pricing: $0.0126
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/firecrawl/scrape",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"url": "https://example.com"
}
}
Response: JSON object with markdown content, title, description, and metadata.
Search the web and get scraped results. Returns search results with full page content for each result.
Pricing: $0.0252
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/firecrawl/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"query": "best coffee shops",
"limit": 5
}
}
Response: JSON array of search results with scraped content for each URL.
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.