What problem does it solve? Working with Lark (Feishu) cloud storage from an agent or terminal requires juggling many APIs: uploading and downloading files, organizing folders, importing local Word/Excel/PPTX files as online documents, managing comments and permissions, and resolving wiki links to real document tokens. This Skill wraps all of that into a consistent set of lark-cli drive commands and shortcuts. ## Core Features & Use Cases - File and folder management: Upload, download, copy, move, delete, rename files, create folders, and inspect document URLs (including automatic wiki URL unwrapping to the underlying docx/sheet/bitable token). - Import and export: Convert local .docx/.md/.xlsx/.csv/.pptx/.base files into Lark online documents (docx, sheet, bitable, slides), and export cloud documents back to PDF, XLSX, Markdown, PPTX, and more. - Comments, permissions, and sync: Add full-text or anchored (block/cell/slide-element) comments, list and reply to comments, manage collaborator permissions and secure labels, and run one-way or two-way sync between a local directory and a Drive folder with +pull/+push/+sync. - Use Case: A user says "import this Excel file as a Base and put it in my Reports folder" — the Skill runs lark-cli drive +import --type bitable --folder-token <token>, polls the task, and returns the new document URL. ## Quick Start Ask the agent to upload a local file to your Lark Drive or import a local document as an online doc, for example: "Import report.docx from my current folder into Lark as a cloud document."