dev-browser

Automates browser interactions while maintaining page state across script executions.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/vimalinx/VimaOS --skill dev-browser-vimalinx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-browser
Source: https://github.com/vimalinx/VimaOS/tree/main/oh-my-opencode/src/features/builtin-skills/dev-browser
Command: npx skills add https://github.com/vimalinx/VimaOS --skill dev-browser-vimalinx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation with persistent page state across script executions. It enables you to automate multi-step web workflows by maintaining context across sessions for navigation, form filling, screenshots, data scraping, and testing.

Core Features & Use Cases

  • Stateful named pages: maintain multiple page contexts across scripts
  • Small, focused scripts: perform one action at a time (navigate, click, fill, check)
  • Modes: standalone and extension mode to use existing browser sessions for authenticated workflows

Quick Start

Start a standalone browser automation session and begin scripting one action at a time to build an end-to-end task.

Frequently Asked Questions about dev-browser

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

FAQPage Schema
How do I maintain browser page state across multiple script executions for web automation?

Stateful named pages preserve multiple browser page contexts across script executions, enabling you to continue multi-step web workflows like navigation and form filling seamlessly across sessions.

Can I connect browser automation scripts to an existing browser session for authenticated workflows?

Yes, extension mode connects automation scripts to an existing browser session, allowing you to interact with already authenticated pages and execute workflows without re-login.

How do I automate taking screenshots and scraping data from web pages step by step?

You automate screenshots and data scraping by running small, focused scripts that perform one action at a time, such as navigating to URLs, clicking elements, or capturing page states.

Does this browser automation tool support ARIA snapshots for web app testing?

Yes, the tool provides APIs for page management and captures ARIA snapshots, which streamline web app testing by allowing scripts to interact with accessibility structures.

What is the best way to structure scripts for recurring browser tasks and form filling?

The best way to structure scripts for recurring browser tasks is to build them incrementally, performing one action at a time to construct an end-to-end workflow.