529279917/wechat-skill/SKILL.md
Windows 电脑端微信消息发送 MCP,实现在微信上给指定联系人发送消息
npx skillsauth add openclaw/skills wechat-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Windows 电脑端微信消息发送 MCP。
基于 wechat-mcp 增强优化,感谢原始作者!
重要:本技能仅在用户明确要求通过微信发送消息时使用,不要与其他通信工具混淆。
当用户明确要求通过微信发送消息时使用,例如:
禁止在以下场景使用(会混淆):
如果用户没有指定平台,只是说"发消息",请先询问用户要使用哪个平台。
需要先安装 Python 依赖:
pip install pyautogui pygetwindow pillow pyperclip opencv-python
当我(AI)帮你发送微信消息时,我会通过 exec 工具调用这个 Python 脚本。
告诉我你想发给谁和什么内容,比如:
我会搜索并显示搜索结果截图
如果有多个同名联系人,会让你选择:
你确认后,我再执行发送
自动搜索发送(需要确认)
当前窗口发送(仅限已打开的聊天)
如果你想自己运行,可以直接执行:
python C:\Users\toby\.openclaw\workspace\skills\wechat-mcp\server.py
但更简单的方式是让我帮你发送消息!
需要安装 Python 依赖(已安装):
如果通过 MCP 协议调用:
{
"tools": [
{
"name": "wechat_get_status",
"description": "获取微信窗口状态"
},
{
"name": "wechat_send_message",
"description": "给当前聊天窗口发送消息",
"inputSchema": {
"type": "object",
"properties": {
"message": {"type": "string", "description": "消息内容"}
},
"required": ["message"]
}
}
]
}
wechat-mcp/
├── server.py # MCP 服务器主程序
├── test_wechat.py # 测试工具
├── requirements.txt # Python 依赖
└── README.md # 说明文档
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。