Automates sending WeChat messages on macOS by driving the desktop app through accessibility APIs. You give it a contact name and message text, and it opens WeChat, searches for the exact contact, verifies the chat title matches precisely, then sends your text. Requires accessibility permissions for your terminal and only works with exact name matches, no fuzzy searching, which prevents accidental sends to the wrong person. The dry run flag lets you test contact lookup without actually firing off messages. Useful if you're building automation workflows that need to notify people over WeChat, though you'll need the desktop app installed and be ready to grant system permissions.
npx skills add https://github.com/cloudsen/eliteforge-skills --skill wechat-message-sender