windows-native-dialog
Teaches OpenClaw how to handle native Windows file picker dialogs invisible to browser-automation.
Requirements
openclaw config set tools.allow '["browser","group:runtime","group:fs","group:web"]'
Prompt
STEP 1 - browser-automation: click upload button.
STEP 2 - exec: /mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -Command "python C:\path\to\script.py video.mp4"
STEP 3 - browser-automation: click Publish.
Tested
Meta Business Suite on Windows 10 + WSL2. Result: success.
Related: Issue #52525, PR #39407 — author @owlock
Skills comparison — desktop automation for Windows + WSL2
| Skill | Autonomy | OS | Best for |
|---|
| clawd-cursor | 95% | Win/Mac/Linux | Full desktop — sees screen + acts |
| matagul/desktop-control |
75% | Windows native | Mouse + keyboard via pyautogui |
| desktop-computer-automation | 70% | Win/Mac | Desktop screenshot + native windows |
| pc-control | 65% | Win + WSL2 | FastAPI bridge WSL2 ↔ Windows |
| browser-automation | 60% | All | Browser-only via CDP |
| owlock/windows-native-dialog | 55% | Win + WSL2 | exec+PowerShell workaround |
Note: matagul/desktop-control requires OpenClaw native on Windows.
clawd-cursor is the most autonomous option for Windows users.
windows-native-dialog
教会OpenClaw如何处理浏览器自动化无法感知的原生Windows文件选择对话框。
前提条件
openclaw config set tools.allow [browser,group:runtime,group:fs,group:web]
操作步骤
步骤1 - 浏览器自动化:点击上传按钮。
步骤2 - 执行命令:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -Command python C:\path\to\script.py video.mp4
步骤3 - 浏览器自动化:点击发布。
测试情况
已在Windows 10 + WSL2环境下的Meta Business Suite中测试。结果:成功。
相关链接:Issue #52525, PR #39407 — 作者 @owlock
技能对比 — Windows + WSL2桌面自动化
| 技能名称 | 自主性 | 操作系统 | 最佳适用场景 |
|---|
| clawd-cursor | 95% | Win/Mac/Linux | 完整桌面 — 可识别屏幕并执行操作 |
| matagul/desktop-control |
75% | Windows原生 | 通过pyautogui控制鼠标+键盘 |
| desktop-computer-automation | 70% | Win/Mac | 桌面截图+原生窗口操作 |
| pc-control | 65% | Win + WSL2 | FastAPI桥接WSL2 ↔ Windows |
| browser-automation | 60% | 所有平台 | 仅限通过CDP控制浏览器 |
| owlock/windows-native-dialog | 55% | Win + WSL2 | 通过exec+PowerShell变通方案 |
注意:matagul/desktop-control需要在Windows上原生运行OpenClaw。
clawd-cursor是Windows用户自主性最高的选项。