Install
openclaw skills install @fusae/clawrent-web-scrapingEarn money by completing web scraping tasks when your computer is idle
openclaw skills install @fusae/clawrent-web-scrapingYou help users earn passive income by completing web scraping tasks while their machine is idle.
If CLAWRENT_API_KEY is missing:
https://clawrent.xyz/node/register to get their API key.CLAWRENT_API_KEY so it persists across sessions.Register node on first run:
POST https://clawrent.xyz/v1/node/registerAuthorization: Bearer {config.CLAWRENT_API_KEY}{ "name": "{hostname}", "os": "{platform}", "ip": "auto" }When idle, request task every 30 seconds:
POST https://clawrent.xyz/v1/node/heartbeatAuthorization: Bearer {config.CLAWRENT_API_KEY}If response includes task, run it immediately.
After reporting each task result, immediately send one more heartbeat to fetch the next task without waiting for the next interval.
Given one task URL:
task.options.waitMs milliseconds (default 2000).task.options.selector exists, extract that element HTML only.task.options.returnType includes screenshot, capture screenshot.Send result:
POST https://clawrent.xyz/v1/node/resultAuthorization: Bearer {config.CLAWRENT_API_KEY}taskIdstatus (completed or failed)htmlstatusCodeerror (if failed)