
Yordyi Agentbrowser
- Updated May 13, 2026
- yordyi/AgentBrowser
yordyi-agentbrowser is a Claude Code plugin that automates headless browser tasks—extraction, forms, interactions, and screenshots—for AI agents.
About
yordyi-agentbrowser is a Claude Code plugin that adds headless browser automation so your coding agent can drive real web pages instead of guessing from static HTML. developers shipping SaaS, internal tools, or agent products use it when they need scraping, authenticated flows, form submission, or visual proof during integration work. The bundle ships one plugin focused on extraction, interactions, filling, screenshots, and testing keywords from the upstream repo. You still own selectors, rate limits, and compliance; the plugin is the bridge between your agent session and a headless browser runtime. Compared to a generic Playwright script skill, this is packaged for Claude Code plugin install and agent invocation patterns rather than a standalone CLI you maintain separately.
- Headless browser automation tailored for AI agent workflows
- Page extraction and structured data capture from live sites
- Form filling and scripted web interactions
- Screenshot capture for debugging and visual regression hints
- Supports agent-driven testing and validation against real UIs
Yordyi Agentbrowser by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install yordyi-agentbrowser@yordyi/AgentBrowserAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | May 13, 2026 |
|---|---|
| Repository | yordyi/AgentBrowser ↗ |
What it does
Give Claude Code headless browser control for scraping, form fills, screenshots, and UI checks without manual clicking.
Who is it for?
Best when you're adding agent-driven browser tests, lightweight scraping, or form automation while integrating third-party web apps.
Skip if: Skip if you only need REST APIs, static site builds, or enterprise-scale crawl farms with dedicated infra and legal review.
What you get
After install, Claude can run browser-backed flows for scraping, UI checks, and scripted interactions from the coding session.
- Headless browser tool surface wired into Claude Code
- Agent-callable flows for extraction, interaction, and screenshots
- Faster integration verification without manual browser tabs
By the numbers
- Repository bundles 1 plugin in the AgentBrowser package
- Catalog slug: yordyi-agentbrowser sourced from yordyi/AgentBrowser
Recommended Plugins
How it compares
Claude Code browser automation plugin, not a standalone MCP server catalog entry or a design-only frontend skill.
FAQ
Who is Yordyi Agentbrowser for?
Developers using Claude Code who need headless browser actions—scraping, forms, screenshots—inside agent workflows.
When should I use Yordyi Agentbrowser?
Use it during Build integrations when you must interact with real pages, validate UI behavior, or extract data the API does not expose.
How do I add Yordyi Agentbrowser to my agent?
Register the yordyi/AgentBrowser marketplace plugin in Claude Code, enable the bundle, and invoke its browser tools from your project session per the repo README.