browser-automation

Automate browser navigation and interaction sequences with visual evidence collection.

1|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/softwaresalt/csv-managed --skill browser-automation-softwaresalt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: browser-automation
Source: https://github.com/softwaresalt/csv-managed/tree/main/.github/skills/browser-automation
Command: npx skills add https://github.com/softwaresalt/csv-managed --skill browser-automation-softwaresalt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need for repetitive, manual browser operation when you must navigate pages, handle authentication, and verify visual outcomes step-by-step with evidence.

Core Features & Use Cases

  • Navigate → snapshot → interact → re-snapshot workflows with deterministic phase logging and captured artifacts for review.
  • Authentication handling via session state import, explicit credential login using environment variables, or token injection with verification snapshots.
  • Human checkpoint support for OAuth/SSO/payment-style external redirects where full automation is unsafe or impossible.

Quick Start

Invoke browser-automation with the target URL, choose mode verify to capture a visual snapshot of the landing page, and use auth login or state when an authenticated view is required.

Frequently Asked Questions about browser-automation

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

FAQPage Schema
How do I automate form filling and capture screenshots for verification?▼

Automate form filling and capture screenshots by executing navigate, interact, and re-snapshot workflows. This approach logs deterministic phases and captures visual artifacts to verify the interaction outcomes step-by-step.

Can I use browser automation for authenticated browsing without manual login?▼

Authenticated browsing is achievable by importing session state, injecting tokens, or using explicit environment variable credentials. Each method includes verification snapshots to confirm the authenticated session is active.

How do browser automation flows handle OAuth and SSO redirects?▼

Browser automation flows handle OAuth and SSO redirects by triggering human-in-the-loop checkpoints. The automation blocks execution during external redirects where full autonomous login is unsafe or impossible.

Do I need agent-browser availability to run visual verification workflows?▼

Yes, agent-browser availability is required to run visual verification workflows. The automation performs reachability checks before navigating URLs to ensure the environment is ready for structured phase execution.

What is the best way to verify visual outcomes of multi-step browser interactions?▼

The best way to verify visual outcomes is using structured phase execution with snapshot logging. This method captures visual evidence after each navigation and interaction step for deterministic review.

Why does my browser automation workflow block during payment flows?▼

Your browser automation workflow blocks during payment flows because external redirects require human-in-the-loop checkpoints. This safety mechanism prevents unsafe autonomous execution on OAuth, SSO, or payment pages.