# Browser

> Управление браузером: открытие страниц, взаимодействие, история, закладки

- **Type:** Skill
- **Install:** `agentstack add skill-rayan55050-progressive-agent-browser`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Rayan55050](https://agentstack.voostack.com/s/rayan55050)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Rayan55050](https://github.com/Rayan55050)
- **Source:** https://github.com/Rayan55050/progressive-agent/tree/main/skills/browser

## Install

```sh
agentstack add skill-rayan55050-progressive-agent-browser
```

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

## About

# Управление браузером

## browser_open
Открыть URL в Chrome. Если Chrome запущен — откроет новую вкладку.
Примеры: url=youtube.com, url=https://mail.google.com
Если вместо URL написан текст (без точек), откроет как Google-поиск.
Параметры: incognito (true/false), new_window (true/false).

## browser_action
Взаимодействие со страницей через Playwright (отдельный браузер):
navigate, click, fill, type, select, press, scroll, screenshot, eval_js, wait

## browser_history
Показать историю посещений Chrome.

## browser_bookmarks
Показать закладки Chrome.

## browser_close
Закрыть Playwright-браузер (не Chrome).

## Примеры
"открой youtube" → browser_open url=youtube.com
"открой gmail" → browser_open url=mail.google.com
"открой инкогнито youtube" → browser_open url=youtube.com incognito=true
"нажми Login" → browser_action action=click selector="button:has-text('Login')"
"что я смотрел?" → browser_history
"покажи закладки" → browser_bookmarks
"закрой браузер" → browser_close

## Source & license

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

- **Author:** [Rayan55050](https://github.com/Rayan55050)
- **Source:** [Rayan55050/progressive-agent](https://github.com/Rayan55050/progressive-agent)
- **License:** MIT

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-rayan55050-progressive-agent-browser
- Seller: https://agentstack.voostack.com/s/rayan55050
- 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%.
