What problem does it solve? Manually checking your calendar and task list separately to plan your day is time-consuming and error-prone. This Skill orchestrates Lark calendar agenda and task queries into a single consolidated standup-style summary showing meetings, pending to-dos, schedule conflicts, and free slots for any given date. ## Core Features & Use Cases - Calendar Agenda Retrieval: Fetches events for today, tomorrow, or any date range via lark-cli calendar +agenda with ISO 8601 date filtering. - Pending Task Collection: Pulls incomplete tasks via lark-cli task +get-my-tasks --complete=false, with optional due-date filtering and pagination. - Intelligent Summarization: Converts Unix timestamps to local time, maps RSVP statuses, sorts events and tasks, detects schedule conflicts, and identifies free time slots. - Use Case: Ask "What's on my schedule today?" and receive a formatted standup report with a meeting table, pending to-do checklist, conflict warnings, and a day overview. ## Quick Start Ask the assistant to generate a standup summary of today's meetings and unfinished tasks using the lark-workflow-standup-report skill.