🌐
AutomationPython

Agent Browser

by nicepkg

Agent Browser is an Automation skill for Claude Code, published by nicepkg in auto-company.

188 stars57 forkson nicepkg/auto-companyAdded 2026/09/06+1% in starsRepository updated 2026/02/12
24-7agent-teamsai-agentsai-automationai-companyanthropicautomationautonomousclaudeclaude-codehackersmulti-agent
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/nicepkg/auto-company/tree/main/.claude/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/nicepkg/auto-company.git

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

In this catalog

Source file
.claude/skills/agent-browser/SKILL.md in nicepkg/auto-company
Installs to
~/.claude/skills/agent-browser
Collection
One of 25 skills cataloged from this repository
Category
Automation2032 skills

What Agent Browser does

Agent Browser is a browser automation CLI for AI agents to navigate sites, fill forms, click buttons, take screenshots, extract data, and test web apps. Use it for programmatic interaction with websites or local HTML and PDF files.

Agent Browser is cataloged under Automation on DirSkills. Agent Browser comes from a repository tagged 24-7, agent-teams, ai-agents, ai-automation and ai-company.

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

Essential Commands

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

Frequently asked about Agent Browser

  • What else does nicepkg publish alongside Agent Browser?

    Agent Browser is one of 25 skills that DirSkills catalogs from nicepkg/auto-company, the repository it ships in. Its siblings there include Code Review Security, Cold Email Sequence Generator and Community Led Growth. Each one is a separate skill with its own page in this directory, installs the same way Agent Browser does, and is maintained by nicepkg in that same repository. The rest of the collection is listed on the nicepkg/auto-company page.

  • How does Agent Browser compare to other Automation skills?

    Agent Browser ranks #1852 by stars among the 2032 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 nicepkg/auto-company

Agent Browser is one of 25 skills cataloged on DirSkills from nicepkg/auto-company.

See all 25 skills
🔒
5h ago

Code Review Security

Code Review Security checks pull requests for OWASP Top 10 issues, auth flaws, injection risks, secrets, and dependency vulnerabilities. Use it when auditing Python/FastAPI or React changes that handle user input, permissions, or sensitive data.
Quality
18857
✉️
5h ago

Cold Email Sequence Generator

Cold Email Sequence Generator creates personalized cold email sequences with A/B subject lines, follow-up timing, social proof, and breakup emails. Use it for outbound campaigns, lead generation, and sales follow-up sequences.
Writing
18857
🤝
5h ago

Community Led Growth

Community Led Growth helps design and evaluate communities, ambassador programs, and user groups that drive acquisition, retention, and expansion. Use it when building advocacy systems or measuring community ROI.
AI Engineering
18857
🕵️
5h ago

Competitive Intelligence Analyst

Competitive Intelligence Analyst helps analyze competitors, compare pricing and features, and spot market gaps. Use it when you need competitive positioning, win/loss analysis, or ongoing market monitoring.
Data
18857
📝
5h ago

Content Strategy

Content Strategy helps plan what content to create, what topics to cover, and how to structure content for search or sharing. Use it when you need content ideas, topic clusters, blog strategy, or a content plan.
Writing
18857
🔎
5h ago

Deep Analysis

Deep Analysis provides structured templates for code audits, security reviews, performance analysis, and post-mortems. Use it for thorough investigations that need organized findings and recommendations.
Quality
18857