By tmdgusya
Browser automation for web browsing, scraping, form filling, screenshots, and UI interaction using the robot CLI
Automates browser interactions for web browsing, scraping, form filling, screenshots, and UI interaction. Use when the user needs to visit a webpage, check a live site, scrape content, fill forms, take screenshots, or interact with a web UI.
Scrape posts from Threads (threads.com) profiles. Handles login, infinite scroll, and post extraction. Use when the user wants to fetch posts from a Threads profile.
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tmdgusya/browsing-with-robot --plugin browsing-with-robotEngineering discipline skills: optimization rules, systematic debugging, AI slop cleanup, and implementation guardrails
영어 프롬프트 학습 도우미 - 어휘력 확장 및 자연스러운 표현 학습
클럽의 샌드위치 가게 - Subway 주문 시스템
Generate minimal, effective AGENTS.md files using the Differential Context principle. Based on research showing verbose context files reduce agent performance.
Implementation agents with planning, building, and loop control workflows using IMPLEMENTATION_PLAN.md with continuous task execution, verification, git workflow, and iteration limits
AI-powered browser automation -- lets Claude control real web browsers to navigate, click, type, extract content, and automate workflows
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows.
Turn your coding agent into a SOTA browser agent. Drives a local Playwright workspace via one bash command at a time, saving screenshots and an action log into final_runs/run_<id>/, and visually self-verifies the result.
Claude Code plugin for browser automation
Browser automation skill for Claude Code using Stagehand. Automate web interactions, extract data, and navigate websites using natural language.
Anti-detect browser automation skill using Patchright (undetected Playwright fork)