multiAI Summary Pending

my-browser-agent

A custom browser automation skill using Playwright.

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/my-browser-agent/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1393368499/my-browser-agent/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/my-browser-agent/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How my-browser-agent Compares

Feature / Agentmy-browser-agentStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

A custom browser automation skill using Playwright.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# my-browser-agent

A custom browser automation skill using Playwright.

## Features

- Visit any URL
- Take screenshots
- Get page title
- Click elements (future)

## Usage

Call with:
- `url`: The URL to visit (required)
- `action`: Optional action like "screenshot", "title", "click"

## Example

> Use my-browser-agent to visit https://www.bilibili.com and take a screenshot.