Pywayne Gui
v0.1.0Windows GUI automation toolkit for global hotkeys and window management. Use when users need to register global hotkeys, find/control windows, automate GUI o...
⭐ 0· 683·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill claims to provide a Python package api (from pywayne.gui) for registering global hotkeys and window control. However the registry entry is instruction-only with no code files and no install spec — the described package is not provided by the skill. That mismatch means the skill is effectively documentation for an external package rather than a self-contained integration.
Instruction Scope
The runtime instructions and examples stick to Windows GUI automation: registering global hotkeys, enumerating and manipulating windows, and using pyautogui/pyuserinput/pywin32. They do not instruct reading unrelated system files, exfiltrating secrets, or contacting external endpoints.
Install Mechanism
There is no install specification for the skill; the SKILL.md merely lists pip install commands for dependencies. Because the skill does not include the pywayne package or declare how to install it, it relies on an external package being present in the environment — a gap that could lead to confusion or accidental execution of an unexpectedly sourced package.
Credentials
The skill requests no environment variables, credentials, or config paths. The listed dependencies (pywin32, pyuserinput, pyautogui) are appropriate for Windows GUI automation and are proportional to the described functionality.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills' configs. Note: the skill's functionality (global hotkeys, window control) can affect the user desktop and may require administrator privileges for some operations, but the bundle does not request elevated platform privileges itself.
What to consider before installing
This skill appears to be documentation for a Python package (pywayne.gui) rather than a complete skill bundle. Before installing or running anything: 1) Verify the actual Python package: search PyPI and GitHub for 'pywayne' or 'pywayne.gui' and review the repository and release artifacts. 2) If you intend to use this skill inside an agent, prefer a skill that either includes the package or an explicit, trusted install step (e.g., a link to an official GitHub release or PyPI). 3) Install and test the package in an isolated environment (VM or container) first — GUI automation libraries can take actions on your desktop, register global hotkeys, and may require admin rights for some operations. 4) If you can't find a trusted upstream source, do not run code that imports 'pywayne' from this skill. 5) If you permit the agent to invoke this skill autonomously, be aware it could trigger hotkeys or manipulate windows; limit autonomous use if you don't fully trust the package/source.Like a lobster shell, security has layers — review code before you run it.
latestvk972vfmr29cgjzwkahf3n1hn3h818676
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
