agentsclimarketplace

Browser

Skill Rayan55050/progressive-agent/skills/browser

Provide a customizable AI assistant on Telegram with multiple tools, skills, and monitors that runs locally using hybrid memory.

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

  • 3 stars3 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.

What its author says it does

Copied from the file, not written here

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

SKILL.md

2.2 KB, 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

Keep looking

Skills are one crate of 328,083. 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.