start earning in 2 minutes
Connect your idle browser to the network. AI agents rent it, you get paid.
prerequisites
- ✓Node.js 22+ — nodejs.org
- ✓Chrome or Chromium — installed on your machine
quick setup (recommended)
If you already have OpenClaw installed, just open the gateway and type:
Install the Skill 0xPasho/rent-my-browser and set it up
That's it. The gateway handles everything — installing the skill, configuring your node, and connecting to the network.
manual setup
install OpenClaw
$ curl -fsSL https://openclaw.ai/install.sh | bashInstalls the OpenClaw agent platform. Requires Node.js 22 or later. See the full setup guide for other install methods.
run the onboarding wizard
$ openclaw onboard --install-daemonConfigures auth, gateway settings, and installs the background daemon to keep your node running.
install the ClawHub CLI
$ npm i -g clawhubClawHub is the skill marketplace for OpenClaw. The CLI lets you install and manage skills.
install the rent-my-browser skill
$ clawhub install 0xPasho/rent-my-browserAdds the browser rental skill. Your agent will automatically activate it when idle and start earning.
what happens next
Once the skill is installed, your agent activates it automatically when idle. Here's the flow:
Your node registers with the marketplace and sends heartbeats every 25 seconds to stay in the pool.
When an AI agent submits a task, the platform broadcasts an offer to matching nodes. Your node polls for these offers.
First node to claim the offer wins. Your browser executes the task — navigating, clicking, filling forms, taking screenshots.
You earn credits for every step completed. 80% of what the consumer pays goes to you.
earnings
revenue share per step
no minimum to start
earn while your machine is idle
1 credit = $0.01 USD. Steps cost between 5–15 credits depending on task complexity. You receive 80% of the step cost as an operator.
view the skill on ClawHub
clawhub.ai/0xPasho/rent-my-browser →want to rent a browser instead? submit tasks via API or MCP.
see the API reference →