lark-workflow-standup-report
Installation
Summary
Daily schedule and task summary combining calendar events and pending to-dos for a specified date.
- Fetches calendar events and incomplete tasks for today, tomorrow, or a custom date range using ISO 8601 timestamps
- Requires explicit
--complete=falseflag when querying tasks to exclude completed items from the summary - Outputs a structured report with time-converted events, task deadlines, conflict detection, and free time slots
- Supports filtering by due date (
--due-end) and pagination (--page-all) for large task lists; requires prior Lark CLI authentication with calendar and task scopes
SKILL.md
日程待办摘要工作流
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理
适用场景
- "今天有什么安排" / "今天的日程和待办"
- "明天有什么会" / "明日日程与未完成任务"
- "帮我看看今天要做什么" / "早报摘要"
- "开工摘要" / "standup report"
- "这周还有哪些安排"
前置条件
仅支持 user 身份。执行前确保已授权:
lark-cli auth login --domain calendar,task
Explore more of GLSRM
