Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
larksuite avatar

Lark Note

  • 170k installs
  • 16.1k repo stars
  • Updated August 5, 2026
  • larksuite/cli

This is a copy of lark-note by open.feishu.cn - installs and ranking accrue to the original listing.

lark-note is a Claude Code skill that queries Lark Feishu meeting notes by note_id and returns structured details, display type, linked document tokens, and verbatim unified transcripts for developers who already have a

About

lark-note is a v1.0.0 agent skill for the larksuite/cli repository that requires the lark-cli binary and routes only explicit note_id values to Lark Note APIs as an authenticated user. Developers use note +detail --note-id to fetch meeting summary metadata and linked Docx tokens, and can read unified raw transcripts when a vc-node-id is known from docs +fetch --api-version v2. The skill deliberately does not infer note_id from doc_token, titles, backlinks, or calendar search, which keeps agent calls deterministic. Reach for lark-note when an agent must pull Feishu meeting minutes or transcript text after the user or a prior docs fetch supplies a valid note_id.

  • Queries note details and associated document token using explicit note_id
  • Routes to unified transcript with note +transcript command
  • Handles note_display_type logic: normal, unknown, unified
  • Integrates with docs +fetch for verbatim_doc_token follow-up
  • Strict note_id only policy – never guesses from titles or backlinks

Lark Note by the numbers

  • 169,897 all-time installs (skills.sh)
  • +9,243 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/larksuite/cli --skill lark-note

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs170k
repo stars16.1k
Security audit2 / 3 scanners passed
Last updatedAugust 5, 2026
Repositorylarksuite/cli

How do you fetch Lark meeting note transcripts by note_id?

Query Lark (Feishu) meeting notes by note_id and retrieve structured details, display type, linked document tokens, and verbatim transcripts.

Who is it for?

Developers building Lark Feishu agents who already hold a note_id or vc-node-id from a prior docs fetch.

Skip if: Developers who need to discover meetings by title, calendar, or doc_token without an explicit note_id.

When should I use this skill?

The user provides a Lark note_id or vc-node-id and asks for meeting note details or transcript text.

What you get

Structured note detail JSON, display type, linked document tokens, and unified verbatim transcript text from Lark Note APIs.

  • note detail metadata
  • linked document tokens
  • unified transcript text

By the numbers

  • Skill version 1.0.0 in larksuite/cli
  • Requires lark-cli binary per skill metadata

Files

SKILL.mdMarkdownGitHub ↗

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,查纪要类型 / 文档 tokennote +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停止重试并说明无法确定逐字稿入口
unifiednote +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 原始记录或处理本地输出文件

Related skills

How it compares

Pick lark-note when note_id is already known; use broader Lark docs or calendar skills when discovery is required first.

FAQ

What ID does lark-note require?

lark-note requires an explicit note_id supplied by the user or extracted from a vc-node-id attribute in docs +fetch --api-version v2 output. The skill does not derive note_id from doc_token, document titles, or backlinks.

Which lark-cli command fetches note details?

lark-note routes detail lookups to lark-cli note +detail --note-id NOTE_ID using user-scoped --as user authentication. The response includes meeting note type, linked document tokens, and access to unified raw transcripts.

Is Lark Note safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.