Skills Productivity Query Lark Note Details and Transcripts

Query Lark Note Details and Transcripts

v20260612
lark-note
A dedicated tool for querying Lark Meeting Notes (Notes) details and raw verbatim transcripts. It requires an explicit note_id to function, allowing users to determine the display type, access associated document tokens, and retrieve the original unified transcript. It strictly focuses on note-based retrieval and does not handle searching by title, document body, or meeting ID.
Get Skill
65 downloads
Overview

note (v1)

身份:仅使用 --as user。使用前阅读 ../lark-shared/SKILL.md

Note 域只接受显式 note_id:用户直接提供,或 docs +fetch --api-version v2 返回的 <vc-transcribe-tab vc-node-id="..."> 中的 vc-node-id。不要从 doc_token、标题、正文或 backlink 反推 note_id

命令路由

用户表达 / 上下文 路由
已知 note_id,查纪要类型 / 文档 token note +detail --note-id NOTE_ID
docs +fetch --api-version v2 返回 <vc-transcribe-tab vc-node-id="..."> vc-node-id 作为 NOTE_ID,先 note +detail --note-id NOTE_ID
已知 note_id,读纪要正文 note +detaildocs +fetch --api-version v2 --doc <note_doc_token>
已知 note_id,查 unified 原始记录 / 逐字稿 note +transcript --note-id NOTE_ID
只有自然语言纪要标题,用户要逐字稿 / 原始记录 / 谁说了什么 不进本 skill;先走文档搜索与 docs +fetch,拿到 vc-node-id 后再回来

note_display_type 路由

note +detail 结果 用户要逐字稿 / 原始记录时
normal + verbatim_doc_token 非空 docs +fetch --api-version v2 --doc <verbatim_doc_token>
unknown + verbatim_doc_token 非空 先按独立文档处理;不要猜成 unified
unknown + 无逐字稿 token 停止重试并说明无法确定逐字稿入口
unified note +transcript --note-id <note_id>

判别键是 note_display_type,不是 verbatim_doc_token 是否为空:unified 纪要也可能返回非空 verbatim_doc_token

关键字段

  • note_id:Note 域唯一入口。
  • note_display_typeunknown / normal / unified
  • note_doc_token:纪要正文文档,正文读取交给 lark-doc
  • verbatim_doc_token:普通纪要逐字稿文档;unified 逐字稿不按这个 token 路由。

不在本 Skill 范围

  • 通过 meeting_id / calendar_event_id / minute_token 定位纪要 → lark-vc
  • 自然语言纪要标题搜索 → lark-drive / lark-doc
  • Docx 正文读取 → lark-doc
  • 妙记基础信息与媒体文件 → lark-minutes

Shortcuts

Shortcut 何时读 reference
+detail 需要解释输出字段或根据展示类型继续路由
+transcript 需要拉取 unified 原始记录或处理本地输出文件
Info
Category Productivity
Name lark-note
Version v20260612
Size 3.25KB
Updated At 2026-06-13
Language