Crawl any JavaScript-rendered webpage through distributed real Chrome browsers. No local browser installation needed — perfect for headless VPS environments.
Powered by OpenCrawl.
Your OpenClaw agent runs on a VPS without a real browser. Puppeteer/Playwright need 4GB+ RAM and complex setup. This skill gives your agent access to a pool of real Chrome browsers via a simple API call.
The fastest way — use our hosted server, no deployment needed:
- Visit http://39.105.206.76:9877 and click Register (1,000 free credits)
- Set environment variables:
export OPENCRAWL_API_KEY=ak_your_key_from_step_1 export OPENCRAWL_API_URL=http://39.105.206.76:9877
- Install the skill:
clawhub install hlyylly/chromeopencrawl
- Done! Your agent can now crawl any JS-rendered page.
If you prefer full control, deploy your own OpenCrawl server:
- Follow the guide at https://github.com/hlyylly/OpenCrawl
- Set
OPENCRAWL_API_URLto your server address - Create an API key via the admin panel
Once installed, your OpenClaw agent can:
- "Crawl https://example.com" — Get rendered page content
- "Crawl https://example.com and extract .article-content" — Get specific elements
- "Check my OpenCrawl balance" — See remaining credits
Your Agent → OpenCrawl API → Real Chrome Worker → Render JS → Extract Content → R2 → Agent
- Workers are real Chrome browsers contributed by the community
- Each crawl costs 1 credit, Workers earn 1 credit per task
- Results stored on Cloudflare R2 (zero egress fees)
- Worker cookies isolated via incognito mode
- Public Server: http://39.105.206.76:9877
- Source Code: https://github.com/hlyylly/OpenCrawl
- ClawHub: https://clawhub.ai/hlyylly/chromeopencrawl
MIT