by LAVARONG · Codex Skill · ★ 127
微信自动化发信 Skill / HTTP API 这是一个面向 Windows 桌面微信的自动化发信工具,核心能力是通过 控制已登录的微信客户端发送文本、图片 URL 或本地文件。项目提供两种入口: Skill / CLI 入口:推荐给各类 Agent 使用。一次命令完成一次发送,执行后立即退出;只发送消息时无需启动后台 HTTP API。 HTTP API 入口:适合外部系统长期集成、批量投递和队列处理,需要启动 Flask 后台服务。 本项目不使用 Hook、不接入微信协议,只通过 Windows UI 自动化操作本机微信窗口。 Skill 用法 这是最推荐的使用方式:你只需要用自然语言告诉智能体要把什么内容发给谁,智能体会自动调用 Skill,不需要你手写命令,也不需要启动后台 HTTP API。 安装 智能体会自动拉取仓库、读取 ,并按项目说明准备运行环境。如果正常,会操作微信给“文件传输助手”发送测试信息。请提前确保 PC 版微信已经登录。 玩法示例 安装完成后,可以直接这样对智能体说: 普通发消息、发图片、发本地文件都走 Skill 即可,不需要运行 ,也不需要启动 。 CLI 用法 CLI 适合开发者手动测试、排查环境问题,或在本机脚本里直接调用。 手动安装环境 先确保满足以下条件: Windows 10/11 Python 3.7+ 微信 PC 客户端已启动并登录...
| Stars | 127 |
| Forks | 35 |
| Language | Python |
| Category | Codex Skill |
| Quality Score | 65.1117890198436/100 |
| Open Issues | 4 |
| Last Updated | 2026-06-01 |
| Created | 2025-10-31 |
| Platforms | python |
| Est. Tokens | ~9k |
These tools work well together with wechat-automation-api for enhanced workflows:
Explore other popular codex skill tools:
wechat-automation-api is 微信 Windows 版自动化发送服务(支持 4.0+ 版本) 基于 Flask + uiautomation 的 HTTP API 服务,通过 UI 自动化控制微信客户端发送消息。 支持文本、图片、批量发送和队列管理。非 HOOK、非协议,安全可靠。已支持Agent Skill,可让openclaw安装。. It is categorized as a Codex Skill with 127 GitHub stars.
wechat-automation-api is primarily written in Python. It covers topics such as agent-skill, flask, python.
You can find installation instructions and usage details in the wechat-automation-api GitHub repository at github.com/LAVARONG/wechat-automation-api. The project has 127 stars and 35 forks, indicating an active community.