Skip to main content
Execute qualquer Skill no Manus
com um clique

browser-session

Estrelas8
Forks2
Atualizado2 de maio de 2026 às 21:22

Multi-step browser automation via browser-use — the open-source framework for autonomous browser navigation (91K+ stars, MIT). Use INSTEAD of `web` when the task spans more than a single page fetch: - Login + navigate + extract (auth state preserved across steps) - 5+ page interaction sequences - DOM-numbered element targeting (the framework shows the agent which element index to click — far more reliable than guessing CSS selectors) - JS-heavy SPAs that need real interaction state, not just rendered HTML Cost: cold start ~10-20s (browser warmup + LLM init); per-step ~2-5s. **Don't use for one-shot fetches** — `web` is faster and cheaper for those. Use this when the task description naturally contains "log in", "navigate to", "fill the form", "find on page X then click", or any sentence with multiple verbs of interaction. First-time setup (one machine, ~5 min): cd skills/browser_session ./setup.sh This creates a per-skill venv at ./.venv/ and installs browser-use + Chromium. Subseq

Instalação

Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.

Explorador de arquivos
3 arquivos
SKILL.md
readonly