← 返回 Skills 市场
3948
总下载
6
收藏
58
当前安装
1
版本数
在 OpenClaw 中安装
/install desktop-control-1-0-0
功能描述
Advanced desktop automation with mouse, keyboard, and screen control
安全使用建议
Install only if you intentionally want OpenClaw to control your live desktop. Keep failsafe enabled, enable approval mode for important workflows, close sensitive windows, avoid clipboard reads unless necessary, and supervise anything that submits forms, changes files, launches apps, saves screenshots, or acts through logged-in accounts.
功能分析
Type: OpenClaw Skill
Name: desktop-control-1-0-0
Version: 1.0.0
This skill provides extensive desktop control capabilities, including mouse, keyboard, screen, window, and clipboard manipulation, which are inherently high-risk. The `ai_agent.py` file's `_do_launch_app` function uses `win+r` hotkey, types a command, and presses enter, allowing for arbitrary command execution on the system. While the current implementation of `_extract_app_name` in `ai_agent.py` restricts this to a whitelist of benign applications (e.g., 'notepad', 'mspaint', 'calc'), and the `DesktopController` in `__init__.py` includes safety features like `failsafe` and `require_approval` (user confirmation for actions), the underlying capability to execute commands and control the desktop makes it suspicious due to the potential for abuse if the agent were compromised or given malicious instructions, especially with future LLM integration as indicated in `AI_AGENT_GUIDE.md`.
能力评估
Purpose & Capability
Mouse, keyboard, screenshot, window, clipboard, and app-launch behavior match the stated desktop-control purpose, but they can affect any active app and expose sensitive screen or clipboard contents.
Instruction Scope
Approval mode exists but is off by default, and several sensitive actions such as screenshots, clipboard access, window activation, scrolling, and key state changes are not consistently approval-gated.
Install Mechanism
Installation is a manual pip dependency flow using common automation libraries; I found no hidden installer, bundled binary, or startup persistence mechanism, though dependencies are not pinned.
Credentials
Full desktop control is proportionate to the advertised purpose, but it is not scoped to particular apps, windows, file paths, or low-risk actions, so mistakes can impact logged-in accounts, files, forms, and public posting workflows.
Persistence & Privilege
I found no credential theft, network exfiltration, privilege escalation, or background persistence; however, screenshots can be saved to disk and actions run with the current user's desktop authority.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install desktop-control-1-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/desktop-control-1-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Advanced desktop automation for OpenClaw with rich mouse, keyboard, screen, and window control features.
- Pixel-perfect mouse control: absolute/relative moves, smooth paths, clicks, drag & drop, scroll, and position tracking.
- Fast and configurable keyboard input: typing, hotkeys, key combinations, and control of key states.
- Screen operations: screenshots (full/region), image recognition with OpenCV, pixel color detection, multi-monitor support.
- Window management: list, activate, move/resize, minimize/maximize windows.
- Safety and reliability: failsafe gesture, emergency pause/approval modes, bounds-checking, and full automation logging.
- Extensive documented API with usage examples for all key operations.
元数据
常见问题
Desktop Control 1.0.0 是什么?
Advanced desktop automation with mouse, keyboard, and screen control. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3948 次。
如何安装 Desktop Control 1.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install desktop-control-1-0-0」即可一键安装,无需额外配置。
Desktop Control 1.0.0 是免费的吗?
是的,Desktop Control 1.0.0 完全免费(开源免费),可自由下载、安装和使用。
Desktop Control 1.0.0 支持哪些平台?
Desktop Control 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Desktop Control 1.0.0?
由 wpegley(@wpegley)开发并维护,当前版本 v1.0.0。
推荐 Skills