
Lark Note
- 307k installs
- open.feishu.cn
lark-note is an agent skill that queries Feishu meeting note metadata and transcripts via lark-cli when note_id is known.
About
The lark-note skill routes Feishu meeting note (Note) operations through lark-cli using explicit note_id values only. It accepts note_id from the user or from a docs fetch vc-node-id attribute, then branches on note_display_type to fetch detail metadata, note body documents, or unified raw transcripts. Normal notes with verbatim_doc_token route transcript reads through docs fetch, while unified notes require note +transcript instead of guessing from tokens alone. The skill operates strictly as user context per lark-shared guidance and does not infer note_id from doc tokens, titles, backlinks, or natural language meeting names. Command routing covers note +detail for type and document tokens, docs fetch for note_doc_token bodies, and note +transcript for unified verbatim records. Out-of-scope tasks such as meeting calendar lookup, drive title search, or Docx reading defer to lark-vc, lark-drive, lark-doc, or lark-minutes skills. Version 1.0.0 metadata requires the lark-cli binary and links reference docs for detail and transcript field semantics.
- Accepts only explicit note_id from user input or vc-node-id on docs fetch v2 responses.
- Routes note_display_type unknown, normal, and unified to distinct detail, docs, or transcript commands.
- Uses lark-cli note +detail and note +transcript with mandatory --as user identity.
- Delegates note body reading to lark-doc via note_doc_token after detail lookup.
- Defers meeting search, drive title lookup, and minutes media to sibling Lark domain skills.
Lark Note by the numbers
- 306,830 all-time installs (skills.sh)
- +36,880 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #12 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
lark-note capabilities & compatibility
- Capabilities
- note +detail metadata lookup · note_display_type based routing · unified transcript via note +transcript · note body delegation to lark doc · explicit note_id only entry guardrails
- Works with
- teams
- Use cases
- orchestration · transcription
npx skills add https://github.com/open.feishu.cn --skill lark-noteAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 307k |
|---|---|
| Repository | open.feishu.cn ↗ |
How do I fetch Feishu meeting note details or unified transcripts when I already have a note_id?
Query Feishu meeting note details and unified transcripts when a note_id is already known via lark-cli.
Who is it for?
Developers automating Feishu Lark meeting notes with lark-cli and an explicit note_id or vc-node-id.
Skip if: Skip when you only have a meeting title and need search; use lark-drive or lark-doc first.
When should I use this skill?
User provides note_id or vc-node-id and wants note type, doc tokens, body content, or unified transcript.
What you get
Correct lark-cli commands for note detail, body docs, or unified transcript based on note_display_type routing rules.
- Note detail metadata
- Routed docs or transcript commands
- Field-level routing guidance
By the numbers
- note_display_type values: unknown, normal, and unified.
- Version 1.0.0 in skill metadata with lark-cli binary requirement.
Files
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 +detail → docs +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_type:unknown/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 原始记录或处理本地输出文件 |
Related skills
Forks & variants (1)
Lark Note has 1 known copy in the catalog totaling 170k installs. They canonicalize to this original listing.
- larksuite - 170k installs
How it compares
Feishu Note domain router for known note_id, not meeting calendar search or drive title lookup.
FAQ
Who is lark-note for?
Developers using lark-cli who already hold a Feishu note_id and need detail or transcript routing.
When should I use lark-note?
After obtaining note_id from the user or vc-node-id, to read metadata, note body, or unified verbatim records.
Is lark-note safe to install?
Review the Security Audits panel on this page before installing in production.