# Summarize Lark Meetings into Clear Reports

Reviewing many meeting records takes time and can hide important details. This skill gathers Lark meeting notes and creates a structured daily or weekly report.

## Install

```bash
npx skillstore add larksuite/lark-workflow-meeting-summary
```

## Metadata

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

## Capabilities

- Interprets common date ranges and defaults to the previous seven days.
- Searches Lark meetings in supported date windows and follows pagination.
- Retrieves meeting details, note identifiers, document tokens, and available links.
- Distinguishes normal and unified notes when handling transcript access.
- Creates structured daily overviews or multi-day meeting reports.
- Can create or append a Lark document when the user requests it.

## Use Cases

- Prepare a Weekly Team Review: Collect the past week of meetings and organize topics, note links, and transcript availability.
- Track Project Discussions: Review meetings from a project period and identify which sessions have usable notes.
- Create a Daily Meeting Brief: Produce a concise overview of today's meetings with available notes and document links.

## Prompt Templates

### Summarize Today

```
Summarize my Lark meetings from today. List each meeting time, topic, note link, and transcript availability.
```

### Create a Weekly Report

```
Create a meeting report for the past seven days. Include totals, meeting details, note links, and missing-note labels.
```

### Review a Custom Period

```
Review my Lark meetings from <start date> through <end date>. Group them by day and distinguish normal, unified, and missing notes.
```

### Publish an Advanced Summary

```
Build a weekly meeting report for <date range>. Include complete pagination and transcript routing. Append the final report to <Lark document>.
```

## Limitations

- Requires \`lark-cli\`, a user identity, and prior authorization for the required Lark domains.
- Depends on related Lark skills and reference files located beside this skill.
- Search windows cannot exceed one month, and several operations require batching.
- Unified notes do not provide a separate shareable transcript document link.

## Best Practices

- Confirm the intended date range before processing a large meeting history.
- Authorize only the Lark domains required for the requested output.
- Review sensitive meeting details before publishing the report to a shared document.

## Anti Patterns

- Do not assume every meeting has notes or a separate transcript document.
- Do not request more than one month in a single meeting search.
- Do not place untrusted meeting content directly inside shell command strings.

## Security Audit

- Audited at: 2026-07-23T17:34:03.755\+00:00
- Summary: All 45 static findings are false positives caused by Markdown syntax, fixed documentation links, expected Lark CLI examples, and multilingual text entropy. However, document creation templates place generated content inside shell-quoted arguments, creating a command injection risk when content is inserted without robust escaping.

## Stats

- Views: 95
- Downloads: 11
- Favorites: 0
- Popularity score: 0
