lark-workflow-standup-report

Generate daily standup summaries from calendar agenda and tasks.

16.3k|1.3k|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/larksuite/cli --skill lark-workflow-standup-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-workflow-standup-report
Source: https://github.com/larksuite/cli/tree/main/skills/lark-workflow-standup-report
Command: npx skills add https://github.com/larksuite/cli --skill lark-workflow-standup-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

日程待办摘要工作流整合 calendar +agenda 与 task +get-my-tasks,自动生成指定日期的日程与未完成任务摘要,帮助快速了解当前工作日计划。

Core Features & Use Cases

  • 日程整合:从日历中提取事件,按时间排序,输出冲突提示和空闲时段。
  • 待办聚合:获取当前用户未完成的任务,按截止日期排序,遇到无截止日期的任务置于末尾。
  • 自动摘要:将日程与待办汇总成简明摘要,适用于今日/明日/本周等场景。
  • 权限要求:使用 lark-cli 时需具备日历和任务的读取权限。

Quick Start

请用日历和任务数据生成今天的日程与未完成待办的摘要。

Frequently Asked Questions about lark-workflow-standup-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily standup reports from calendar events and tasks?

Automating daily standup reports involves coordinating calendar agendas and unfinished tasks to generate concise summaries. This workflow extracts scheduled events, sorts them by time, detects conflicts, and aggregates pending tasks sorted by due date for daily overviews.

Can I generate standup summaries for tomorrow or this week instead of just today?

Yes, standup summaries can be generated for today, tomorrow, and this week scenarios. The workflow applies time-zone aware summarization to provide a concise overview of scheduled events and unfinished tasks for the specified date range.

Do I need specific permissions to automate calendar and task summarization?

Yes, automating calendar and task summarization requires read permissions for both calendar and task data. The workflow uses lark-cli to extract agenda events and fetch unfinished tasks, needing authorized access to generate the daily standup report.

How does the standup summary workflow handle tasks without a due date?

When generating standup summaries, tasks without a due date are placed at the end of the list. The workflow fetches unfinished tasks and sorts them by deadline, ensuring scheduled events and prioritized tasks are clearly organized in the daily overview.

What is the best way to detect calendar event conflicts for a daily standup?

Detecting calendar conflicts for a daily standup is handled by extracting calendar events and sorting them chronologically. The workflow outputs conflict prompts and identifies free time slots, providing a clear view of overlapping scheduled events.

Does the standup report workflow work without external dependencies?

No, the standup report workflow requires the lark-cli tool to orchestrate the end-to-end process. It depends on lark-cli to fetch calendar agendas and retrieve unfinished tasks for time-zone aware summarization.