Home / maxmiksa / auto-company · .claude/skills/agent-browser/SKILL.md · GitHub

agent-browser skillA

This file is byte-identical to the first copy the registry indexed. Same content hash, same audit grade.

agent-browser is agent-read markdown (skill) from maxmiksa/auto-company: Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 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

```bash
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

```bash
# Navigation
agent-browser open <url>              # Navigate (aliases: goto, navigate)
agent-browser close                   # Close browser

# Snapshot
agent-browser snapshot -i             # Interactive elements with refs (recommended)
agent-browser snapshot -i -C          # Include cursor-interactive elements (divs with onclick, cursor:pointer)
agent-browser snapshot -s "#selector" # Scope to CSS selector

# Interaction (use @refs from snapshot)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add maxmiksa/auto-company/agent-browser@git:20251121.df99134
Exact content
mdr add maxmiksa/auto-company/agent-browser@sha256:84effb42371bac49

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_47kglorxtbjhyzp4.svg)](https://markdownregistry.com/a/art_47kglorxtbjhyzp4)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20251121.df99134 latest2025-11-21 df99134 7,575 BA view · diff
git:20250730.e0c2dc72025-07-30 e0c2dc7 3,837 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (7575 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

maxmiksa/auto-company · 3,095 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_47kglorxtbjhyzp4
GET https://markdownregistry.com/api/v1/resolve?ref=maxmiksa/auto-company/agent-browser
GET https://markdownregistry.com/api/v1/blob/84effb42371bac499123843088fe4304d8b7c5de765722e3ad92cc0f7cc68557

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from maxmiksa/auto-company

code-review-security skill
maxmiksa/auto-company · .claude/skills/code-review-security/SKILL.md · Security-focused code review checklist and automated scanning patterns. Use when reviewing pull requests for security…
v1.0.0 · audit A · 3,095 stars
cold-email-sequence-generator skill
maxmiksa/auto-company · .claude/skills/cold-email-sequence-generator/SKILL.md · Generate personalized cold email sequences (7-14 emails) with A/B test subject lines, follow-up timing recommendations…
git:20260209.ac7f698 · audit A · 3,095 stars
community-led-growth skill
maxmiksa/auto-company · .claude/skills/community-led-growth/SKILL.md · Expert in community-led growth (CLG) - leveraging user communities to drive acquisition, retention, and expansion…
git:20250904.0571b69 · audit A · 3,095 stars
competitive-intelligence-analyst skill
maxmiksa/auto-company · .claude/skills/competitive-intelligence-analyst/SKILL.md · Use this skill when users need to analyze competitors, monitor market movements, benchmark features/pricing, identify…
v1.0.0 · audit A · 3,095 stars
content-strategy skill
maxmiksa/auto-company · .claude/skills/content-strategy/SKILL.md · When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also…
v1.0.0 · audit A · 3,095 stars
deep-analysis skill
maxmiksa/auto-company · .claude/skills/deep-analysis/SKILL.md · Analytical thinking patterns for comprehensive evaluation, code audits, security analysis, and performance reviews…
git:20260113.039cc22 · audit A · 3,095 stars
deep-reading-analyst skill
maxmiksa/auto-company · .claude/skills/deep-reading-analyst/SKILL.md · Comprehensive framework for deep analysis of articles, papers, and long-form content using 10+ thinking models (SCQA…
git:20260128.6f5dcdd · audit A · 3,095 stars
deep-research skill
maxmiksa/auto-company · .claude/skills/deep-research/SKILL.md · Conduct enterprise-grade research with multi-source synthesis, citation tracking, and verification. Use when user needs…
git:20260918.6efeab7 · audit A · 3,095 stars
devops skill
maxmiksa/auto-company · .claude/skills/devops/SKILL.md · Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless…
v2.0.0 · audit A · 3,095 stars
email-sequence skill
maxmiksa/auto-company · .claude/skills/email-sequence/SKILL.md · When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email…
v1.0.0 · audit A · 3,095 stars
financial-unit-economics skill
maxmiksa/auto-company · .claude/skills/financial-unit-economics/SKILL.md · Use when evaluating business model viability, analyzing profitability per customer/product/transaction, validating…
git:20251209.441f2f5 · audit A · 3,095 stars
find-skills skill
maxmiksa/auto-company · .claude/skills/find-skills/SKILL.md · Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is…
git:20250917.ffd4ee1 · audit A · 3,095 stars

Every file in maxmiksa/auto-company

Other files named agent-browser

agent-browser skill
shanraisshan/claude-code-best-practice · .claude/skills/agent-browser/SKILL.md · Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages…
git:20260210.a19f104 · audit A · 66,288 stars
agent-browser skill
vercel-labs/agent-browser · skills/agent-browser/SKILL.md · Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages…
git:20260824.021d925 · audit A · 43,161 stars
agent-browser skill
nanocoai/nanoclaw · container/skills/agent-browser/SKILL.md · Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots…
git:20260710.df4929d · audit A · 30,833 stars
agent-browser skill
fcakyon/claude-codex-settings · plugins/agent-browser/skills/agent-browser/SKILL.md · Agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow…
git:20260908.cedd772 · audit A · 1,153 stars
agent-browser skill
bastani-inc/atomic · packages/subagents/skills/agent-browser/SKILL.md · Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages…
git:20260920.46c242d · audit A · 820 stars
agent-browser skill
23blocks-os/ai-maestro · .agents/skills/agent-browser/SKILL.md · Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages…
git:20260915.79f4d0c · audit A · 792 stars
agent-browser skill
mxyhi/ok-skills · agent-browser/SKILL.md · Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages…
git:20260831.972d952 · audit A · 490 stars
agent-browser skill
aiskillstore/marketplace · skills/101-skills/agent-browser/SKILL.md · Browser automation for AI agents via inference.sh. Navigate web pages, interact with elements using @e refs, take…
git:20260708.f093c1a · audit A · 427 stars

Browse by kind, by grade A, or by owner.