← 返回 Skills 市场
anananangela

Wechat Sender

作者 anananAngela · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
120
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-sender-pyautogui
功能描述
Use PyAutoGUI to automate sending messages or files via WeChat by simulating keyboard inputs with customizable contact selection and send options.
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: wechat-sender-pyautogui Version: 1.1.0 The skill is a legitimate automation tool designed to send WeChat messages and files by simulating keyboard shortcuts and typing via the PyAutoGUI library. The Python script `wechat_sender.py` includes standard safety measures such as `FAILSAFE` and `PAUSE` settings, and its logic is transparently aligned with the documentation in `SKILL.md`. There is no evidence of data exfiltration, malicious command execution, or unauthorized access to sensitive system information.
能力评估
Purpose & 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-sender-pyautogui
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-sender-pyautogui 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
新增自定义快捷键功能:支持 --config-hotkey 配置快捷键,--hotkey 临时指定,--show-config 查看配置
v1.0.0
wechat-sender-pyautogui 1.0.0 初始版本发布: - 提供通过 PyAutoGUI 快捷键自动发送微信消息和文件的功能 - 支持命令行参数选择联系人、消息内容、文件路径、同名联系人序号 - 可选择仅输入、不发送,让用户自行确认 - 集成常用微信操作快捷键(如 Ctrl+Alt+W 打开微信、Ctrl+F 搜索联系人) - 内置安全设置,可通过鼠标移到屏幕角落中止操作
元数据
Slug wechat-sender-pyautogui
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Wechat Sender 是什么?

Use PyAutoGUI to automate sending messages or files via WeChat by simulating keyboard inputs with customizable contact selection and send options. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 Wechat Sender?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-sender-pyautogui」即可一键安装,无需额外配置。

Wechat Sender 是免费的吗?

是的,Wechat Sender 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Wechat Sender 支持哪些平台?

Wechat Sender 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wechat Sender?

由 anananAngela(@anananangela)开发并维护,当前版本 v1.1.0。

💬 留言讨论