← 返回 Skills 市场
205
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install wechat-talk
功能描述
Windows 电脑端微信消息自动发送技能,通过键盘模拟给指定联系人发送消息。快捷命令:wt
安全使用建议
This skill appears to do what it says (simulate keyboard to send WeChat messages), but I recommend caution: 1) Verify the package origin — _meta.json and .clawhub/origin.json metadata differ from the registry metadata (ownerId/slug mismatch). 2) Inspect and remove any unnecessary dependencies (pytesseract, opencv) before installing — they increase attack surface. 3) Be aware server.py runs a JSON-RPC stdin/stdout loop that allows programmatic calls to send messages; do not allow autonomous model invocation or untrusted processes to call it if you don't want unattended sending. 4) Review any local test_config.json before running (it can change recipients). 5) Run first in a safe/test environment and observe behavior; avoid running while you are actively using the machine (the tool injects keystrokes). If you need help verifying the metadata or trimming dependencies, obtain the original upstream source or ask the publisher for clarification before installing.
功能分析
Type: OpenClaw Skill
Name: wechat-talk
Version: 1.0.2
The skill bundle provides automated WeChat messaging functionality for Windows using GUI automation libraries like pyautogui and pyperclip. The implementation in server.py and send_batch.py strictly follows the stated purpose of simulating keyboard inputs (Ctrl+F, Ctrl+V, Enter) to search for contacts and send messages. There is no evidence of data exfiltration, unauthorized network access, or malicious prompt injection in SKILL.md.
能力评估
Purpose & Capability
Functionality in send_batch.py and server.py matches the description: keyboard simulation (pyautogui/pyperclip) to open WeChat, search contacts, paste and send messages. However, requirements.txt includes OCR/Computer Vision packages (pytesseract, opencv-python) that are not used by the provided code, which is disproportionate to the stated simple keyboard-simulation purpose. Also package/owner metadata in _meta.json and .clawhub/origin.json do not match the registry metadata (different ownerId and slug), which is inconsistent with the claimed source.
Instruction Scope
SKILL.md and scripts instruct the agent/user to run local Python scripts that will activate the WeChat window and simulate keystrokes — this is appropriate for the stated task. The code reads/writes a local queue file (send_queue.json) and may read test_config.json if present. There are no instructions to read unrelated user files or environment variables. Important: server.py implements a JSON-RPC stdin/stdout tool interface so an agent/process can call wechat_send_message and wechat_get_status programmatically; that enables silent/autonomous sending of messages if invoked by an agent or another process.
Install Mechanism
No install spec in registry (instruction-only), so nothing is automatically downloaded. A requirements.txt is included that pulls several third-party Python packages. The presence of unused heavy deps (pytesseract, opencv-python) increases attack surface and is not justified by SKILL.md or code; this is a maintenance/security concern but not direct evidence of maliciousness.
Credentials
The skill requests no environment variables, credentials, or external endpoints. That is proportionate to its purpose of local GUI automation. No secrets appear to be requested or used.
Persistence & Privilege
The skill exposes a long-running MCP-style tool loop (reads JSON requests on stdin and performs actions). With model invocation enabled (default), an agent could call the tool to send messages without explicit user prompts. Autonomous invocation alone isn’t always a problem, but combined with metadata inconsistencies and unexplained dependencies it raises the risk that the skill could be used to send messages unexpectedly. always:false mitigates some risk, but you should treat enabling autonomous calls carefully.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-talk - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-talk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added new files: __pycache__/server.cpython-314.pyc, input_verify.png, result.png, and verify.png.
- Removed test_config.json.
- No user-facing functional changes described in SKILL.md.
- Likely enhancements for verification and result visualization with newly added images.
v1.0.1
No file changes detected in this version.
- No updates or modifications were made to code or documentation.
- Version remains unchanged in all files.
v1.0.0
Summary: Major update with new features, improved usage, and better efficiency.
- 全新发布,版本 2.0.0,支持 Windows 微信消息自动发送
- 新增批量发送、快捷命令 wt、多联系人优化流程
- 使用全键盘模拟方式,无需微信 API
- 增强错误提示与格式校验,避免格式错误
- 丰富使用文档,详细说明各使用方式和注意事项
元数据
常见问题
给微信的联系人或者群发送信息 是什么?
Windows 电脑端微信消息自动发送技能,通过键盘模拟给指定联系人发送消息。快捷命令:wt. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。
如何安装 给微信的联系人或者群发送信息?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-talk」即可一键安装,无需额外配置。
给微信的联系人或者群发送信息 是免费的吗?
是的,给微信的联系人或者群发送信息 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
给微信的联系人或者群发送信息 支持哪些平台?
给微信的联系人或者群发送信息 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 给微信的联系人或者群发送信息?
由 返璞归真(@zhangpuego123)开发并维护,当前版本 v1.0.2。
推荐 Skills