What problem does it solve? When you already hold a Lark meeting note ID (note_id), you need a direct way to look up the note's display type, its linked document tokens (AI summary, verbatim transcript, shared docs), and the raw unified transcript—without guessing IDs from document titles or URLs. ## Core Features & Use Cases - Note Detail Lookup: Run note +detail --note-id to retrieve note_display_type, note_doc_token, verbatim_doc_token, and shared_doc_tokens for a given note_id. - Unified Transcript Retrieval: Run note +transcript --note-id to fetch the raw verbatim record of unified-type notes, saved locally as Markdown or plain text. - Routing Discipline: Enforces strict domain boundaries—meeting_id lookups go to lark-vc, minute_token to lark-minutes, event_id to lark-calendar, and Docx body reading to lark-doc. - Use Case: A user has a note_id from vc +detail and wants the meeting's verbatim record; the skill checks note_display_type and routes to either docs +fetch on the verbatim_doc_token or note +transcript for unified notes. ## Quick Start Use the lark-note skill to look up the details and transcript entry points for note_id <your_note_id>.