lark-note
透過 note_id 查詢 Lark 會議筆記
此技能可在您已擁有 note_id 時,擷取 Lark 會議筆記的詳細資訊與逐字稿。它避免搜尋或猜測筆記 ID,確保透過官方 API 呼叫取得準確且可驗證的結果。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「lark-note」。 取得 note_id 7000000000000000000 的詳細資訊
預期結果:
- note_id: 7000000000000000000
- note_display_type: unified
- note_doc_token: doxcndocs123
- verbatim_doc_token: (依類型而定,可能為空或存在)
正在使用「lark-note」。 擷取 note_id 7000000000000000000 的 unified 逐字稿
預期結果:
- 檔案已儲存至 ./notes/7000000000000000000/unified_transcript.md
- 包含完整逐字稿,含講者標記與時間戳記
安全審計
安全This skill contains only Markdown documentation files describing CLI command routing for Lark/Feishu meeting note lookups. The 112 static findings are all false positives caused by regex pattern matching on backtick characters in code formatting (e.g., `lark-cli note +detail`) and relative documentation links (e.g., `../lark-doc/SKILL.md`). No executable code, no network requests, no data exfiltration patterns, and no malicious intent detected.
風險因素
品質評分
你能建構什麼
查詢會議筆記詳細資訊
給定 note_id,擷取筆記的顯示類型、文件權杖及相關中繼資料。
擷取 unified 逐字稿
擷取 unified 會議筆記的完整逐字稿,並儲存至本機 markdown 檔案。
從文件路由至筆記
從 Lark 文件的 vc-transcribe-tab 元素中擷取 vc-node-id,並用其查詢筆記領域。
試試這些提示
查詢 note_id 為 1234567890 的會議筆記。
擷取 note_id 為 abc123 的 unified 逐字稿並儲存至本機。
讀取此 Lark 文件,找到 vc-transcribe-tab 元素,擷取 vc-node-id,然後查詢筆記詳細資訊。
檢查 note_id 為 xyz789 的 note_display_type,並告訴我它是 unified、normal 還是 unknown。
最佳實務
- 在執行任何指令前,務必要求明確的 note_id;絕不從 doc_token 或標題反向推導
- 先檢查 note_display_type 以決定逐字稿的正確路由路徑
- 與其他工具整合時,使用 `--format json` 取得機器可讀的輸出
避免
- 請勿從文件標題、內文或反向連結參照猜測 note_id
- 請勿對 normal 類型的筆記使用 `note +transcript`;請改用 `docs +fetch`
- 未經使用者明確確認前,請勿加上 `--overwrite`
常見問題
如何取得 note_id?
什麼是 note_display_type?
此技能能否透過標題搜尋筆記?
逐字稿如何儲存?
如果對非 unified 的筆記呼叫 note +transcript 會如何?
是否需要 lark-cli 二進位檔?
開發者詳情
檔案結構