What problem does it solve? It lets users look up their WeCom (Enterprise WeChat) meetings directly from the terminal or an AI agent, answering questions like "what meetings do I have this week" or "when is the tech review meeting" without opening the WeCom app. ## Core Features & Use Cases - Meeting List Query: Retrieve meeting ID lists for a user within a time range (limited to the current day plus or minus 30 days, up to 100 per page) with cursor-based pagination. - Meeting Detail Retrieval: Fetch full meeting information by meeting ID, including title, time, location, attendees, hosts, password settings, recurring rules, and sub-meetings. - Keyword Search Workflow: Find a meeting by matching keywords against titles pulled from the list and detail APIs. - Use Case: A user asks "帮我查一下本周有哪些会议"; the agent computes the week's date range, calls list_user_meetings, then get_meeting_info for each ID, and presents a formatted schedule. ## Quick Start Ask the AI to list your WeCom meetings for this week using the wecom-pro meeting command.