Sandbox Open Browser

当沙箱中有 Web 应用启动并有 URL 地址时自动打开沙箱浏览器。触发场景:检测到 Python Web 服务启动(uvicorn/fastapi/flask/streamlit/gradio/http.server 等)并生成了 URL;用户说'打开浏览器'/'访问这个地址'/'打开网页看看'/'打开链接'/'打开 VNC'等;需要让用户通过 VNC 查看 Web 界面时。核心动作:探测服务端口就绪 → 启动沙箱 chromium 浏览器 → 返回 VNC 访问链接给用户。

gujiachun-rainbow Updated

File contents

gujiachun-rainbow/rainclaw/tree/main/Skills/sandbox-open-browser commit b1a608ebb1

Frequently asked questions

npx skillmds@latest add gujiachun-rainbow/sandbox-open-browser