Complete AI TrainingYourJobSkills for your job

Skills / browser-automation

skyvern-browser-automation

AI-powered browser automation — navigate sites, fill forms, extract structured data, log in with stored credentials, and build reusable workflows.

AI & Automationai-agentsbrowser-automationform-fillingmcpweb-scrapingworkflow-automation

Skyvern Browser Automation -- CLI Judgment Procedure

Skyvern uses AI to navigate and interact with websites. Every command below is a runnable skyvern <command> invocation.

When to Use This Skill

  • Use when you need AI-assisted browser automation for navigation, extraction, form filling, login flows, or reusable website workflows.
  • Use when deterministic selectors are unavailable and Skyvern's visual/a11y reasoning can identify page controls.
  • Use when a one-off browser task should become a repeatable workflow with run history and verification.

Step 1: Classify Your Task (ALWAYS do this first)

ClassificationSignalCLI CommandCostWhat Happens
Quick check (yes/no)"is the user logged in?"skyvern browser validate1 LLM + screenshotsLightweight validation (2 steps max), returns boolean. Cheapest AI option.
Quick inspection"what does the page show?"skyvern browser extract1 LLM + screenshotsDedicated extraction LLM + schema validation + caching.
Single action (known target)"click #submit"skyvern browser click/type0 LLMDeterministic Playwright. No AI. Fastest.
Single action (unknown target)"click the submit button"skyvern browser act2-3 LLM, no screenshotsNo screenshots in reasoning. Economy a11y tree. For visual targets, use hybrid mode (selector + intent).
S

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

SourceSkyvern-AI/skyvern
LicenseAGPL-3.0
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-04-23

Related skills

browser-act

Use BrowserAct for authenticated browser automation, JS-rendered extraction, screenshots, parallel sessions, verification handling, and human handoff.

browser-harness

Drive an existing browser through CDP for authenticated, visual, or interactive web automation.