Skyvern automates browser-based workflows using LLMs and computer vision. It provides a Playwright-compatible SDK that interacts with websites visually rather than via DOM selectors, making automations resistant to layout changes and capable of operating on never-before-seen websites.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill skyvern-ai-browser-workflow-automation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skyvern Ai Browser Workflow Automation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-skyvern-ai-browser-workflow-automation)More formats (shields.io, HTML) on the badges page.
---
name: "Skyvern AI Browser Workflow Automation with LLMs and Computer Vision"
slug: "skyvern-ai-browser-workflow-automation"
description: "Skyvern automates browser-based workflows using LLMs and computer vision. It provides a Playwright-compatible SDK that interacts with websites visually rather than via DOM selectors, making automations resistant to layout changes and capable of operating on never-before-seen websites."
github_stars: 20997
verification: "security_reviewed"
source: "https://github.com/Skyvern-AI/skyvern"
category: "Browser Automation"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "skyvern-ai/skyvern"
github_stars: 20997
---
# Skyvern AI Browser Workflow Automation with LLMs and Computer Vision
Skyvern automates browser-based workflows using LLMs and computer vision. It provides a Playwright-compatible SDK that interacts with websites visually rather than via DOM selectors, making automations resistant to layout changes and capable of operating on never-before-seen websites.
## Installation
Use the upstream install or setup path that matches your environment:
- pip install skyvern
- git clone https://github.com/skyvern-ai/skyvern.git && cd skyvern
- docker compose up -d
- pip install --upgrade skyvern # 1.0.32+ contains the fix
Requirements and caveats from upstream:
- [Python 3.11.x](https://www.python.org/downloads/), works with 3.12, not ready yet for 3.13
- ### Option B: Docker Compose
- Use this option if you want everything containerized (Postgres, API, UI) and don't want to install Python/Node locally.
Basic usage or getting-started notes:
- ## Skyvern Cloud
- [Skyvern Cloud](https://app.skyvern.com) is a managed cloud version of Skyvern that allows you to run Skyvern without worrying about the infrastructure. It allows you to run multiple Skyvern instances in parallel and...
- If you'd like to try it out, navigate to [app.skyvern.com](https://app.skyvern.com) and create an account.
- Source: https://github.com/Skyvern-AI/skyvern
- Extracted from upstream docs: https://raw.githubusercontent.com/Skyvern-AI/skyvern/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/skyvern-ai-browser-workflow-automation/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!