multiAI Summary Pending
my-browser-agent
A custom browser automation skill using Playwright.
3,556 stars
byopenclaw
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
- Download SKILL.md from GitHub
- Place it in
.claude/skills/my-browser-agent/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How my-browser-agent Compares
| Feature / Agent | my-browser-agent | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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.