← Back to Skills Marketplace
1952
Downloads
2
Stars
10
Active Installs
4
Versions
Install in OpenClaw
/install windows-desktop-control
Description
Windows 桌面控制工具 (仅Windows) - 截屏、窗口管理、鼠标键盘控制、进程管理、系统信息。当用户要求截屏、查看进程、关闭程序、桌面控制时使用此技能。
Usage Guidance
This skill appears to do what it claims, but it provides powerful capabilities (taking screenshots, reading/writing clipboard, controlling mouse/keyboard, killing processes). Before installing: ensure you only enable it on a trusted Windows machine; verify you are comfortable with screenshots saved to ~/Pictures/OpenClaw and clipboard access; install pip dependencies from a trusted source (pip install pyautogui mss pillow) and review the included script if you want to confirm there are no hidden behaviors. If you don't want an agent to perform these actions autonomously, avoid granting it broad autonomous invocation or consider restricting when the skill can be used. Also note the registry metadata should indicate Windows-only — avoid installing on non-Windows hosts where the tool may fail.
Capability Analysis
Type: OpenClaw Skill
Name: windows-desktop-control
Version: 1.0.3
The skill provides high-risk desktop automation capabilities including screen capture, process management, and clipboard access. While it implements some security controls like a process whitelist and an explicitly disabled 'exec' command, it contains a shell injection vulnerability in scripts/desktop_ctrl.py; the clipboard_set function fails to sanitize PowerShell subexpressions (e.g., $(...)), which could allow arbitrary command execution. These risks appear to be unintentional vulnerabilities rather than deliberate malice.
Capability Assessment
Purpose & Capability
Name/description match the included Python script and declared dependencies (pyautogui, mss, pillow). One minor mismatch: the SKILL.md and script clearly state Windows-only, but registry OS restriction is 'none' — the skill will not function correctly on non-Windows systems.
Instruction Scope
Runtime instructions and the script stay within desktop control: screenshots saved to ~/Pictures/OpenClaw, process listing via PowerShell, clipboard read/write, mouse/keyboard actions. The script executes PowerShell commands and accesses the clipboard; these are necessary for the stated features. No network endpoints or unexpected data exfiltration observed.
Install Mechanism
No install spec is provided (instruction-only), and dependencies are standard Python packages installable via pip. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill requests no environment variables or credentials. Required binaries (python, powershell) and pip packages are proportional to its functionality.
Persistence & Privilege
always is false and the skill does not request to modify other skills or system-wide settings. It requires typical runtime permissions (access to display, clipboard, and possibly admin for some actions).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install windows-desktop-control - After installation, invoke the skill by name or use
/windows-desktop-control - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- 增加 PowerShell 作为新依赖,提升对 Windows 系统的操作能力
- 明确说明仅支持 Windows,并补充底层依赖 PowerShell 和 Win32 API
- 其它内容未变,仅细化注释和依赖说明
v1.0.2
- 功能列表中移除了 "windows"(窗口管理)命令。
- 更新了命令说明,"进程列表"替代原有的"查看进程"。
- 其他内容与之前一致,无新增功能或实现变动。
v1.0.1
- 明确说明仅支持 Windows 系统(新增 “仅Windows” 标注)。
- 更新 `kill` 命令说明,增加“白名单限制”提示。
- 增加 `exec` 命令已禁用(安全原因)的安全说明。
- 补充注意事项:仅支持 Windows,`kill` 仅限白名单进程。
v1.0.0
- Initial release of Windows Desktop Control skill.
- Supports screen capture, window management, mouse & keyboard control, process listing/killing, system info, and clipboard actions.
- Easy command-line usage with detailed command examples.
- Requires Python and pip packages: pyautogui, mss, pillow.
- Trigger keywords cover common desktop management scenarios.
Metadata
Frequently Asked Questions
What is Windows 桌面控制?
Windows 桌面控制工具 (仅Windows) - 截屏、窗口管理、鼠标键盘控制、进程管理、系统信息。当用户要求截屏、查看进程、关闭程序、桌面控制时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1952 downloads so far.
How do I install Windows 桌面控制?
Run "/install windows-desktop-control" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Windows 桌面控制 free?
Yes, Windows 桌面控制 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Windows 桌面控制 support?
Windows 桌面控制 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Windows 桌面控制?
It is built and maintained by 楊小虎 (@tr0812); the current version is v1.0.3.
More Skills