browser-automation

Launch a Chromium browser with the user's authenticated profile for web automation.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/putrawitama/DenchClaw --skill browser-automation-putrawitama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-automation
Source: https://github.com/putrawitama/DenchClaw/tree/main/skills/browser
Command: npx skills add https://github.com/putrawitama/DenchClaw --skill browser-automation-putrawitama

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an automated Chromium-based browser that reuses the user's authentication state to perform complex web tasks, reducing setup time and keeping sessions consistent.

Core Features & Use Cases

  • Spin up a Chromium browser using the user's active profile to preserve login state for web automation.
  • Execute deterministic browser interactions for tasks such as login flows, form submissions, data extraction, and multi-step navigation.
  • Use Case: Automate a sequence like logging into a site, navigating to a page, and extracting specific data while keeping the user session intact.

Quick Start

Launch a Chromium browser with the user's current authentication state to begin the requested web automation task.

Frequently Asked Questions about browser-automation

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

FAQPage Schema
How do I automate web tasks while keeping my active login session intact?

Web automation with an active login state is achieved by launching a Chromium instance that loads your authenticated user profile. This preserves your current auth state for complex interactions like form submissions and multi-step navigations.

What is deterministic browser execution for multi-step web navigation?

Deterministic browser execution runs multi-step web navigation in a controlled, sandboxed session to ensure tasks like data extraction and login flows execute consistently. It isolates the automation from your main user environment for safe handling.

Can I use my existing authentication state for Chromium web automation?

Yes, you can use your existing authentication state for Chromium web automation. The Skill spins up a browser using your active profile, eliminating setup time and keeping sessions consistent across different sites.

Does browser automation require manual login setup for each session?

No, browser automation does not require manual login setup for each session. It directly applies the user's authenticated profile to launch the Chromium browser, satisfying requirements for deterministic task execution without repeated authentication.

What is the best way to extract data from websites requiring login?

The best way to extract data from login-protected websites is using an automated Chromium browser with your preserved user state. It executes deterministic interactions for data collection while safely handling user data through controlled profiles.

Are there limitations when isolating browser automation from the user environment?

Isolating browser automation from the user environment limits interference but requires a sandboxed session to maintain safety. It ensures deterministic task execution but may not reflect real-time manual changes happening in your active browser.