browser-use

Automate browser interactions in an existing Chrome session via plugins or mcporter.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/Khang5687/agent-scripts --skill browser-use-khang5687
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: browser-use
Source: https://github.com/Khang5687/agent-scripts/tree/main/skills/browser-use
Command: npx skills add https://github.com/Khang5687/agent-scripts --skill browser-use-khang5687

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires codex-plugin, claude-code-plugin, mcporter, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines browser automation tasks directly within the existing Chrome session, eliminating the need for isolated profiles and reducing login prompts.

Core Features & Use Cases

  • Chrome Plugin Integration: Utilizes the Codex or Claude Code Chrome plugins for direct browser control.
  • mcporter Fallback: Provides a mcporter-based route for browser automation when plugins are not available.
  • Use Case: When you need to interact with a website that requires login, this Skill can be used to navigate, click, type, and execute JavaScript within the existing Chrome profile.

Quick Start

Use the browser-use skill to navigate to 'https://example.com'.

Frequently Asked Questions about browser-use

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

FAQPage Schema
How do I automate web interaction tasks in an existing Chrome session?โ–ผ

You can automate web interaction in an existing Chrome session by using a Skill that leverages Codex or Claude Code plugins to handle login, navigation, and element interaction without isolated profiles.

Do I need specific plugins to control Chrome browser automation?โ–ผ

Yes, Chrome browser automation requires either the Codex or Claude Code Chrome plugins for direct control, or a mcporter-based fallback route if those plugins are not available in your environment.

Can I execute JavaScript on web pages using my current Chrome profile?โ–ผ

Yes, you can execute JavaScript directly within your current Chrome profile by utilizing the Codex or Claude Code plugins, or through the mcporter route, to automate complex page interactions.

What is the best way to automate website login without repeated authentication prompts?โ–ผ

The best way to automate website login without repeated prompts is to run automation tasks directly within your existing active Chrome session, bypassing the need for isolated profiles.

Does browser automation work when Chrome plugins are not available?โ–ผ

Browser automation can still work without Chrome plugins by using the provided mcporter fallback route, which handles navigation and element interaction within the existing Chrome profile.

Why use an existing Chrome session for web interaction instead of a new profile?โ–ผ

Using an existing Chrome session for web interaction eliminates the need for isolated profiles, reducing login prompts and streamlining the automation of tasks on authenticated websites.