Score
8.7
/ 10
Installs
504K
Repo Stars
17.0K
Last Updated
17d ago
Quality Ratio
96%
Description
Verified
Language
Go
Summary
The Lark Note agent skill enables agents to retrieve structured details, body content, and verbatim or unified transcripts of specific meeting notes from the Lark platform. This agent skill is essential for developers building integrations or automated workflows that require precise extraction of information from Lark meeting notes, especially when dealing with various note display types. It is a skill with 6K installs, indicating a notable adoption among the developer community. It operates by requiring an explicit `note_id` to fetch note details using `note +detail` or to retrieve unified original records via `note +transcript`. The skill guides the agent on how to route requests based on `note_display_type` and `verbatim_doc_token` to correctly access the note body or appropriate transcript, while explicitly defining that it does not handle natural language title searches or `meeting_id` lookups. The skill's primary limitation is its strict dependency on a known `note_id`, as it does not support natural language title searches or locating notes via meeting or calendar IDs.
Skill Definition
本技能只用于兼容旧名称,不直接处理业务。
MUST 完整读取 ../lark-meeting/SKILL.md,并按照其中的路由和行动指南执行。