lark-vc

A Feishu video-meeting skill for finding past meetings and retrieving their records, such as summaries, transcripts, chapters, and action items.

In plain words
What is it for?
Use it to search completed meetings, read their notes or transcripts, inspect summaries and to-do items, and see who attended.
Why use it?
It avoids searching the calendar for meetings that have already happened and provides the meeting information needed for follow-up.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dropfan/claude-code-plugins/lark-vc
Any agent
npx skills add DropFan/claude-code-plugins --skill lark-vc
Clone the repo
git clone --depth 1 https://github.com/DropFan/claude-code-plugins

Made for: Claude Code, Codex.

Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,668 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00095 $0.04668
Opus 5 $0.00048 $0.02334
Sonnet 5 $0.00019 $0.00934
Haiku 4.5 $0.00010 $0.00467

Measured 2d ago against content hash a0c3113e271d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lark-vc scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/lark/skills/lark-vc/SKILL.md · 217 lines

How it starts

The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.

⚙️ Cowork / Claude Desktop 执行环境说明(自动注入)

本技能依赖本地 lark-cli@larksuite/cli,可用 command -v lark-cli 定位)及其 ~/.lark-cli 登录态(应用密钥存于 macOS keychain)。

在 Cowork 中运行任何 lark-cli 命令时,必须在本地 macOS 上执行(使用 Desktop Commander 的 start_process / interact_with_process,或其它本地 shell 工具),不要用隔离的 Linux 沙箱 mcp__workspace__bash——沙箱里没有 lark-cli、也读不到 keychain。 执行前确保 npm 全局 bin 目录(npm prefix -g 输出目录下的 bin)在 PATH 中。

(在 Claude Code 中可忽略本说明,lark-cli 在本机 shell 直接可用。)

vc (v1)

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理

CRITICAL — 开始前 MUST 先用 Read 工具读取 references/vc-domain-boundaries.md,不读将导致命令使用、会议产物决策、领域边界职责判断错误:

  1. 了解日历 & VC、会议产物 & 文档的关联关系和职责划分
  2. 了解会议产物(妙记和纪要)之间的关联关系,例如:妙记和纪要产生条件相互独立
  3. 了解不同会议产物的组成部分,以便根据需求决策使用哪种产物的数据
  4. 了解会议总结、分析和信息提取的标准流程

身份

所有 vc 命令默认使用 --as user+searchmeeting get 也支持 --as bot

# BAD — 查昨天的会议用 calendar,会漏掉即时会议
lark-cli calendar +search-event --query "站会" --start <start_time> --end <end_time>

# GOOD — 查已结束的会议用 vc +search
lark-cli vc +search --query "站会" --start <start_time> --end <end_time>

Shortcuts (推荐优先使用)

Shortcut 说明
+search 搜索历史会议记录(需至关键词、时间范围、组织者、参与者、会议室少一个筛选条件)
+detail 通过 meeting-ids 获取会议详情,包括 note_id 和 minute_token
+recording 通过 meeting-ids 或 calendar-event-ids 查询 minute_token
  • 使用任何 Shortcut 前,必须先读其对应 reference 文档。

意图路由

用户意图 路由到
查"昨天的会议""上周的会""已结束的会议" 本 skill(+search,含即时会议)
查日历/日程或未来时间的会议 lark-calendar
查"今天有哪些会议" vc +search(已结束)+ lark-calendar(未开始),合并展示
只按自然语言标题查"xx 纪要的逐字稿 / 原始记录 / 谁说了什么" 先到 lark-drive / lark-doc;仅在已拿到 note_id / vc-node-id 后再到 lark-note
Agent 真实入会/离会、会中实时事件 lark-vc-agent
妙记信息/时长/封面/链接 先走 vc +detailvc +recording 获取 minute_token,再用 lark-minutesminutes get
本地音视频文件转纪要/逐字稿 先走 lark-minutes 上传,再用 minutes +detail --minute-tokens

Read the full file on GitHub · 217 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 217 lines · 95 tokens per session scan A a0c3113e271d

Subscribe to this mod's changes

lark-vc is a skill published in the GitHub repository DropFan/claude-code-plugins (7 stars, last pushed 27d ago), licensed MIT. It adds 95 tokens to every session and 4,668 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.