remote-browser

Control cloud-hosted browsers for web navigation and form interaction.

25|3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/ProsusAI/Murphy --skill remote-browser-prosusai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remote-browser
Source: https://github.com/ProsusAI/Murphy/tree/main/browser_use/skills/skills/remote-browser
Command: npx skills add https://github.com/ProsusAI/Murphy --skill remote-browser-prosusai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables agents running in sandboxed environments (like cloud VMs or CI systems) to interact with websites, fill forms, and capture screenshots, overcoming the lack of a local GUI.

Core Features & Use Cases

  • Remote Browser Control: Operate a browser in the cloud from a headless environment.
  • Web Interaction: Navigate websites, click elements, fill forms, and extract data.
  • Tunneling: Expose local development servers to the cloud browser for testing.
  • Use Case: An agent needs to test a web application deployed on a staging server. This Skill allows the agent to open the application in a cloud browser, perform user actions, and verify its functionality without needing a local browser installation.

Quick Start

Use the remote-browser skill to open the URL https://example.com and take a screenshot.

Frequently Asked Questions about remote-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control a cloud-hosted browser from a sandboxed agent environment?

To control a cloud-hosted browser from a sandboxed agent, this Skill provides remote navigation, form interaction, and data extraction capabilities, enabling web automation without a local GUI.

Can I expose a local development server to a headless cloud browser for testing?

You can expose local development servers to a headless cloud browser using built-in tunneling capabilities, which requires Cloudflare's cloudflared to facilitate the secure connection.

What is the best way to automate web testing in a CI system without a local GUI?

Automating web testing in a GUI-less CI system is achieved through remote browser control, allowing agents to navigate staging servers, perform user actions, and verify functionality.

Does remote browser automation work in headless environments like cloud VMs?

Remote browser automation works in headless environments like cloud VMs by utilizing the browser-use CLI to drive cloud-hosted browser sessions for web interaction and data extraction.

Why do I need cloudflared for remote browser control?

Cloudflared is required for remote browser control to establish tunneling, which securely exposes your local development servers to the cloud-hosted browser instance during testing.

What are the limitations of using sandboxed agents for web navigation?

A limitation of using sandboxed agents for web navigation is the strict dependency on external CLI tools and tunneling configurations, as they lack native local GUI rendering for visual verification.