This automates sending WeChat messages on macOS by driving the desktop client through UI automation and clipboard tricks instead of typing directly, which sidesteps input method interference with Chinese text. It uses osascript to focus WeChat, trigger keyboard shortcuts, and paste both contact names and message content from the clipboard. The workflow is straightforward: run a doctor check to verify dependencies, then call the send_message script with a contact name and message body. The main gotcha is you need Accessibility permissions granted, and if you have duplicate contact names you might message the wrong person. It's purpose built for macOS desktop WeChat when you need programmatic sending without fighting IME issues.
npx skills add https://github.com/jasoft/ursoft-skills --skill wechat-send