The skill appears to do what it claims (desktop automation and an optional AI agent) and its requirements are proportionate, but there are minor metadata/module-name inconsistencies and the agent can capture screenshots/clipboard — test in a safe environment and keep failsafe enabled.
评估建议
Plain-language checklist before installing:
- Function matches description: This skill will control your mouse/keyboard, take screenshots, read/write the clipboard, and can run planned/automated tasks. That's expected for a desktop-automation skill.
- Metadata and packaging: The registry metadata (owner/slug) and the included _meta.json/module names differ. Confirm which package/module path you should import (e.g., 'desktop_control' vs 'skills.desktop_control') and that the publisher is who you ...
详细分析 ▾
ℹ用途与能力
The code and SKILL.md implement desktop automation (pyautogui, screenshots, window management, clipboard) and an autonomous AI agent for planning—this matches the stated purpose. Minor inconsistencies: registry metadata (slug/ownerId) does not match the included _meta.json, and the package/module import paths (skills.desktop_control vs desktop_control) differ from the registry slug 'desktop-control-custom'. These are likely packaging/metadata issues but worth confirming before installation.
✓指令范围
Runtime instructions focus on installing desktop automation dependencies and using the DesktopController/AIDesktopAgent APIs. The skill instructs the agent to capture screenshots, read/modify the clipboard, list and activate windows, and control mouse/keyboard — all expected for this purpose. There are no instructions to read unrelated system credentials or to transmit data to external endpoints.
✓安装机制
No automated install spec is included in the registry (files are shipped with the skill). SKILL.md recommends installing dependencies with pip (pyautogui, pillow, opencv-python, pygetwindow, etc.). There are no downloads from obscure URLs or extract steps in the registry metadata; this is low-risk, but note the user must run pip installs themselves.
✓凭证需求
The skill declares no required environment variables, credentials, or config paths. The functionality (desktop control, screenshots, clipboard) does not require external secrets. This is proportional to the described features.
ℹ持久化与权限
always:false (normal). The skill includes an autonomous AI agent (ai_agent.py) capable of planning and executing sequences of desktop actions and capturing screenshots. Autonomous invocation is the platform default; combined with the agent's capabilities this raises expected privacy/impact considerations (it can act on the user's desktop and capture screen contents). This is coherent with the skill's purpose but worth caution.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/22
Desktop-control-custom 1.0.0
- Initial release with advanced desktop automation features for OpenClaw.
- Provides pixel-perfect mouse control, including absolute/relative moves, smooth paths, multiple click types, drag & drop, scroll, and failsafe options.
- Comprehensive keyboard automation: fast typing, hotkey support, key combinations, manual key control, and adjustable typing speed.
- Screen capture utilities, pixel color detection, image recognition (OpenCV), and multi-monitor support.
- Window management: list, activate, get info, minimize/maximize windows.
- Safety mechanisms: emergency stop, approval mode, bounds checking, and detailed action logging.
- Includes detailed API documentation and quick start instructions in SKILL.md.