What problem does it solve? Accessing WeCom (Enterprise WeChat) conversations and message history normally requires manual app navigation, making it hard for AI agents or terminal users to search chats, retrieve records, download attachments, or send messages programmatically. ## Core Features & Use Cases - Chat List & History Retrieval: Query conversation lists by time range and pull message records (text, image, file, voice, video) for single or group chats within the last 7 days. - Media Download: Automatically download images, files, voice, and video attachments to local paths with correct file extensions based on MIME type. - Text Message Sending: Send text messages to individual or group chats with confirmation before sending. - Use Case: Ask the agent to "show my recent chat with Zhang San and download the files he sent" — it resolves the chat ID, pulls messages, maps user IDs to names, downloads attachments, and reports local file paths. ## Quick Start Ask the agent to show your recent WeCom conversations from the past week or send a text message to a specific colleague by name.