open-source
适合开发者查阅 API、模型支持与快速上手示例。
提供 browser-use 库的 Python 使用、模型与部署参考文档。
提供 browser-use 开源库的 Python 使用与部署参考,覆盖 Agent/Browser/Tools 配置、@sandbox 部署、支持的 LLM 模型、Actor API、自定义工具和生命周期钩子等常见问题。适合在写代码、配置 Agent 或搭建 MCP server、做监控/观测(Laminar/OpenLIT)时查阅。特别说明哪些文档文件有示例,避免把云 API、定价或 CLI 自动化的内容混入。
▸ 展开 SKILL.md 英文原文
Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browser_use, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle hooks, MCP server setup, or monitoring/observability with Laminar or OpenLIT. Also trigger for questions about browser-use installation, prompting strategies, or sensitive data handling. Do NOT use this for Cloud API/SDK usage or pricing — use the cloud skill instead. Do NOT use this for directly automating a browser via CLI commands — use the browser-use skill instead.
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/open-source/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/open-source/SKILL.md"# Browser Use Open-Source Library Reference Reference docs for writing Python code against the browser-use library. Read the relevant file based on what the user needs. | Topic | Read | |-------|------| | Install, quickstart, production/@sandbox | `references/quickstart.md` | | LLM providers (15+): setup, env vars, pricing | `references/models.md` | | Agent params, output, prompting, hooks, timeouts | `references/agent.md` | | Browser params, auth, real browser, remote/cloud | `references/browser.md` | | Custom tools, built-in tools, ActionResult | `references/tools.md` | | Actor API: Page/Element/Mouse (legacy) | `references/actor.md` | | MCP server, skills, docs-mcp | `references/integra