What problem does it solve? Managing Feishu/Lark cloud drive resources through raw APIs is error-prone: wiki tokens must be unwrapped, imports conflict when run concurrently, and high-risk operations like deletes or permission changes need strict confirmation gates. This Skill provides a structured command layer over lark-cli that routes URLs and tokens to the correct Drive operations safely. ## Core Features & Use Cases - File & Folder Operations: Upload, download, move, copy, delete, create folders and shortcuts, and sync local directories with Drive folders using shortcuts like +upload, +move, +sync, and +push. - Import & Export: Convert local Word, Markdown, Excel, CSV, PPTX, and .base files into online docx, sheet, bitable, or slides documents, and export cloud documents to PDF, XLSX, CSV, Markdown, or PPTX. - Comments, Permissions & Governance: Add and manage comments and replies, query permission settings, add collaborators, apply for access, and set secure labels on documents. - Use Case: A user provides a wiki URL and asks to copy the document into a specific folder; the Skill inspects the URL to resolve the real token and type, then runs drive files copy with the correct parameters. ## Quick Start Ask the assistant to inspect a Feishu document URL and list the files in a target Drive folder using the lark-drive skill.