$npx skillfedfor your agent

agent-browser

agent-browser lets you script repetitive web interactions—form submissions, element clicks, page navigation—directly through Claude Code. Built for end-to-end encrypted access, it brings browser automation to your workflow without leaving SkillFed's environment.

agent-browser enables you to automate browser testing by scripting repetitive web interactions directly through Claude Code. You can simulate user actions like clicking elements, filling forms, and navigating pages, then verify results by comparing page states visually and textually. The tool integrates seamlessly into SkillFed's environment for end-to-end encrypted access to your automation workflows.

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

22,898 1,931 MITupdated by slopus

Decision gist · record as of 2026-07-28

agent-browser enables you to automate browser testing by scripting repetitive web interactions directly through Claude Code. You can simulate user actions like clicking elements, filling forms, and navigating pages, then verify results by comparing page states visually and textually. The tool integrates seamlessly into SkillFed's environment for end-to-end encrypted access to your automation workflows.

manual: git clone https://github.com/slopus/happy → cp -r happy/.agents/skills/agent-browser ~/.claude/skills/agent-browser
.agents/skills/agent-browser/SKILL.md · version be9a46c7

Use it when

  • Yes, agent-browser is designed to click elements and fill forms automatically as part of its core functionality.
  • agent-browser lets you extract data and capture page state through snapshots and screenshots.

Verify before relying

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

Same gist for agents: .md · .json

Install

slopus/happy/agent-browser · repository language: TypeScript

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

How do I automate browser testing with agent-browser?

agent-browser enables you to automate browser testing by scripting repetitive web interactions directly through Claude Code. You can simulate user actions like clicking elements, filling forms, and navigating pages, then verify results by comparing page states visually and textually. The tool integrates seamlessly into SkillFed's environment for end-to-end encrypted access to your automation workflows.

Can agent-browser click and fill forms automatically?

Yes, agent-browser is designed to click elements and fill forms automatically as part of its core functionality. You can script form submissions, element interactions, and navigation sequences through Claude Code. This automation capability makes agent-browser ideal for handling repetitive browser tasks without manual intervention.

What can agent-browser extract from websites?

agent-browser lets you extract data and capture page state through snapshots and screenshots. You can retrieve text from pages, take screenshots of web pages programmatically, and compare website screenshots to detect changes. This data extraction capability supports web scraping and state verification workflows within your automation scripts.

How does agent-browser handle browser session management?

agent-browser persists authentication state and manages browser sessions across multiple tasks, allowing you to maintain logged-in states and session continuity. This means you can automate workflows that require login persistence, navigate between authenticated pages, and execute multi-step interactions without re-authenticating between actions.

Can agent-browser take screenshots and compare page states?

Yes, agent-browser can take screenshots of web pages programmatically and compare page states both visually and textually. This functionality lets you detect changes on websites, verify that automation actions produced expected results, and capture the state of pages at different points in your workflow.

What license does agent-browser use?

agent-browser is released under the MIT license, which permits free use, modification, and distribution with minimal restrictions. This open-source licensing makes agent-browser accessible for both personal and commercial automation projects within SkillFed's environment.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Browser Automation with agent-browser

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
agent-browser open https://example.com/form
agent-browser snapshot -i
# Output: @e1 [input type="email"], @e2 [input type="password"], @e3 [button] "Submit"

agent-browser fill @e1 "user@example.com"
agent-browser fill @e2 "password123"
agent-browser click @e3
agent-browser wait --load networkidle
agent-browser snapshot -i  # Check result

Command Chaining

Commands can be chained with && in a single shell invocation. The browser persists between commands via a background daemon, so chaining is safe and more efficient than separate calls.

```bash

Chain open + wait + snapshot in one call

agent-browser open

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

File tree — 1 file
.agents/skills/agent-browser/SKILL.md

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 repetitive browser tasks like form filling, clicking, and navigation”

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 OtterMind · OtterMind/youclaw

agent-browser enables autonomous web automation by executing browser tasks through an intelligent agent runtime. Streamline repetitive workflows like form submission, element interaction, and page navigation without manual intervention. Built for developers who need reliable, scriptable control over web-based processes.

MITupdated Apr 2026
★ 722repo stars
Agent Browser
by RTGS2017 · RTGS2017/NagaAgent

Agent Browser equips your AI agent with full web browsing capabilities, allowing it to navigate pages, interact with elements, and retrieve information from live websites. Perfect for agents that need to research, gather data, or complete tasks across the open web.

AGPL-3.0updated Jul 2026
★ 1,538repo stars
Agent Browser
by jihe520 · jihe520/social-push

Agent Browser equips AI systems with web navigation capabilities, allowing them to fetch and interact with online content in real time. This skill bridges the gap between isolated language models and the live web, enabling agents to research, gather data, and respond to queries with current information.

no license declared → metadata onlyupdated Jun 2026
★ 493repo stars
Agent Browser
by kortix-ai · kortix-ai/kortix-registry

Agent Browser equips AI systems with autonomous web navigation capabilities, allowing them to visit URLs, extract information, and perform interactions on live websites without manual intervention. This skill transforms agents into independent web explorers capable of handling real-time browsing workflows and data collection tasks.

no license declared → metadata onlyupdated Feb 2026
★ 5repo stars
agent-browser
by andreadellacorte · andreadellacorte/groove

agent-browser enables programmatic control of web browsers and automated navigation workflows. Execute complex web interactions, form submissions, and page navigation through a unified interface designed for AI agents. Perfect for building autonomous web automation tasks that require intelligent browser control.

MITupdated Jul 2026
★ 5repo stars
Agent Browser
by activepieces · activepieces/activepieces

Agent Browser lets your AI agents navigate and interact with live web pages, extracting information and performing actions directly within your automation workflows. Seamlessly integrate web browsing into agent-driven processes to unlock dynamic content access and real-time web interaction.

no license declared → metadata onlyupdated Jul 2026
★ 23,447repo stars

More skills agent-browser (Apache-2.0) · browser (MIT) · agent-browser (Apache-2.0) · agent-browser (MIT) · browser-automation (Apache-2.0) · agent-browser (Apache-2.0) · agent-builder (MIT) · Microsoft Agent Framework (unlicensed)

Tags
headless-browserweb-automationform-interactionpage-scrapingscreenshot-captureelement-referencesession-persistencenetwork-waitingvisual-testingkeyboard-mouse-control