Wechat Sender
v1.1.0Use PyAutoGUI to automate sending messages or files via WeChat by simulating keyboard inputs with customizable contact selection and send options.
⭐ 0· 24·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim PyAutoGUI-based WeChat automation; the code implements exactly that (opens WeChat via hotkey, searches contacts, types messages/file paths, optional save of hotkey to wechat_config.json). No unrelated environment variables, binaries, or network calls are requested.
Instruction Scope
SKILL.md and the script confine actions to simulating keyboard/mouse and reading/writing a local config file and checking local file existence. This is consistent with the stated purpose. Important operational note: the skill will physically control your desktop (keyboard/mouse) and may press Enter to send messages unless you use --no-send, so running it unattended or allowing autonomous agent invocation could cause it to type/send unexpected content.
Install Mechanism
Instruction-only with no install spec; dependency (pyautogui) is documented. No downloads or archive extraction are performed by the skill itself.
Credentials
No environment variables, credentials, or external config paths are requested. The script reads/writes a JSON config file inside the skill directory (wechat_config.json) and checks provided local file paths when sending files — both are justified by the described functionality.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or global agent settings; it persists only a small config file in its own folder. Reminder: the skill can be invoked autonomously by the agent (default platform behavior); because it controls the UI, consider whether you want automated runs.
Assessment
This skill is internally coherent and implements what it says — it types and clicks on your desktop to control WeChat and stores a small wechat_config.json in the skill folder. Before installing, consider: (1) Only run it in an interactive GUI session you trust (it will move/type and can press Enter to send). (2) Use --no-send to preview messages before letting it send automatically. (3) Review the single Python file yourself (it's short and readable) if you have doubts. (4) If you don't want the agent to run this automatically, disable autonomous skill invocation or only call the script manually. (5) Avoid sending highly sensitive content through an automated tool unless you verify behavior in a safe test environment.Like a lobster shell, security has layers — review code before you run it.
latestvk97c20kgwk4mqy1qwv64pz56f584rxg9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
