What problem does it solve? Sending messages to WeCom (Enterprise WeChat) colleagues or group chats from an AI agent requires resolving the correct chat session, uploading media, and calling the right API commands. This Skill handles that entire flow through the wecom-cli command-line tool, so you can message authorized contacts or recently active chats without manual API work. ## Core Features & Use Cases - Session Discovery: Lists chats the bot can message (single and group chats) sorted by most recent activity, and matches targets by chat name or position. - Multi-format Messaging: Sends Markdown text (up to 20480 UTF-8 bytes), images, files, AMR voice, and video messages with optional titles and descriptions. - Media Integration: Coordinates with the wecomcli-media skill to upload local files and obtain the media_id required for non-text messages. - Use Case: Ask the agent to send a weekly report as a Markdown message to your team group chat, or forward a generated PDF file to a colleague you recently chatted with on WeCom. ## Quick Start Send a Markdown message saying 'deployment complete' to my most recent WeCom group chat.