agentsclimarketplace

Browser

Skill Rayan55050/progressive-agent/skills/browser

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

Install
npx -y skills add Rayan55050/progressive-agent --skill browser

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.2 KB, 325 tokens by cl100k_base, as published. Nobody here has run it

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

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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.