remote-browser
仓库创建 2026年7月8日最近提交 3 天前SkillHot 收录 6 小时前
▸ 精选理由
让无界面agent也能执行真实浏览器交互和本地隧道暴露。
▸ 风险提示
可能通过隧道暴露本地服务,存在数据泄露风险。
这个 Skill 做什么
在沙箱或无GUI环境中远程控制浏览器并交互、截图或穿透本地服务。
在无 GUI 的沙箱或远端机器上远程控制真实浏览器,完成网站导航、页面交互、表单填充、截图,或通过隧道把本地开发服务暴露给远端测试。适合 CI、云代理或安全隔离环境,需要真实浏览器行为但无法直接打开 GUI 时使用,能把浏览器层面的操作带回受限环境里跑。
▸ 展开 SKILL.md 英文原文
Controls a local browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.
243
Stars
13
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/remote-browser/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/remote-browser/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Browser Automation for Sandboxed Agents This skill is for agents running on **sandboxed remote machines** (cloud VMs, CI, coding agents) that need to control a headless browser. ## Prerequisites ```bash browser-use doctor # Verify installation ``` For setup details, see https://github.com/browser-use/browser-use/blob/main/browser_use/skill_cli/README.md ## Core Workflow 1. **Navigate**: `browser-use open <url>` — starts headless browser if needed 2. **Inspect**: `browser-use state` — returns clickable elements with indices 3. **Interact**: use indices from state (`browser-use click 5`, `browser-use input 3 "text"`) 4. **Verify**: `browser-use state` or `browser-use screenshot` to
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有