| name | wechat-foreground-retry-sent |
| description | Send WeChat desktop single-chat messages by foregrounding Weixin and using Ctrl+F search + paste + Enter with retry timing. Use when user asks to send a DM from local PC WeChat to a named contact. |
Use the bundled PowerShell script to send a single WeChat message reliably.
Command
powershell -ExecutionPolicy Bypass -File skills/wechat-foreground-retry-sent/scripts/send-wechat-single.ps1 -Target "联系人名" -Message "消息内容"
Notes
- Requires desktop WeChat process name
Weixin running and logged in.
- Uses
WECHAT_FOREGROUND_RETRY_SENT flow: foreground -> Ctrl+F -> select contact -> paste -> Enter.
- If user asks to resend, run the same command again.