What problem does it solve? Managing files in Lark (Feishu) Drive from the command line is fragmented across many APIs with confusing token types (file_token, wiki_token, folder_token) and async task polling. This Skill consolidates upload, download, import, export, move, delete, comment, and permission operations into guided shortcuts with correct token resolution and error handling. ## Core Features & Use Cases - File & Folder Management: Upload, download, copy, move, delete files, create folders and shortcuts, and rename docx, sheet, bitable, file, folder, and wiki titles. - Document Import/Export: Convert local Word, Markdown, Excel, and CSV files into Lark online documents (docx, sheet, bitable), and export cloud documents to PDF, DOCX, XLSX, CSV, or Markdown with async task polling. - Comments & Permissions: Add full-document or selected-text comments, list and reply to comments, manage reactions, grant collaborator permissions, and subscribe to comment events. - Use Case: A user asks to import a local sales CSV as a new Bitable, then share it with a teammate. The Skill runs lark-cli drive +import --type bitable, polls the task result, and grants permissions via permission.members create. ## Quick Start Ask the AI to upload a local file to a Lark Drive folder or import a local Excel file as a new Bitable using lark-cli drive shortcuts.