What problem does it solve? Managing files in Lark (Feishu) cloud storage requires navigating many distinct operations—uploading, downloading, copying, moving, importing local documents, handling comments, and governing permissions—each with different token types and API rules. This Skill routes every Drive task to the correct lark-cli command so agents avoid token misuse, wrong API calls, and unsafe write operations. ## Core Features & Use Cases - File & Folder Operations: Upload, download, copy, move, delete, create folders, and sync local directories with Drive folders via shortcuts like +upload, +pull, +push, and +sync. - Import & Export: Convert local Word, Markdown, Excel, CSV, PPTX, and .base files into online docx, sheet, bitable, or slides documents, and export online documents back to local formats. - Comments & Permissions: Add full-text or anchored comments to docx, sheet, slides, and Base records, manage collaborators, apply for access, and handle security-label and public-sharing errors. - Use Case: A user provides a wiki URL and asks to copy the document into another folder; the Skill first unpacks the wiki token with drive +inspect, then runs drive files copy with the correct file_token and target folder. ## Quick Start Ask the assistant to upload a local file to a Lark Drive folder or inspect a Lark document URL, and it will route the request through the appropriate lark-cli drive command.