Skills my-browser-agent

my-browser-agent

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/1393368499/my-browser-agent" ~/.claude/skills/clawdbot-skills-my-browser-agent && rm -rf "$T"
manifest: skills/1393368499/my-browser-agent/SKILL.md
source content

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.