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

OpenClaw Desktop Control

by @michealxie001

Remote desktop control and automation. Capture screenshots, control mouse and keyboard, automate UI interactions. Supports VNC, RDP, and local desktop enviro...

Versionv1.0.0
Installs1
When to Use
TriggerAction
2. **UI 自动化测试** - 自动化测试桌面应用
3. **IoT 设备控制** - 控制带屏幕的嵌入式设备
4. **游戏自动化** - 自动化游戏操作 (不推荐用于在线游戏)
5. **数据录入** - 自动化表单填写
💡 Examples

1. 连接桌面环境

# 连接到 VNC 桌面
python3 scripts/main.py connect --host localhost --port 5900 --password secret

连接到本地桌面 (Linux)

python3 scripts/main.py connect --local

2. 基本操作

# 截图
python3 scripts/main.py screenshot --output /tmp/screen.png

移动鼠标

python3 scripts/main.py mouse move --x 500 --y 300

点击

python3 scripts/main.py mouse click --x 500 --y 300 --button left

输入文本

python3 scripts/main.py type "Hello World"

按键

python3 scripts/main.py key press --keys ctrl,c

3. 自动化脚本

# 执行脚本
python3 scripts/main.py script examples/open_browser.txt

⚙️ Configuration

# 设置环境变量
export DESKTOP_HOST=localhost
export DESKTOP_PORT=5900
export DESKTOP_PASSWORD=secret
export DESKTOP_TYPE=vnc  # vnc, rdp, local

View on ClawHub
TERMINAL
clawhub install oc-desktop-control

🧪 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 →