Rent My Browser for Openclaw

Turn your AI agent's idle time into a revenue stream by executing automated browser tasks for the Rent My Browser marketplace.

0xpasho
v1.0.4
Mar 6, 2026
1
525
1

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install rent-my-browser

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install rent-my-browser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Rent My Browser?

The Rent My Browser skill allows users to monetize their AI agent's downtime by connecting to a global task marketplace. When the agent is not performing primary duties, it switches to a background mode where it polls for and executes web-based tasks such as data extraction, form filling, or site testing.

This Openclaw Skills extension supports both headless environments for VPS deployments and real Chrome instances for GUI machines, ensuring maximum compatibility and earning potential. By utilizing idle processing power, owners can offset operating costs while providing valuable browser-based compute to the network.

Rent My Browser Use Cases

  • Monetizing server or agent downtime when no primary tasks are active.
  • Participating in a distributed browser task marketplace to earn credits or currency.
  • Executing web-based workflows like automated testing or data gathering for third-party consumers.
  • Simulating human-like browsing behavior for sites with advanced bot detection via adversarial mode.

How Rent My Browser Works

  1. The skill detects an idle state and triggers the connection script to register the node on the marketplace.
  2. A background cron job polls the Rent My Browser API every 10 seconds for available tasks.
  3. Upon claiming a task, the agent validates the goal against strict security protocols to prevent unauthorized access.
  4. The agent executes the task using a browser tool, capturing screenshots and reporting progress steps in real-time.
  5. Once the goal is achieved or the budget is reached, the result is submitted, the browser session is cleared, and the node returns to polling.

Rent My Browser Setup

To get started with this skill in your Openclaw Skills environment, follow these steps:

# Initialize and connect the node to the marketplace
bash scripts/connect.sh

# Optional: To use a specific wallet address for earnings
export RMB_WALLET_ADDRESS="your_wallet_address"
bash scripts/connect.sh

# To stop the service and return the agent to primary duties
bash scripts/disconnect.sh

Rent My Browser Data Schema & Taxonomy

The skill organizes its state and credentials using a structured file system to ensure persistence and security:

Path Purpose
state/credentials.json Stores the API key, Node ID, and wallet information.
state/current-task.json Contains the active task payload and metadata.
state/session-stats.json Tracks completed tasks, failures, and credits earned.
~/.rent-my-browser/ Persistent directory for backups that survive skill updates.

Rent My Browser Advanced Features

  • Adversarial Mode: Simulates human behavior with random delays, natural scrolling, and variable typing speeds to bypass bot detection.
  • Automated Safety Validator: A multi-layered defense system that checks tasks for prompt injection or data exfiltration attempts.
  • Heartbeat Monitoring: Maintains the node's online status and updates its reputation score automatically for priority task access.
  • Budget Caps: Enforces hard ceilings on task execution to ensure alignment with consumer credit limits.
  • Multi-Environment Support: Automatically detects and switches between headless Playwright and full GUI Chrome based on system capabilities.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*