open-source

仓库创建 2026年7月8日最近提交 4 天前SkillHot 收录 1 天前
▸ 精选理由

适合开发者查阅 API、模型支持与快速上手示例。

这个 Skill 做什么

提供 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.

开发编程浏览器自动化SDK参考部署指南通用
243
Stars
13
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/open-source/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/open-source/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有