This automates WeChat messaging on macOS through AppleScript, letting you send messages to contacts or groups without touching the UI. You pass in a recipient name and message content, and it handles activating WeChat, finding the contact, and sending the text. It's primarily useful if you're building automation workflows that need to trigger WeChat notifications or updates, though you'll need macOS and the WeChat desktop app installed. The implementation is straightforward AppleScript with support for Chinese characters and special text. With 131 installs and passing security audits, it's a focused tool that does one thing: programmatic message sending when you can't or don't want to use WeChat's official API.
npx skills add https://github.com/tiancheng91/wechat-msg-send --skill wechat-message