- [n8n-nodes-skyvern](#n8n-nodes-skyvern) - [Installation](#installation) - [Operations](#operations) - [Credentials](#credentials) - [Resources](#resources) # n8n-nodes-skyvern This is an n8n community node. It lets you use [Skyvern](https://www.skyvern.com/) in your n8n workflows. [Skyvern](https://www.skyvern.com/) is an [open-source](https://github.com/Skyvern-AI/skyvern) product. It 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. [n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform. [Installation](#installation) [Operations](#operations) [Credentials](#credentials) [Resources](#resources) ## Installation Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation. ## Operations - Task: interact with Skyvern task - Workflow: interact with Skyvern workflow ## Credentials - API Token: Skyvern API token. You can get it from the Skyvern UI - Base URL: The endpoint for your Skyvern service. Default is Skyvern Cloud Service, you can also set it to your self-host Skyvern. ## Resources * [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/) * [Skyvern documentation](https://docs.skyvern.com/introduction) * [n8n integration code](https://github.com/Skyvern-AI/skyvern/tree/main/integrations/n8n)