skillfed

dev-browser

dev-browser equips you with AI-driven tools to construct robust browser automation workflows. Streamline web navigation, data extraction, and interaction tasks with a toolkit designed for reliability and consistency across complex automation scenarios.

dev-browser is an AI-driven browser automation toolkit that equips you with tools to construct robust workflows for web navigation, data extraction, and interaction tasks. The skill streamlines automation scenarios with reliability and consistency, making it ideal for automating website navigation, extracting data from web pages, testing web applications, and maintaining persistent login sessions across runs.

AI-generated summary based on this skill's SKILL.md

841 66 MIT updated by saffron-health

Install

saffron-health/libretto/dev-browser · repository language: TypeScript

CLI (skillfed)coming soon
git clone https://github.com/saffron-health/libretto
cp -r libretto/packages/browser-tools/benchmarks/skills/dev-browser ~/.claude/skills/dev-browser

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is dev-browser used for?

dev-browser is an AI-driven browser automation toolkit that equips you with tools to construct robust workflows for web navigation, data extraction, and interaction tasks. The skill streamlines automation scenarios with reliability and consistency, making it ideal for automating website navigation, extracting data from web pages, testing web applications, and maintaining persistent login sessions across runs.

Can dev-browser automate website navigation and fill forms automatically?

Yes, dev-browser is designed to automate website navigation and form filling. You can use dev-browser to programmatically interact with web pages, click elements, navigate between pages, and automatically fill out web forms as part of your broader automation workflows.

How does dev-browser handle persistent browser state and login automation?

dev-browser supports maintaining persistent login sessions and browser state across runs, allowing you to preserve authentication and session data between automation executions. This capability enables dev-browser to handle login automation efficiently and keep your browser context consistent throughout complex multi-step workflows.

What web scraping and data extraction capabilities does dev-browser provide?

dev-browser enables you to extract and scrape data from web pages as a core feature of its automation toolkit. The skill allows you to programmatically access page content, parse HTML elements, and collect structured data from websites as part of your automated workflows.

Can dev-browser take screenshots of websites and test web applications?

Yes, dev-browser supports taking screenshots of websites and testing web applications programmatically. You can use dev-browser to capture visual snapshots of web pages and execute comprehensive tests on web application functionality, making it suitable for automated website testing and validation scenarios.

What license does dev-browser use?

dev-browser is released under the MIT license, which permits you to use, modify, and distribute the skill freely while including a copy of the license and copyright notice in your distributions.

SKILL.md

rendered from the published skill — quoted content, verbatim

Dev Browser

A CLI for controlling browsers with sandboxed JavaScript scripts.

Installation

npm install -g dev-browser
dev-browser install

Usage

Run dev-browser --help to learn more.

Named daemon-launched browsers persist by default. For unattended work, --idle-timeout 5m closes each launched browser after inactivity while preserving its profile and login state. The setting never closes Chrome attached with --connect; use --idle-timeout 0 to disable configured cleanup.

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
packages/browser-tools/benchmarks/skills/dev-browser/SKILL.md

Related skills

Tags

web-automation form-filling data-scraping session-persistence headless-testing cli-tool sandbox-execution workflow-automation