---
name: galelmalah/agent-browser
source: https://app.decimal.ai/s/galelmalah-agent-browser@1/SKILL.md
source_sha256: c6c734ecc004
---

# agent-browser

A browser automation harness designed for autonomous agents. Maintains a
persistent session across tool calls, exposes a CLI subcommand surface, and
returns structured JSON the calling agent can parse.

## Usage

```
agent-browser open https://example.com
agent-browser screenshot --out /tmp/page.png
agent-browser fill '#email' user@example.com
```

The browser stays alive between invocations until the session is closed
explicitly, so navigation state survives across multiple agent steps.