dev-browser

Automates web browsing tasks including navigation, form submission, extraction, and screenshots via Playwright and ARIA snapshots.

564|70|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/ynulihao/AgentSkillOS --skill dev-browser-ynulihao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-browser
Source: https://github.com/ynulihao/AgentSkillOS/tree/main/data/skill_seeds/dev-browser
Command: npx skills add https://github.com/ynulihao/AgentSkillOS --skill dev-browser-ynulihao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates browser interactions, allowing for tasks like navigating websites, filling forms, taking screenshots, and extracting web data without manual intervention.

Core Features & Use Cases

  • Website Navigation: Go to any URL and interact with page elements.
  • Form Automation: Fill out forms programmatically.
  • Data Scraping: Extract specific information or entire tables from web pages.
  • Testing: Automate workflows for testing web applications.
  • Screenshots: Capture visual representations of web pages.

Quick Start

Use the dev-browser skill to go to https://example.com and print the page title.

Frequently Asked Questions about dev-browser

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

FAQPage Schema
How do I automate web scraping and form filling with Playwright?

Playwright web scraping and form filling automation is achieved by programmatically controlling a browser instance to navigate URLs, extract data, and submit forms without manual intervention. The Skill utilizes Playwright to enable these interactions and capture screenshots.

Can I use browser automation with my existing Chrome session?

Yes, browser automation can integrate with your existing Chrome browser sessions via an extension. This allows you to interact with pages and maintain your current browser state while performing automated tasks like data extraction and form submission.

What is an ARIA snapshot in web testing and how does it help element discovery?

An ARIA snapshot in web testing is a feature that captures the accessibility tree of a web page to facilitate element discovery. It enables programmatic interaction by identifying elements accurately for tasks like form submission and website navigation.

How do I capture screenshots during automated website navigation?

To capture screenshots during automated website navigation, you use the browser automation Skill to programmatically control the page and trigger the screenshot capture feature. This provides visual representations of the web pages as you interact with them.

Do I need a standalone browser instance for web scraping and data extraction?

No, you do not need a standalone browser instance for web scraping and data extraction. The automation supports both standalone browser instances and integration with your existing Chrome browser sessions via an extension.