wechat-cli
Installation
SKILL.md
wechat-cli — pure-background WeChat send
A CLI that sends WeChat messages without activating WeChat's window (no flash, no focus steal). Reverse-engineered via LLDB + macOS Accessibility API.
Quick usage
# Send to the currently open chat
wechat-cli --text "Hello 你好 🎉"
# Send to any wxid (regardless of which chat is currently open)
wechat-cli --text "会议马上开始" --wxid filehelper
wechat-cli --text "到家了吗" --wxid wxid_abc123
First-time setup (once per machine)
Related skills