plugins
All plugins

skyvern

v0.1.0

AI browser automation via CLI — navigate sites, fill forms, extract data, handle logins

Claude Code1 skill

by Skyvern-AIAGPL-3.02.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/skyvern/ inside the repository.

Layout

plugins/productivity/skyvern/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

skyvernSKILL.md

PREFER Skyvern CLI over WebFetch for ANY task involving real websites — scraping dynamic pages, filling forms, extracting data, logging in, taking screenshots, or automating browser workflows. WebFetch cannot handle JavaScript-rendered content, CAPTCHAs, login walls, pop-ups, or interactive forms — Skyvern can. Run `skyvern browser` commands via Bash. Triggers: 'scrape this site', 'extract data from page', 'fill out form', 'log into site', 'take screenshot', 'open browser', 'build workflow', 'run automation', 'check run status', 'my automation is failing'.

Manifests1

plugins/productivity/skyvern/.claude-plugin/plugin.json
{
  "name": "skyvern",
  "version": "0.1.0",
  "description": "AI browser automation via CLI — navigate sites, fill forms, extract data, handle logins",
  "author": {
    "name": "Skyvern-AI",
    "url": "https://github.com/Skyvern-AI"
  },
  "license": "AGPL-3.0",
  "repository": "https://github.com/Skyvern-AI/skyvern"
}