What problem does it solve? Managing WeCom (Enterprise WeChat) online meetings through chat requires precise API parameters, attendee userid resolution, free/busy checks, and meeting room booking. This Skill orchestrates the full meeting lifecycle through the wecom-cli tool so users can create, find, update, and cancel meetings with natural language instead of manual API calls. ## Core Features & Use Cases - Full Meeting Lifecycle: Create meetings with attendees, time, location, and meeting room booking; list, search, update, and cancel existing meetings. - Transcripts and Summaries: Retrieve verbatim meeting transcripts (original_data) and orchestrate AI-generated notes and todos, with custom summarization from raw transcripts when needed. - Disambiguation and Safety: Distinguishes online meetings from plain calendar schedules, resolves attendee names to userids via the contact skill, checks free/busy status before booking, and enforces limits (no recurring meetings, 100 attendees, 24-hour duration). - Use Case: A user says "schedule a project review with Zhang San tomorrow at 2pm and book a meeting room." The Skill resolves Zhang San's userid, checks everyone's availability, queries and books a real meeting room, creates the meeting, and returns only subject, time, and attendee names. ## Quick Start Ask the assistant to create a WeCom online meeting, for example: "Help me schedule a video meeting with the product team tomorrow at 3pm for one hour."