# Interact Browser

> Escalate to browser sessions only when fetch/extract cannot do the job.

- **Type:** Skill
- **Install:** `agentstack add skill-zenrows-cli-interact-browser`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ZenRows](https://agentstack.voostack.com/s/zenrows)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ZenRows](https://github.com/ZenRows)
- **Source:** https://github.com/ZenRows/cli/tree/main/skills/interact-browser
- **Website:** https://docs.zenrows.com/cli/introduction

## Install

```sh
agentstack add skill-zenrows-cli-interact-browser
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Interact / Browser Sessions

Operate protected browser workflows (logins, clicks, forms, multi-step flows,
persistent cookies) on JS-heavy or interactive pages that Protected Fetch
cannot handle. This is **escalation only** — use it only when Protected Fetch
or Extract is insufficient.

> Browser Sessions is a **GA** Zenrows product (formerly Scraping Browser),
> **on by default** (opt out with `policy.allow_browser=false`). It is
> escalation-only and costs more than fetch/extract: sessions bill by
> **bandwidth + session time** and auto-terminate after **15 minutes**.
> Drive sessions with `zenrows browser` against the managed REST API
> (`https://mcp.zenrows.com/browser/sessions/*`, same backend as `@zenrows/mcp`
> `browser_*`). For raw CDP, `zenrows browser connect` prints the wss endpoint.

## Rules
- Try [[protected-fetch]] / [[extract]] first; escalate only with evidence — they cost less.
- On by default; if a workspace opted out, re-enable with `zenrows policy set allow_browser true`.
- Prefer `zenrows browser run ` for multi-step flows (auto-closes).
- Always `close` interactive sessions — billed by bandwidth + session time (15-min hard cap).
- `select --value` matches the option's `value` attribute (bare value or a CSS
  selector like `option[value="2"]`). Label text / index are not supported.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ZenRows](https://github.com/ZenRows)
- **Source:** [ZenRows/cli](https://github.com/ZenRows/cli)
- **License:** MIT
- **Homepage:** https://docs.zenrows.com/cli/introduction

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-zenrows-cli-interact-browser
- Seller: https://agentstack.voostack.com/s/zenrows
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
