---
title: "Extract data and complete workflows in your real logged-in browser"
description: "Use bb-browser when an agent needs to inspect pages, pull data, or complete form-driven tasks inside the user's actual logged-in Chrome session. It is for browser work where normal HTTP fetches fail because the important context lives behind auth, cookies, or internal web apps."
verification: "security_reviewed"
source: "https://github.com/epiral/bb-browser/tree/main/skills/bb-browser"
author: "epiral"
publisher_type: "Organization"
category:
  - "Browser Automation"
framework:
  - "Multi-Framework"
---

# Extract data and complete workflows in your real logged-in browser

Use bb-browser when an agent needs to inspect pages, pull data, or complete form-driven tasks inside the user's actual logged-in Chrome session. It is for browser work where normal HTTP fetches fail because the important context lives behind auth, cookies, or internal web apps.

## Prerequisites

bb-browser, Chrome/Chromium

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install bb-browser from the official repository, then use the documented bb-browser CLI commands such as open, snapshot, click, and fill against a logged-in browser session.
```

## Documentation

- https://github.com/epiral/bb-browser

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/extract-data-and-complete-workflows-in-your-real-logged-in-browser/)
