browser-use-terminal

Automate browser tasks via Python scripts and direct CDP control of Chrome.

615|36|Updated May 6, 2026
One-click install
npx skills add https://github.com/browser-use/terminal --skill browser-use-terminal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-use-terminal
Source: https://github.com/browser-use/terminal/tree/main
Command: npx skills add https://github.com/browser-use/terminal --skill browser-use-terminal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill enables users to automate complex browser tasks and interact with web pages through a terminal interface, significantly enhancing productivity and efficiency.

Core Features & Use Cases

  • Browser Automation: Run Python scripts against a real browser to navigate, click, type, screenshot, and extract information.
  • Real Chrome Integration: Works with the user's logged-in Chrome for tasks requiring account state.
  • Headless and Cloud Support: Supports headless Chromium and Browser Use cloud for clean or remote runs.
  • Task Control: Watch, steer, stop, retry, and resume tasks.
  • History and Artifacts: Keeps local history, screenshots, artifacts, and follow-ups.
  • Use Case: Automate the process of finding the cancellation policy for a hotel reservation by executing a Python script that navigates to the reservation page and extracts relevant information.

Quick Start

Use the browser-use-terminal skill to open a new tab in Chrome and navigate to 'https://example.com'.

Frequently Asked Questions about browser-use-terminal

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

FAQPage Schema
How do I control my browser using Python scripts from a terminal?

You can control your browser from a terminal by running Python scripts that leverage direct CDP control over Chrome, enabling navigation, clicking, typing, and web scraping automation.

Can I automate web scraping with my existing logged-in Chrome session?

Yes, browser automation supports real Chrome integration, allowing your Python scripts to interact with web pages using your existing logged-in account state for authenticated web scraping tasks.

What is the best way to manage and resume long-running browser automation tasks?

The best way to manage long-running browser automation is using a terminal interface that provides task control to watch, steer, stop, retry, and resume tasks while keeping local history and artifacts.

Do I need Python to run terminal-based browser automation scripts?

Yes, you need Python installed along with the browser-use-terminal package to execute terminal commands and run scripts for web scraping and direct CDP control over Chrome.

Does this browser automation tool support headless Chromium for remote cloud runs?

Yes, the browser automation tool supports headless Chromium and Browser Use cloud, enabling clean script execution and remote runs without requiring a local graphical interface.