browser-automation

Spin up a Chromium instance with the user's existing authentication state.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/aspectrr/denchclaw-workspace --skill browser-automation-aspectrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-automation
Source: https://github.com/aspectrr/denchclaw-workspace/tree/main/skills/browser
Command: npx skills add https://github.com/aspectrr/denchclaw-workspace --skill browser-automation-aspectrr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browsing automation requires running a browser with the user's login context to perform tasks that need authentication without exposing credentials or manual steps.

Core Features & Use Cases

  • Spin up a dedicated Chromium instance per task to preserve and reuse the user's authentication context.
  • Reuse the user's login state for complex web tasks such as data collection, form submission, and automated testing across sites.
  • Use case: Automatically gather data from sites that require login while maintaining isolation between tasks.

Quick Start

Open a dedicated Chromium window using the user's existing auth state to perform complex web tasks.

Frequently Asked Questions about browser-automation

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

FAQPage Schema
How do I automate browser tasks with my existing authentication state?

Automating browser tasks with authentication state requires spinning up a dedicated Chromium instance that mirrors your login context. This approach preserves your session for automated data collection, form submission, and web testing without exposing credentials.

Can I reuse my login session for automated web testing across multiple sites?

Yes, you can reuse your login session for automated web testing by spinning up a dedicated Chromium instance that preserves your authentication context. This maintains isolation between tasks while allowing complex web tasks across authenticated sites.

How does task isolation work when running automated browser sessions?

Task isolation in automated browser sessions is achieved by spinning up a dedicated Chromium instance per task. This mirrors your login context independently for each task, preventing state collision while maintaining authenticated access for data collection and form submission.

Do I need to expose my credentials to perform automated data collection from login-protected sites?

No, you do not need to expose credentials for automated data collection from login-protected sites. The process uses your existing authentication state to spin up a Chromium instance, bypassing manual login steps while maintaining secure access.

What is the best way to handle automated form submission on sites requiring authentication?

The best way to handle automated form submission on authenticated sites is using a Chromium browser instance with your existing auth state. This mirrors your login context, enabling complex web tasks and automated testing without manual intervention.

Are there limitations when using an internal Chromium environment for web automation?

Using an internal Chromium environment for web automation limits you to tasks compatible with your existing authentication state. It focuses on mirroring login context for data collection and testing, rather than handling fresh credential entry or multi-factor authentication prompts.