What problem does it solve? When you already hold a Lark meeting note ID (note_id), this Skill retrieves the note's display type, associated document tokens (AI summary, verbatim transcript, shared docs), and the raw unified transcript—without guessing note IDs from titles or doc tokens. ## Core Features & Use Cases - Note Detail Lookup: Run note +detail --note-id to get note_display_type, note_doc_token, verbatim_doc_token, and shared_doc_tokens, with explicit --as user / --as bot identity handling. - Unified Transcript Retrieval: Run note +transcript --note-id (user identity only) to fetch the full raw verbatim record, auto-paginated and saved to a local file. - Routing Discipline: Routes by note_display_type (normal/unknown/unified) and delegates document body reading to lark-doc, meeting lookup to lark-vc, and minutes lookup to lark-minutes. - Use Case: You received a vc-node-id from a fetched document and need the meeting's verbatim transcript—use this Skill to resolve the note detail, detect it is unified, and pull the full transcript. ## Quick Start Ask the assistant to look up the Lark meeting note with your note_id and fetch its summary document token or unified transcript.