Esta página se muestra en inglés. Una traducción al español está en curso.
ScriptsMay 11, 2026·2 min de lectura

browser-use — Python Browser Agent Toolkit

browser-use runs a Python agent that controls a real browser for web tasks. Use the repo’s uv quickstart, then run an Agent with your LLM provider.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Stage only · 29/100Stage only
Superficie agent
Cualquier agent MCP/CLI
Tipo
Script
Instalación
Single
Confianza
Confianza: Established
Entrada
README.md
Comando CLI universal
npx tokrepo install a280a275-8b91-4755-82e5-5113a6c454b6
Introducción

browser-use runs a Python agent that controls a real browser for web tasks. Use the repo’s uv quickstart, then run an Agent with your LLM provider.

  • Best for: developers building web-capable agents who need a real browser loop (not just HTTP requests) for login flows, forms, and navigation
  • Works with: Python >=3.11 (repo), uv/uvx, a supported LLM provider, local or cloud browser options
  • Setup time: 12 minutes

Quantitative Notes

  • Python >=3.11 requirement (repo)
  • Setup time ~12 minutes
  • GitHub stars (verified): see Source & Thanks

Practical Notes

Treat browser-use as an execution layer: your agent decides what to do, and browser-use reliably performs how to do it in a browser. Start with deterministic tasks (open URL → extract one number), then expand to multi-step flows (login → navigate → download). For production, add guardrails: domain allowlists, human approval for purchases, and logs of every action.

Safety note: Browser automation is powerful—add permissions, allowlists, and approval gates for destructive actions.

FAQ

Q: Do I need Browser Use Cloud? A: No. The README shows an optional cloud API key; you can run locally with your own setup.

Q: Which LLMs work? A: The README lists multiple providers (e.g., Browser Use, Google, Anthropic). Pick one that fits your environment and budget.

Q: How do I make runs stable? A: Use narrow tasks, add explicit success criteria, and keep browser state clean (fresh profiles for tests).


🙏

Fuente y agradecimientos

GitHub: https://github.com/browser-use/browser-use Owner avatar: https://avatars.githubusercontent.com/u/192012301?v=4 License (SPDX): MIT GitHub stars (verified via api.github.com/repos/browser-use/browser-use): 93,399

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados