Back to the catalog

skyvern-browser-automation

Skyvern browser automation skills for web scraping and interaction via remote MCP.

Open source Open in the app JSON README (API)

About

Skyvern browser automation skills for web scraping and interaction via remote MCP.

Details

Kind
Plugins
Topic
Web search, scraping & browser
Publisher
mark1ian
Origin
marketplace
Category
ferramentas
Last push
2026-03-26T10:50:52Z
Repository state
ativo
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
mark1ian/skyvern-skills/skyvern-browser-automation

README

# Skyvern Skills Package

Canonical distribution source for Skyvern skills and Claude Code plugin installation.

This repository packages Skyvern browser automation for agent workflows and provides a single public source that can be used across Claude Code and cross-agent skills tooling.

## What's Included

- `.claude-plugin/marketplace.json` — Claude Code marketplace definition
- `plugins/skyvern-browser-automation/.claude-plugin/plugin.json` — plugin package metadata
- `plugins/skyvern-browser-automation/skills/skyvern-browser-automation/SKILL.md` — browser automation skill
- `plugins/skyvern-browser-automation/.mcp.json` — MCP server configuration

This repository serves as both a Claude Code plugin marketplace source and a skills package source for cross-agent installation flows.

## Requirements

- [Claude Code](https://claude.ai/claude-code) CLI
- A Skyvern account and API key ([skyvern.com](https://www.skyvern.com))

## Install in Claude Code

Add this repository as a marketplace source:

```bash
/plugin marketplace add mark1ian/skyvern-skills
```

Then install the plugin:

```bash
/plugin install skyvern-browser-automation
```

## Install via npx skills (cross-agent)

Works with Claude Code, Cursor, Codex, and 37+ other agents:

```bash
npx skills add mark1ian/skyvern-skills
```

## Repository Layout

```
skyvern-skills/
├── .claude-plugin/marketplace.json
└── plugins/
    └── skyvern-browser-automation/
        ├── .claude-plugin/plugin.json
        ├── .mcp.json
        └── skills/
            └── skyvern-browser-automation/
                └── SKILL.md
```

More