$npx skillfedfor your agent

agent-browser

agent-browser enables Claude Code to interact with web pages programmatically, handling clicks, form submissions, and navigation tasks. This skill bridges AI agents and browser automation, letting you build workflows that manipulate web content dynamically. Perfect for testing, data collection, and repetitive web tasks.

agent-browser enables Claude Code to interact with web pages programmatically, handling clicks, form submissions, and navigation tasks. This skill bridges AI agents and browser automation, letting you build workflows that manipulate web content dynamically. Perfect for testing, data collection, and repetitive web tasks. The tool automates browser interactions like clicking, filling forms, and navigating websites with a weight priority of 0.95, making it the primary use case for the skill.

AI-generated summary based on this skill's SKILL.md

757 83 Apache-2.0updated by ReflexioAI

Decision gist · record as of 2026-07-27

agent-browser enables Claude Code to interact with web pages programmatically, handling clicks, form submissions, and navigation tasks. This skill bridges AI agents and browser automation, letting you build workflows that manipulate web content dynamically. Perfect for testing, data collection, and repetitive web tasks. The tool automates browser interactions like clicking, filling forms, and navigating websites with a weight priority of 0.95, making it the primary use case for the skill.

manual: git clone https://github.com/ReflexioAI/claude-smart → cp -r claude-smart/.agents/skills/agent-browser ~/.claude/skills/agent-browser
.agents/skills/agent-browser/SKILL.md · version 029ab11c

Use it when

  • Yes, agent-browser is specifically designed to click buttons and fill forms programmatically.
  • agent-browser supports extracting data and taking screenshots from web pages as a high-priority feature (weight 0.85).

Verify before relying

Read SKILL.md below before installing (11 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

ReflexioAI/claude-smart/agent-browser · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is agent-browser and how does it enable browser automation for AI agents?

agent-browser enables Claude Code to interact with web pages programmatically, handling clicks, form submissions, and navigation tasks. This skill bridges AI agents and browser automation, letting you build workflows that manipulate web content dynamically. Perfect for testing, data collection, and repetitive web tasks. The tool automates browser interactions like clicking, filling forms, and navigating websites with a weight priority of 0.95, making it the primary use case for the skill.

Can agent-browser click buttons and fill forms programmatically?

Yes, agent-browser is specifically designed to click buttons and fill forms programmatically. It provides the core automation capability to interact with web page elements, enabling you to automate repetitive web tasks without manual intervention. This functionality is central to the skill's purpose of automating browser interactions.

How do I extract data and take screenshots from web pages using agent-browser?

agent-browser supports extracting data and taking screenshots from web pages as a high-priority feature (weight 0.85). You can capture visual snapshots of websites and pull structured data from page content, making it ideal for web scraping, visual regression testing, and documentation purposes. This capability complements the automation features for comprehensive web interaction workflows.

Does agent-browser support testing web applications and verifying page state changes?

Yes, agent-browser enables testing web applications and verifying page state changes (weight 0.75). You can automate web app testing through CLI workflows, validate that page elements respond correctly to interactions, and ensure your web applications behave as expected. This makes it suitable for automated web testing and quality assurance processes.

Can agent-browser handle authentication and maintain browser sessions across tasks?

agent-browser supports handling authentication and maintaining browser sessions across tasks (weight 0.65). This allows you to automate login workflows, persist session state between multiple interactions, and manage authenticated workflows programmatically. Browser session management ensures continuity across complex multi-step automation scenarios.

Does agent-browser support mobile device emulation and responsive layout testing?

agent-browser includes mobile device emulation capabilities (weight 0.5) that enable you to test responsive layouts and verify how web applications behave on different device types. This feature allows you to validate mobile responsiveness and test web apps across various screen sizes and device configurations programmatically.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Browser Automation with agent-browser

The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser, brew install agent-browser, or cargo install agent-browser. Run agent-browser install to download Chrome.

Core Workflow

Every browser automation follows this pattern:

  1. Navigate: agent-browser open <url>
  2. Snapshot: agent-browser snapshot -i (get element refs like @e1, @e2)
  3. Interact: Use refs to click, fill, select
  4. Re-snapshot: After navigation or DOM changes, get fresh refs

```bash agent-browser open

(truncated - see the full file via the links below)

File tree — 11 files
.agents/skills/agent-browser/SKILL.md
.agents/skills/agent-browser/references/authentication.md
.agents/skills/agent-browser/references/commands.md
.agents/skills/agent-browser/references/profiling.md
.agents/skills/agent-browser/references/proxy-support.md
.agents/skills/agent-browser/references/session-management.md
.agents/skills/agent-browser/references/snapshot-refs.md
.agents/skills/agent-browser/references/video-recording.md
.agents/skills/agent-browser/templates/authenticated-session.sh
.agents/skills/agent-browser/templates/capture-workflow.sh
.agents/skills/agent-browser/templates/form-automation.sh

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Automate browser interactions like clicking, filling forms, and navigating websites”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Agent Browser
by crbnos · crbnos/carbon

Agent Browser equips Claude with the ability to visit web pages, extract content, and perform interactions like clicking and form submission—all through code. This skill transforms Claude into an autonomous web agent capable of gathering information and completing tasks across the internet without manual intervention.

no license declared → metadata onlyfor claude-codeupdated Jul 2026
★ 2,281repo stars
Agent Browser
by brianlovin · brianlovin/agent-config

Agent Browser equips your AI agents with the ability to explore web content and perform actions on live websites in real time. Perfect for automating research, data collection, and web-based tasks that require intelligent navigation and interaction.

no license declared → metadata onlyupdated Mar 2026
★ 354repo stars
Agent Browser
by code-yeongyu · code-yeongyu/oh-my-openagent

Agent Browser equips your agent with web navigation capabilities, allowing it to visit URLs, interact with page elements, and retrieve information from live websites. This skill bridges the gap between your agent and the open web, enabling research, data gathering, and automated web interactions without manual intervention.

no license declared → metadata onlyupdated Jul 2026
★ 66,678repo stars
agent-browser
by Intelligent-Internet · Intelligent-Internet/ii-agent

agent-browser enables you to script and automate browser-based workflows directly from the command line. Execute web interactions, navigate pages, and handle complex tasks without manual intervention. Built for developers who need reliable programmatic control over web automation.

Apache-2.0updated Apr 2026
★ 3,372repo stars
agent-browser
by rivet-dev · rivet-dev/sandbox-agent

agent-browser lets you orchestrate automated browser interactions through a remote HTTP interface, enabling your applications to navigate websites, populate forms, trigger actions, and harvest information at scale. Built for sandbox deployment, it provides streaming event handling and session management across multiple coding agent platforms.

Apache-2.0updated Jun 2026
★ 1,502repo stars
agent-browser
by harnessclaw · harnessclaw/harnessclaw-engine

This skill equips your AI agents with the ability to control web browsers programmatically, handling clicks, form submissions, and page navigation as part of automated workflows. Built on a Go-based engine that communicates via WebSocket, it integrates seamlessly into multi-turn agent conversations and supports custom tool extensions. Perfect for automating repetitive web tasks or building intelligent browser automation into your agent applications.

Apache-2.0updated Jul 2026
★ 283repo stars

More skills Agent Browser (unlicensed) · Agent Browser (unlicensed) · agent-browser (MIT) · Agent Browser (AGPL-3.0) · Agent Browser (unlicensed)

Tags
headless-browserweb-automationform-fillingdata-extractionscreenshot-toolsession-persistencedevice-emulationvisual-testinglogin-automationcdp-protocol