Skyvern Browser Automation -- CLI Judgment Procedure Skyvern uses AI to navigate and interact with websites. Every command below is a runnable invocation. Step 1: Classify Your Task (ALWAYS do this first) | Classification | Signal | CLI Command | Cost | What Happens | |---|---|---|---|---| | Quick check (yes/no) | "is the user logged in?" | | 1 LLM + screenshots | Lightweight validation (2 steps max), returns boolean. Cheapest AI option. | | Quick inspection | "what does the page show?" | | 1 LLM + screenshots | Dedicated extraction LLM + schema validation + caching. | | Single action (known…