# Manage Lark Minutes and Meeting Artifacts

Meeting recordings and transcripts are difficult to search, retrieve, and update consistently. This skill guides Claude, Codex, and Claude Code through supported lark-cli workflows for Lark Minutes.

## Install

```bash
npx skillstore add larksuite/lark-minutes
```

## Metadata

- Status: approved
- Slug: larksuite-lark-minutes
- Version: 1.0.0
- Author version: 1.0.0
- Skillstore revision: r2
- Version status: valid
- Tree hash: cddf03202212ae18bd034c13c95744948927d1a2c262e198f56ddac5f63306dc
- Author: larksuite
- GitHub username: larksuite
- License: MIT
- Repository: https://github.com/larksuite/cli/tree/main/skills/lark-minutes/
- Ref: ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
- 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: filesystem, network, external\_commands
- Quality score: 78
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/larksuite-lark-minutes
- Manifest: https://skillstore.pages.dev/api/skills/larksuite-lark-minutes/manifest

## Capabilities

- Searches Lark Minutes by keyword, owner, participant, or time range.
- Retrieves titles, links, summaries, chapters, keywords, todos, and transcript artifacts.
- Downloads meeting media or returns temporary download links.
- Creates Lark Minutes from audio or video files already uploaded to Lark Drive.
- Updates minute titles, AI summaries, transcript speakers, keywords, and AI todos.
- Resolves linked note identifiers for follow-up document retrieval.

## Use Cases

- Review project decisions: Review a project meeting transcript, extract decisions, and maintain action items inside the related minute.
- Process recorded interviews: Turn an uploaded interview recording into a searchable transcript, summary, chapters, and keywords.
- Correct meeting records: Correct meeting titles, speaker attribution, and generated summaries while preserving identifiers and permission checks.

## Prompt Templates

### Find recent minutes

```
Find my Lark Minutes from {start_date} to {end_date}. Return titles, owners, and links.
```

### Retrieve a transcript

```
Get the transcript and summary for minute token {minute_token}. Save the transcript only if needed.
```

### Create minutes from media

```
Upload {local_media_path} to Lark Drive, create Lark Minutes, wait until ready, then return the transcript and action items.
```

### Correct speakers and summary

```
For {minute_token}, inspect the speaker list, confirm ambiguous names with me, replace {old_speaker} with {new_user}, then rewrite the summary from the transcript.
```

## Limitations

- Requires lark-cli, an authenticated Lark user, and the necessary API scopes.
- Cannot locate a transcript from only a natural-language title without another Lark search skill.
- Uploads must first pass through Lark Drive, and processing can be asynchronous.
- Read and write results depend on the user's permissions for each minute.

## Best Practices

- Use dry-run before downloads or writes when the shortcut supports it.
- Read current summaries, todos, and speaker identifiers before changing them.
- Confirm the minute token, target user, output path, and permissions before executing commands.

## Anti Patterns

- Do not treat minute tokens as note identifiers.
- Do not update or delete todos by list position; use the returned todo identifier.
- Do not use local transcription tools when the requested workflow must remain in Lark Minutes.

## Security Audit

- Audited at: 2026-07-23T16:41:56.281\+00:00
- Summary: All 129 static findings are false positives caused by Markdown links, code formatting, placeholders, identifiers, and entropy in multilingual documentation. No executable scripts, obfuscated payloads, prompt injection, credential exposure, or unauthorized exfiltration intent were found. The skill invokes lark-cli for user-authorized network, filesystem, and write operations, so users must confirm targets and permissions.

## Stats

- Views: 109
- Downloads: 14
- Favorites: 0
- Popularity score: 0
