Browser Automation
Navigate the web, discover content, and interact with pages using a headless browser.
$ インストール
git clone https://github.com/admin-baked/bakedbot-for-brands /tmp/bakedbot-for-brands && cp -r /tmp/bakedbot-for-brands/src/skills/core/browser ~/.claude/skills/bakedbot-for-brands// tip: Run this command in your terminal to install the skill
SKILL.md
name: Browser Automation description: Navigate the web, discover content, and interact with pages using a headless browser.
Browser Skill
Capabilities
- Navigate: Go to a URL and wait for it to load.
- Discover: Extract text content or data from the page.
- Screenshot: Capture visual proof of the page state.
- Interact: Click buttons, type text, and evaluate scripts.
Usage
- Use
browser.navigatefor simple "Go here and read this" tasks. - Use
browser.performfor complex multi-step workflows (e.g. Login -> Click -> Discover).
Constraints
- headless mode is always on.
- No audio/video playback.
- Heavy sites may timeout; usage of
waitsteps is encouraged.
Repository

admin-baked
Author
admin-baked/bakedbot-for-brands/src/skills/core/browser
1
Stars
0
Forks
Updated4d ago
Added1w ago