my-browser-agent
v1.0.0使用 Playwright 自动浏览网页,支持访问 URL、截图、获取页面标题及元素交互(点击功能即将上线)
Installation
Please help me install the skill `my-browser-agent` from SkillHub official store.
npx skills add 1393368499/my-browser-agent
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.