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.
Engineering 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
npx claudepluginhub tmdgusya/browsing-with-robot --plugin browsing-with-robotCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.