# Generate Lark Standup Reports

Daily planning is slow when meetings and tasks live in separate Lark apps. This skill combines calendar agenda and unfinished tasks into one standup-ready summary.

## Install

```bash
npx skillstore add larksuite/lark-workflow-standup-report
```

## Metadata

- Status: approved
- Slug: larksuite-lark-workflow-standup-report
- Version: 1.0.0
- Author version: 1.0.0
- Skillstore revision: r1
- Version status: valid
- Tree hash: cffdbb65de558c140d70953d62ec46e68e0306346aa9eaec4220fdf98468b3da
- Author: larksuite
- GitHub username: larksuite
- License: MIT
- Repository: https://github.com/larksuite/cli/tree/main/skills/lark-workflow-standup-report/
- Ref: 1ffa7643651792ccb4bd3b15d924d2c97edff755
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, filesystem
- Quality score: 80
- Quality tier: silver
- Public page: https://skillstore.pages.dev/skills/larksuite-lark-workflow-standup-report
- Manifest: https://skillstore.pages.dev/api/skills/larksuite-lark-workflow-standup-report/manifest

## Capabilities

- Guides authentication for Lark calendar and task scopes.
- Fetches calendar agenda data for today or a specified date range.
- Fetches incomplete Lark tasks with optional due date filtering.
- Formats meetings and tasks into a standup-style report.
- Maps RSVP status values into readable status labels.
- Identifies schedule conflicts and estimates free time from agenda data.

## Use Cases

- Prepare a personal standup: Review today’s meetings, pending tasks, conflicts, and open time before the workday starts.
- Plan tomorrow’s priorities: Generate a next-day agenda and task view before ending the current day.
- Check weekly workload: Review upcoming schedule pressure and unfinished tasks for a short planning window.

## Prompt Templates

### Today’s simple report

```
Create my Lark standup report for today. Include meetings, incomplete tasks, conflicts, and free time.
```

### Tomorrow’s planning report

```
Create my Lark standup report for tomorrow. Use the correct ISO date range and include tasks due by tomorrow.
```

### Focused task and meeting review

```
Summarize my Lark schedule and unfinished tasks for this date. Highlight overdue tasks and meetings that need RSVP action.
```

### Weekly workload scan

```
Generate a Lark workload report for this week. Group events by day, list incomplete tasks by due date, and call out schedule conflicts.
```

## Limitations

- Requires lark-cli to be installed and authorized by the user.
- Supports user identity only, not tenant-wide administrative reports.
- Date ranges must use ISO 8601 or Unix timestamp formats.
- Summary quality depends on the completeness of returned Lark data.

## Best Practices

- Authorize only the calendar and task scopes required for the report.
- Use ISO 8601 date ranges for any day other than today.
- Filter tasks by due date when you need a concise standup report.

## Anti Patterns

- Do not omit the incomplete-task filter for pending task summaries.
- Do not use natural language date strings in Lark CLI date arguments.
- Do not treat declined meetings as busy time when checking conflicts.

## Security Audit

- Audited at: 2026-07-09T04:00:08.274\+00:00
- Summary: The static findings are false positives caused by Markdown code fences, inline command names, fixed Lark CLI examples, relative documentation links, and multilingual text entropy. No evidence found of hidden execution, arbitrary filesystem traversal, prompt injection, obfuscation, or data exfiltration intent in SKILL.md.

## Stats

- Views: 58
- Downloads: 9
- Favorites: 0
- Popularity score: 0
