Browser automation plugin for Claude Code using the robot CLI
npx claudepluginhub tmdgusya/browsing-with-robotBrowser automation for web browsing, scraping, form filling, screenshots, and UI interaction using the robot CLI
A Claude Code plugin that gives Claude browser automation superpowers — web browsing, scraping, form filling, screenshots, and UI interaction.
You need the robot CLI installed and available on your PATH:
go install github.com/tmdgusya/robot@latest
In Claude Code, run these commands:
/plugin marketplace add tmdgusya/browsing-with-robot
/plugin install browsing-with-robot@browsing-with-robot-marketplace
Once installed, just ask Claude Code to do browser tasks in natural language:
Claude will automatically use the skill when your request involves web browsing or interaction.
| Capability | Example |
|---|---|
| Browse pages | Navigate to any URL and extract text |
| Take screenshots | Capture full-page PNGs for visual inspection |
| Click elements | Click buttons, links, and other elements via CSS selectors |
| Fill forms | Type into input fields and submit forms |
| Scrape content | Extract visible page text (token-efficient) |
The skill uses the robot CLI under the hood:
robot start # start headless browser
robot start --headless=false # start visible browser
robot navigate <url> # go to a page
robot text # extract visible text
robot screenshot # capture screenshot
robot click <selector> # click an element
robot type <selector> <text> # type into a field
robot status # check browser state
robot stop # clean up browser
MIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.