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.

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.

Installation

Method 1, Agent Skill Exchange

Method 2, Git clone

git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/extract-data-and-complete-workflows-in-your-real-logged-in-browser

Method 3, Download ZIP

  • Download the repository ZIP and extract skills/extract-data-and-complete-workflows-in-your-real-logged-in-browser.

Method 4, Manual copy

  • Copy this skill folder into your local skills directory, then reload your agent tooling.

Method 5, Fork and sync

  • Fork the repository if you want to maintain local edits while syncing upstream changes.

Source