What problem does it solve?
This Skill eliminates the frustration of repeated browser window creation, lost login sessions, and broken state in browser automation workflows by providing a way to keep a single browser instance running across multiple script executions.
Core Features & Use Cases
- Persistent Background Browser: Runs a single browser process that stays alive even after individual automation scripts finish, surviving shell exits and script failures.
- Automatic Session Persistence: Saves browser session data (cookies, local storage) to disk automatically, so you stay logged into websites across separate script runs.
- Simple HTTP API: Exposes easy-to-use endpoints for navigating to URLs, clicking elements, and filling form fields that work with any programming language or command-line tool.
- Use Case: Perfect for long-running automation tasks like managing social media accounts, scraping large volumes of web content, or completing multi-step form submissions that require maintaining a logged-in state over time.
Quick Start
Use this skill to automate a series of browser actions on a target website while preserving your login session and avoiding the overhead of launching a new browser window for each individual task.