browserforce

Control a live Chrome session via CLI relay and Playwright commands.

7|2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/ivalsaraj/browserforce --skill browserforce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browserforce
Source: https://github.com/ivalsaraj/browserforce/tree/main/skills/browserforce
Command: npx skills add https://github.com/ivalsaraj/browserforce --skill browserforce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browser automation in real user environments is risky and unreliable if synthetic environments are used; this Skill enables automated tasks by controlling the user's actual Chrome session with existing cookies and extensions, avoiding password re-entry and headless limitations.

Core Features & Use Cases

  • Control a live Chrome session through a CLI relay and Playwright API
  • Run autonomous or manual modes, observe, act, and observe results
  • List tabs, capture accessibility snapshots, and take screenshots for verification

Quick Start

Install the BrowserForce CLI and connect the Chrome extension, ensure the relay is connected, and run a one-shot command to begin automating your current browser session.

Frequently Asked Questions about browserforce

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

FAQPage Schema
How do I automate my real Chrome browser without losing existing cookies?

To automate web tasks in your real Chrome browser without losing cookies, this Skill controls your active session via the BrowserForce CLI and Playwright API. It leverages your existing browser state to eliminate re-entry.

Can I use Playwright to run one-shot commands against active tabs?

Yes, you can run one-shot Playwright commands against active tabs. The Skill connects through a relay and Chrome extension to execute actions on your current browser session.

Does web automation with a real Chrome session require a headless environment?

No, web automation with a real Chrome session does not require a headless environment. This Skill operates on your actual browser, avoiding synthetic environments.

What do I need to set up before taking web automation screenshots with this approach?

Before taking web automation screenshots, you must install the BrowserForce CLI, connect the Chrome extension, and ensure the relay is connected to your active browser.

How does browser automation verify page navigation in autonomous mode?

Browser automation verifies page navigation in autonomous mode by capturing accessibility snapshots and taking screenshots of the active tab. This allows you to observe, act, and verify results.