This lets Claude interact with WeCom (企业微信) messages through the wecom-cli command line tool. You can query conversation lists, pull message history from the last 7 days including text, images, files, voice and video, download media files, and send text messages to individuals or groups. The implementation is thorough about handling Chinese names and userids, automatically downloading and renaming files with correct extensions based on MIME types, and includes mandatory confirmation steps before sending messages. The workflow forces you to tell users where downloaded files are stored and ask if they want cleanup, which feels a bit hand-holdy but probably prevents support issues. Most useful if you're building internal tools for teams already on WeCom and want conversational access to chat history.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-msg