Browser
Управление браузером: открытие страниц, взаимодействие, история, закладкиFrom its SKILL.md
npx -y skills add Rayan55050/progressive-agent --skill browserAssembled 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.