What problem does it solve? Manually checking your Feishu calendar and task list separately to plan your day is repetitive and error-prone. This Skill orchestrates both data sources into a single standup-style summary showing meetings, pending tasks, schedule conflicts, and free time slots. ## 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 handling. - Pending Task Collection: Pulls incomplete tasks with lark-cli task +get-my-tasks --complete=false, with optional due-date filtering. - Intelligent Summarization: Converts Unix timestamps to local time, maps RSVP statuses, sorts events and tasks, detects schedule conflicts, and identifies free slots. - Use Case: Ask "what's on my plate today" and receive a formatted report with a meeting table, a checklist of pending tasks with due dates, conflict warnings, and a count summary. ## Quick Start Ask the assistant to generate a standup summary of today's Feishu calendar events and unfinished tasks.