🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Windows Browser Ops

by @louisownopenclaw-netizen

Windows Desktop 浏览器远程操控。用于在 Discord / 本地会话中触发 Edge/Chrome 执行“打开网页、交互、截图、打包下载”等动作,并回传证据。

Versionv0.1.0
💡 Examples

| 需求 | 步骤 | |------|------| | 打开网页 + 截图 | 1) launch_edge.ps1 -Url <网址> 2) focus_edge.ps1 3) capture_screenshot.ps1 -Output <路径> 4) 把截图上传给少爷 | | 下载文件并打包 | 1) 导航并执行下载 2) 等待 .crdownload 消失 3) download_and_zip.ps1 -SourcePath "C:\\Users\\\\Downloads" -ZipPath %TEMP%\\edge-export.zip 4) 上传 ZIP |

⚙️ Configuration

1. Desktop 节点已 openclaw devices approve 并可通过 tools.exec node=Desktop 执行命令。 2. PowerShell 有权限运行本 skill 的脚本(默认位于 skills/windows-browser-ops/scripts/)。 3. Edge 已登录目标账号(若需),并允许运行图形界面命令。 4. RDP 会话保持解锁,确保截图与 UIAutomation 可用。

📋 Tips & Best Practices

  • Edge 没有窗口句柄:可能全部窗口最小化或在其他虚拟桌面,重新 Start-Process msedge
  • 截图全黑/空白:确认远程会话未锁屏。必要时开启 tscon 让会话保持前台。
  • 脚本执行策略阻止:在 Desktop 节点上提前 Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  • DevTools/自动化受限:如需更稳定交互,考虑安装 AutoHotkey 或 Playwright,并在 references 中记录使用方式。
  • View on ClawHub
    TERMINAL
    clawhub install windows-browser-ops

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →