WeChat chat reader + auto-reply (Qwen-VL vision + AHK send). Supports fast/slow capture, group nickname labels, file/red-packet cards, and filtering system messages on Windows.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill wechat-qwen-reply --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wechat Qwen Reply?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-wechat-qwen-reply)More formats (shields.io, HTML) on the badges page.
---
name: wechat-qwen-reply
description: WeChat chat reader + auto-reply (Qwen-VL vision + AHK send). Supports fast/slow capture, group nickname labels, file/red-packet cards, and filtering system messages on Windows.
---
# WeChat Qwen Reply
## 快速开始
### 1) 读聊天文本(默认快模式)
```
python scripts/qwen_vl_read.py "群名或联系人"
```
### 2) 稳模式(全屏截图+裁剪)
```
python scripts/qwen_vl_read.py "群名或联系人" --slow
```
### 3) 调试输出最近截图
```
python scripts/qwen_vl_read.py "群名或联系人" --debug
```
## 关键说明
- 依赖 AHK v2、微信 PC、Python 3.12
- DashScope API Key 存在:`C:\Users\chenxun\.nanobot\workspace\.secrets\dashscope_api_key.txt`
- 默认快模式:直接截聊天区域(更快);若坐标不准可改用 `--slow`
- 截图坐标(已校准):左上 (386,68),右下 (1891,842)
## 脚本说明
- `scripts/qwen_vl_read.py`:读取聊天文本(Qwen-VL)
- `scripts/wechat_capture_fast.ps1`:快模式截图
- `scripts/wechat_capture_crop.ps1`:稳模式截图
- `scripts/wechat_send_chat.ahk`:发送消息(剪贴板粘贴,避免标点错乱)
## 输出
- 最近一次识别文本:`C:\Users\chenxun\.nanobot\workspace\qwen_chat_last.txt`
- 最近一次裁剪图:`C:\Users\chenxun\.nanobot\workspace\qwen_last_crop.png`
## 提示词逻辑(已内置)
- 顺序:从上到下(旧→新)
- 识别:绿色气泡=我,白色气泡=对方;颜色不清晰则参考左右位置
- 群聊:尽量标注具体昵称
- 文件/红包卡片:标注发送方并写明【文件卡片】/【红包卡片】
- 系统提示:不输出
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Create, comment on, update, and list Paperclip tasks from Hermes using scoped Paperclip API credentials.
Write a short, colloquial summary for a Paperclip summary slot: open with the 1–3 specific, concrete actions the reader needs to take right now to unblock the work, then a brief plain-language status, streaming progress as it works.
Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.