dev-browser

Automate browser navigation, form submission, data scraping, and screenshots with persistent session state.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates web browser interactions and tasks with the ability to maintain state between runs. It solves the need for consistent and efficient browser automation, saving time and reducing human error in web-related workflows.

Core Features & Use Cases

  • Persistent Page State: Maintain state between script executions for repeated web automation tasks.
  • Browser Interaction: Navigate sites, fill forms, take screenshots, and more without manual input.
  • Use Case: If you frequently need to test a web application's behavior or collect data from a set of web pages, this skill allows you to script your tasks once and execute them many times, with all necessary states preserved.

Quick Start

Use the dev-browser skill to navigate to "https://example.com".

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 session state across multiple web automation runs?

To maintain browser session state across multiple web automation runs, this Skill preserves the current session between script executions. This enables consistent task automation without requiring manual logins or state setup for repeated workflows.

How do I automate form submission and data scraping without manual browser setup?

You can automate form submission and data scraping by scripting browser actions once and executing them repeatedly. The Skill handles navigation, form filling, and data extraction automatically without manual input.

Does this browser automation Skill use Playwright for web interaction?

Yes, this browser automation Skill uses Playwright to handle web interaction and task execution. Playwright drives the browser actions, enabling navigation, screenshots, and form submission within the automated workflow.

What is the best way to automate web testing and extract data from web pages?

The best way to automate web testing and extract data is using a persistent state browser automation tool. It scripts navigation and scraping tasks once, executing them repeatedly across sessions with all necessary states preserved.

Can I take screenshots during automated web browsing tasks?

Yes, you can take screenshots during automated web browsing tasks. The Skill supports taking screenshots alongside other browser interactions like navigation and form submission without requiring manual input.