-
-
+
+
@@ -26,7 +26,7 @@
[Skyvern](https://www.skyvern.com) automates browser-based workflows using LLMs and computer vision. It provides a simple API endpoint to fully automate manual workflows on a large number of websites, replacing brittle or unreliable automation solutions.
-
+
Traditional approaches to browser automations required writing custom scripts for websites, often relying on DOM parsing and XPath-based interactions which would break whenever the website layouts changed.
@@ -57,8 +57,8 @@ Skyvern uses a swarm of agents to comprehend a website, and plan and execute its
6. **Dynamic Auto-complete Agent**: This agent is responsible for filling out dynamic auto-complete forms on a website. It's capable of reading the options presented to it, selecting the appropriate option based on the user's input, and adjusting its inputs based on the feedback from inside the form. Popular examples include: Address forms, university dropdowns, and more.
-
-
+
+
# Demo
@@ -136,7 +136,7 @@ Tasks are the fundamental building block inside Skyvern. Each task is a single r
Tasks require you to specify a `url`, `prompt`, and can optionally include a `data schema` (if you want the output to conform to a specific schema) and `error codes` (if you want Skyvern to stop running in specific situations).
## Livestreaming
@@ -188,7 +188,7 @@ Skyvern currently supports the following password manager integrations:
- [ ] LastPass
-
+
### 2FA
@@ -207,45 +207,45 @@ We love to see how Skyvern is being used in the wild. Here are some examples of
[Book a demo to see it live](https://meetings.hubspot.com/skyvern/demo)
-
+
## Automate the job application process
[💡 See it in action](https://app.skyvern.com/tasks/create/job_application)
-
+
## Automate materials procurement for a manufacturing company
[💡 See it in action](https://app.skyvern.com/tasks/create/finditparts)
-
+
## Navigating to government websites to register accounts or fill out forms
[💡 See it in action](https://app.skyvern.com/tasks/create/california_edd)
-
+
## Filling out random contact us forms
[💡 See it in action](https://app.skyvern.com/tasks/create/contact_us_forms)
-
+
## Retrieving insurance quotes from insurance providers in any language
[💡 See it in action](https://app.skyvern.com/tasks/create/bci_seguros)
-
+
[💡 See it in action](https://app.skyvern.com/tasks/create/geico)
-
+
# Contributor Setup
diff --git a/fern/images/skyvern_2_0_screenshot.png b/fern/images/skyvern_2_0_screenshot.png
new file mode 100644
index 00000000..777367dc
Binary files /dev/null and b/fern/images/skyvern_2_0_screenshot.png differ
diff --git a/fern/images/skyvern_2_0_system_diagram.png b/fern/images/skyvern_2_0_system_diagram.png
new file mode 100644
index 00000000..217136e3
Binary files /dev/null and b/fern/images/skyvern_2_0_system_diagram.png differ