# Search and Review Lark Video Meetings

Finding reliable records across completed Lark meetings can require several tools and identifiers. This skill routes searches, participant checks, transcripts, notes, and recordings through lark-cli.

## Install

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

## Metadata

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

## Capabilities

- Searches completed meetings by keyword, date range, organizer, participant, or room.
- Retrieves meeting details, including note identifiers and recording tokens.
- Returns authorized participant snapshots for completed meetings.
- Routes requests to notes, transcripts, summaries, tasks, chapters, and recording metadata.
- Follows pagination when users request complete result sets or statistics.

## Use Cases

- Review Project Decisions: Find a completed project meeting and summarize decisions, unresolved points, and assigned actions from its transcript.
- Verify Meeting Attendance: Retrieve an authorized participant snapshot and identify who attended a completed meeting.
- Collect Meeting Artifacts: Locate notes, transcript links, recording details, summaries, tasks, and chapters for a selected meeting.

## Prompt Templates

### Find a Completed Meeting

```
Find my completed Lark meetings about [topic] between [start date] and [end date]. Show the date, organizer, and participants.
```

### Check Participants

```
For the completed meeting [meeting name or ID], list the participant snapshot and note each available join or leave time.
```

### Retrieve Meeting Artifacts

```
Find [meeting name], then return available note, transcript, recording, summary, task, and chapter links without downloading media.
```

### Analyze a Full Meeting Set

```
Search all completed [project] meetings during [period], follow every page, and compare transcript evidence for decisions, owners, deadlines, and unresolved issues.
```

## Limitations

- It does not search future schedules; those requests require the Lark calendar skill.
- It does not join live meetings or process real-time meeting events.
- It requires lark-cli authentication and the user's existing Lark permissions.
- Some meetings have no transcript, note, or recording because those features were not enabled.

## Best Practices

- Provide a date range, participant, organizer, room, or genuine meeting keyword.
- Confirm the intended meeting when several search results have similar titles.
- Use transcript evidence for independent analysis and request AI summaries only when needed.

## Anti Patterns

- Do not use historical meeting search for future schedules.
- Do not assume the first result page contains every matching meeting.
- Do not expose meeting identifiers, tokens, transcripts, or participant data beyond the intended audience.

## Security Audit

- Audited at: 2026-07-23T17:20:23.264\+00:00
- Summary: One static finding is confirmed because SKILL.md mandates loading instructions from outside the audited package; the other 129 detections are syntax false positives. A separate medium finding covers live bot join guidance inside the read-only historical search reference. No encoded payload, host reconnaissance, credential theft, or data exfiltration was found.

## Stats

- Views: 87
- Downloads: 10
- Favorites: 0
- Popularity score: 0
