
This is a lookup utility for Lark meeting notes when you already have a note_id in hand. It pulls metadata like display type, document tokens, and associated files, then routes you to the right command for reading transcripts or summaries. The main value is understanding Lark's meeting artifact boundaries: notes, minutes, and VC recordings are separate domains with different IDs, and this skill only works when you've got the explicit note_id from a vc +detail call or a vc-node-id attribute. It won't search by title or guess IDs. If you need unified transcripts with speaker attribution, it handles that routing based on note_display_type. Useful if you're automating post-meeting workflows and need to reliably fetch the right documents without fighting Lark's overlapping meeting product landscape.
npx -y skills add larksuite/cli --skill lark-note --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.