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.mdsource 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:
: The URL to visit (required)url
: Optional action like "screenshot", "title", "click"action
Example
Use my-browser-agent to visit https://www.bilibili.com and take a screenshot.