Lark CLI Skill: Standup Report Workflow
Lark/Feishu CLI workflow skill. Combines calendar agenda and tasks to generate daily/weekly standup summaries.
这个资产会安全暂存
这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。
npx -y tokrepo@latest install 84e21a6a-8152-4b45-be89-b7338030c466 --target codex先暂存文件;激活前需要读取暂存 README 和安装计划。
What it is
This is a Claude Code skill for the Lark (Feishu) CLI that automates standup report generation. It pulls your calendar agenda and task list, then formats them into a structured daily or weekly summary.
The skill targets engineering managers, team leads, and individual contributors who spend repetitive minutes each morning compiling what they did yesterday, what they plan today, and what blocks them.
How it saves time or tokens
Manual standup compilation typically takes 5-10 minutes per day. This skill reads calendar events and tasks from the Lark API in a single pass, then formats the output with zero manual copy-paste. Because the prompt is focused and the data is structured, token consumption stays around 500 tokens per run.
How to use
- Install the Lark CLI and authenticate with your Feishu workspace credentials.
- Add this skill to your Claude Code configuration so it can access the Lark CLI tools.
- Run the standup command specifying daily or weekly mode.
# Example: generate a daily standup
lark-cli standup --mode daily --date 2026-04-15
# Example: generate a weekly summary
lark-cli standup --mode weekly --week-of 2026-04-14
Example
Standup Report - 2026-04-15
Yesterday
- Reviewed PR #342 for auth refactor
- Attended sprint planning (10:00-11:00)
Today
- Ship login page redesign
- Sync with design team at 14:00
Blockers
- Waiting on API key from infra team
Related on TokRepo
- Automation tools — Browse more workflow automation skills for AI agents
- Prompt library — Discover reusable prompts for daily dev workflows
Common pitfalls
- Forgetting to authenticate the Lark CLI before running the skill causes silent failures with empty output.
- Weekly mode requires specifying the Monday date of the target week; passing a mid-week date may produce partial results.
- The skill reads only events you accepted; declined or tentative calendar entries are excluded by default.
常见问题
The skill uses the Lark CLI which supports both Lark International and Feishu China editions. You select the environment during CLI authentication. The standup output format is the same regardless of which edition you use.
Yes. The skill uses a prompt template that you can modify in your Claude Code configuration. You can change section headings, add custom fields like 'mood' or 'focus area,' and adjust the date format to match your team's conventions.
A daily standup with 5-8 calendar events and 3-5 tasks typically consumes around 500 tokens. Weekly summaries consume more because they aggregate 5 days of data, but generally stay under 1,500 tokens.
The skill generates standups for a single authenticated user. To aggregate a team's standups, each member runs the skill individually and posts the result to a shared channel. The Lark CLI does not expose other users' calendars by default.
The skill handles empty calendars gracefully. The 'Yesterday' or 'Today' section will show 'No scheduled events' and the report will still include your task list and any manually added notes.
引用来源 (3)
- Lark Open Platform Docs— Lark Open Platform provides calendar and task APIs for developers
- Anthropic Claude Code Docs— Claude Code supports custom skills for extending agent capabilities
- GitHub Docs— Standup meetings improve team alignment and surface blockers early
来源与感谢
Created by LarkSuite. Licensed under MIT. larksuite/cli — 4,100+ GitHub stars
Part of the Lark CLI Official Skills Collection on TokRepo.
讨论
相关资产
Lark CLI Skill: Tasks — Todo & Project Management
Lark/Feishu CLI skill for task management. Create todos, track progress, manage subtasks, assign members, set reminders.
Lark CLI Skill: Calendar — Event & Schedule Management
Lark/Feishu CLI skill for calendar management. View agenda, create events, invite attendees, check free/busy, and get time suggestions.
Lark CLI Skill: Meeting Summary Workflow
Lark/Feishu CLI workflow skill. Aggregates meeting minutes over a time range and generates structured reports.
Lark CLI Skill: Meetings — Video Conference Records
Lark/Feishu CLI skill for video meetings. Search meeting records, get meeting minutes with summaries, todos, and transcripts.