dev-browser

Automate browser interactions with persistent page state across sessions.

2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/BOHUYESHAN-APB/openagent-labforge-bio --skill dev-browser-bohuyeshan-apb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dev-browser
Source: https://github.com/BOHUYESHAN-APB/openagent-labforge-bio/tree/main/src/skills/dev-browser
Command: npx skills add https://github.com/BOHUYESHAN-APB/openagent-labforge-bio --skill dev-browser-bohuyeshan-apb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Browsers are frequently used to perform multi-step tasks that require preserving state across actions, leading to repetitive setup and flaky automation. This skill provides persistent browser automation to execute chained interactions reliably.

Core Features & Use Cases

  • Persistent page state: maintain context across script executions for seamless workflows.
  • Multi-page automation: navigate, click, fill, take screenshots, and extract data across pages.
  • Use Case: automate sign-in flows and data collection from a sequence of web pages with minimal reconfiguration.

Quick Start

Open a page, perform a chosen action (click/fill/navigate), and capture a result in a single, repeatable step.

Frequently Asked Questions about dev-browser

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

FAQPage Schema
How do I maintain persistent page state for web scraping across multiple sessions?▼

To maintain persistent page state for web scraping, this skill enforces a deterministic script workflow that preserves browser context across chained interactions, enabling seamless multi-page automation without repetitive setup.

What is the best way to automate multi-step browser tasks like form filling and navigation?▼

The best way to automate multi-step browser tasks is using a persistent browser automation skill that executes chained interactions like form filling, navigation, and data extraction across multiple pages with explicit client API usage.

Can I use deterministic scripts for web app testing across multiple pages?▼

Yes, you can use deterministic scripts for web app testing across multiple pages. The skill applies a deterministic script workflow to reliably execute actions like clicking, filling, and taking screenshots.

How do I extract data and take screenshots from a sequence of web pages?▼

You extract data and take screenshots from a sequence of web pages by applying this skill's persistent browser automation, which reliably captures results and extracts data during multi-page navigation in a single repeatable step.

Why does my browser automation break when trying to automate sign-in flows sequentially?▼

Browser automation breaks during sequential sign-in flows because state is lost between actions. This skill solves flaky automation by maintaining persistent page state across script executions for reliable, repeatable web tasks.

Do I need specific dependencies to start automating web tasks with persistent state?▼

No specific dependencies are required to start automating web tasks with persistent state. The skill operates independently with scripts and references to manage page state and explicit client API usage.