# Automate Browser Sessions With Agent Browser

Manual browser workflows slow down research, testing, and data capture. Agent Browser gives Claude, Codex, and Claude Code structured commands for browsing, interacting, and collecting page evidence.

## Install

```bash
npx skillstore add inferencesh/agent-browser
```

## Metadata

- Status: approved
- Slug: inferencesh-agent-browser
- Skillstore revision: r1
- Version status: missing
- Tree hash: fcf47b6ef07e7ce8c29dee705f11419c749e345ebdd7a282981d2e017d73fa36
- Author: inferencesh
- GitHub username: inferencesh
- License: MIT
- Repository: https://github.com/inferencesh/skills/tree/main/skills/agentic-browser/
- Ref: a25199bc7d6b82598536822d1738eb5d5f54025b
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: blocked
- Manual install advisory: allowed\_with\_warning
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network, filesystem
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/inferencesh-agent-browser
- Manifest: https://skillstore.pages.dev/api/skills/inferencesh-agent-browser/manifest

## Capabilities

- Open web pages and return current URL, title, screenshot, and element refs.
- Interact with elements using refs for clicks, form fills, key presses, scrolling, drag and drop, and file upload.
- Refresh snapshots after navigation or page changes so agents can use current element refs.
- Capture viewport or full page screenshots and record browser sessions for review.
- Run JavaScript in the page context to extract text, links, counts, and other DOM data.
- Configure viewport, user agent, proxy settings, and authenticated browser workflows.

## Use Cases

- Verify Web Forms: Open a form, inspect element refs, submit test data, and capture screenshots that prove the result.
- Collect Page Evidence: Visit pages, extract visible text and links, and save screenshots for a repeatable research trail.
- Automate Authenticated Checks: Log in to an approved application, navigate protected pages, and confirm expected dashboard content.

## Prompt Templates

### Open and Inspect a Page

```
Use Agent Browser to open the target URL, summarize the page title, list visible interactive elements, and note which refs look useful.
```

### Capture Screenshots and Text

```
Open the URL, take a full page screenshot, extract the visible body text, and report the saved evidence items.
```

### Complete a Test Form

```
Open the form page, identify the field refs, fill the approved test values, submit the form, refresh the snapshot, and describe the result.
```

### Run an Authenticated Workflow

```
Use the approved credentials from environment variables, log in, avoid recording sensitive steps, navigate to the target page, extract the required non-secret data, and close the session.
```

## Limitations

- The skill depends on the inference.sh CLI and the hosted agent-browser app.
- Element refs can expire after navigation, form submission, or dynamic page updates.
- Authenticated workflows require user-provided credentials and careful secret handling.
- JavaScript execution and proxy use can create security or policy risk on sensitive sites.

## Best Practices

- Refresh the snapshot after navigation, submissions, or dynamic content changes.
- Use environment variables or a secrets manager for credentials, and avoid logging sensitive values.
- Close every browser session when work is complete to limit lingering authenticated state.

## Anti Patterns

- Do not run browser automation against sites where you lack permission.
- Do not record videos or screenshots while entering passwords, tokens, or private user data.
- Do not use proxy settings to bypass access controls, rate limits, or site policy.

## Security Audit

- Audited at: 2026-07-05T17:33:21.286\+00:00
- Summary: Most static findings are false positives from Markdown examples, shell helper templates, and placeholder URLs. I confirmed the remote pipe-to-shell installer, SOCKS proxy support, and a semantic risk where the authentication guide extracts and logs session cookies.

## Stats

- Views: 524
- Downloads: 10
- Favorites: 0
- Popularity score: 0
