← Back to Skills Marketplace
微信指定联系人自动发送
by
2450550235-debug
· GitHub ↗
· v1.0.0
· MIT-0
167
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-auto-send
Description
通过命令行自动打开微信并向指定联系人发送消息,支持自定义等待时间和倒计时开始。
Usage Guidance
这是一个本地 GUI 自动化脚本,功能透明且与描述一致—but 请在安装/启用前注意:
- 它会模拟鼠标和键盘并使用系统剪贴板:执行时请不要操作电脑,避免意外输入或剪贴板泄露。不要用它发送密码或高度敏感信息。
- 代码是开源文本文件:如果允许代理自动调用该技能(disable-model-invocation=false),代理可能在没有额外确认的情况下发送消息。建议在 OpenClaw 中要求交互确认或禁用自动调用,或审查/修改代码以加入 an explicit confirmation step before sending.
- 在信任环境中本地运行并先做几次测试(例如发送到“文件传输助手”或测试账号)以验证等待时间和目标定位准确。
- 如需更高安全性,审阅代码并在隔离环境中运行;若不希望代理能主动发送消息,可在平台上禁用模型自主调用或移除该技能。
Capability Analysis
Type: OpenClaw Skill
Name: wechat-auto-send
Version: 1.0.0
The skill bundle provides a legitimate automation tool for sending WeChat messages via UI interaction using standard libraries like pyautogui, pygetwindow, and pyperclip. The code logic in SKILL.md and wechat_auto_send.py is transparent, well-documented, and includes safety features such as a failsafe mechanism and user-controlled delays, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
技能名称、描述与包含的代码、示例和依赖一致——脚本使用 pyautogui/pygetwindow/pyperclip 模拟用户操作以在微信中发送消息。所需资源(Python 库、可见的微信窗口)与目的相称。
Instruction Scope
运行时指令和代码只做本地 GUI 自动化:查找微信窗口、操作剪贴板、按键/粘贴并发送文本。脚本没有访问网络、环境变量、外部 URLs 或读取系统凭据;唯一需要注意的是它会覆盖/使用系统剪贴板并控制鼠标键盘(执行时应勿人工干预)。
Install Mechanism
没有远程下载或安装说明;只包含代码文件和 requirements.txt,依赖来自常见 Python 包。没有可疑外部安装来源或提取任意归档的步骤。
Credentials
不要求任何环境变量、凭据或配置路径。所需依赖(pyautogui/pygetwindow/pyperclip)与功能直接相关。
Persistence & Privilege
技能未声明 always:true(默认关闭),但 disable-model-invocation 为 false,意味着代理可以在有权限的情况下自动调用该技能。虽然这是平台默认行为,但因为技能会实际发送消息,建议要求用户确认或在策略中限制自动调用以避免非预期消息发送。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-auto-send - After installation, invoke the skill by name or use
/wechat-auto-send - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
需保持微信登陆,所有快捷键需为微信默认快捷键且未被占用
Metadata
Frequently Asked Questions
What is 微信指定联系人自动发送?
通过命令行自动打开微信并向指定联系人发送消息,支持自定义等待时间和倒计时开始。 It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install 微信指定联系人自动发送?
Run "/install wechat-auto-send" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 微信指定联系人自动发送 free?
Yes, 微信指定联系人自动发送 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 微信指定联系人自动发送 support?
微信指定联系人自动发送 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 微信指定联系人自动发送?
It is built and maintained by 2450550235-debug (@2450550235-debug); the current version is v1.0.0.
More Skills