🌐
AutomationTypeScript

Agent Browser

by slopus

Agent Browser is an Automation skill for Claude Code, published by slopus in happy.

23.3K stars2K forkson slopus/happyAdded 2026/08/14Repository updated 2026/08/10
claude-codeclaude-desktopclaude-mobilecodexcodex-clihacktoberfest
Install in seconds
Install Agent Browser
Copy Agent Browser into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/slopus/happy/tree/main/.agents/skills/agent-browser ~/.claude/skills/agent-browser

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/slopus/happy.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/agent-browser/SKILL.md in slopus/happy
Installs to
~/.claude/skills/agent-browser
Collection
One of 9 skills cataloged from this repository
Category
Automation1523 skills

What Agent Browser does

Agent Browser opens pages in a real browser so an AI agent can test them. Use it when you need to interact with websites, fill forms, capture screenshots, or compare page states.

Agent Browser is cataloged under Automation on DirSkills. Agent Browser comes from a repository tagged claude-code, claude-desktop, claude-mobile, codex and codex-cli.

Documentation

README

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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Agent Browser

  • What else does slopus publish alongside Agent Browser?

    Agent Browser is one of 9 skills that DirSkills catalogs from slopus/happy, the repository it ships in. Its siblings there include Control Flow, Local Development and Maintain. Each one is a separate skill with its own page in this directory, installs the same way Agent Browser does, and is maintained by slopus in that same repository. The rest of the collection is listed on the slopus/happy page.

  • How does Agent Browser compare to other Automation skills?

    Agent Browser ranks #125 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agent Browser against them. Open each page to compare what they document and how they install.

More from slopus/happy

Agent Browser is one of 9 skills cataloged on DirSkills from slopus/happy.

See all 9 skills
🔀
2w ago

Control Flow

Control Flow analyzes and designs control flows and data structures, producing compact ASCII tree diagrams showing triggers, call chains, payload shapes, state mutations, and re-render effects. Use when asked to diagram, trace, visualize, or design a flow or data structure.
Quality
23.3K2K
🛠️
2w ago

Local Development

Local Development guides building, installing, testing, and running the Happy monorepo CLI, server, mobile app, and desktop app locally. Use when the user types /dev or asks how to build, start dev, install locally, or run a package.
DevOps
23.3K2K
🛠️
2w ago

Maintain

Maintain manages open source issue triage and project board workflows for the slopus/happy repository. It clusters issues, finds duplicates, checks if bugs are fixed on main, drafts closing comments, and always requires maintainer approval before posting or closing.
Automation
23.3K2K
📊
2w ago

Metrics & Grafana

Metrics & Grafana queries Prometheus metrics and manages Grafana dashboards as code for Happy infrastructure. Use it for live investigation, monitoring, or adding and modifying dashboard panels.
DevOps
23.3K2K
💡
2w ago

Office Hours

Office Hours is a manual-only YC-style product diagnostic that asks startup founders forcing questions to expose demand reality, and helps builders brainstorm side projects, hackathons, and open source, saving a design doc before any code is written.
AI Engineering
23.3K2K
🚀
2w ago

Release

Release walks through version bumping, building, testing, publishing, and deploying components in a monorepo.
DevOps
23.3K2K