lark-drive

Automate Feishu Drive and Wiki file, folder, and metadata management.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/x0chaoren0s/agent-platform --skill lark-drive-x0chaoren0s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-drive
Source: https://github.com/x0chaoren0s/agent-platform/tree/main/skills/lark-drive
Command: npx skills add https://github.com/x0chaoren0s/agent-platform --skill lark-drive-x0chaoren0s

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu Drive and Wiki users often juggle countless files, folders, and knowledge spaces across Drive and Wiki. This Skill automates repetitive cloud-drive tasks, enabling reliable operations, collaboration workflows, and import/export pipelines without manual scripting.

Core Features & Use Cases

  • Manage Drive content: upload/download files, create/move/delete folders, rename items, and read metadata.
  • Collaboration and governance: manage document comments, subscribe/unsubscribe to events, and apply permissions.
  • Wiki integration: move items in and out of Wiki spaces and migrate Drive docs into Wiki.
  • Import/export workflows: import local Word/Markdown/Excel/CSV/.base into online docs (docx/sheet/bitable) and export data with structured pipelines.
  • Deterministic automation: leverage CLI shortcuts and underlying API calls for repeatable tasks and error handling.

Quick Start

Use lark-cli drive +upload --file ./report.pdf --folder-token <FOLDER_TOKEN> to upload a local file to Drive and begin a basic workflow.

Frequently Asked Questions about lark-drive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Feishu Drive file uploads from the command line?

Automating Feishu Drive file uploads involves using CLI shortcuts to push local files into specified folder tokens. You can execute deterministic upload pipelines by providing the file path and target folder token directly to the automation script.

Can I import local Markdown and Excel files into Feishu online docs?

Importing local Markdown and Excel files into Feishu online docs is fully supported. The automation handles converting local Word, Markdown, CSV, and .base files into corresponding online formats like docx, sheet, and bitable.

What is the best way to migrate files between Feishu Drive and Wiki spaces?

Migrating files between Feishu Drive and Wiki spaces is handled through dedicated API calls that move items in and out of Wiki spaces. This allows seamless migration of existing Drive documents directly into Wiki knowledge bases.

Does Feishu Drive automation support managing document permissions and comments?

Managing document permissions and comments is a core feature of Feishu Drive automation. You can programmatically apply access permissions, manage document comments, and subscribe or unsubscribe to events without manual intervention.

How do I read folder metadata and move folders in Feishu cloud-drive?

Reading folder metadata and moving folders in Feishu cloud-drive is executed via underlying API calls. The automation provides deterministic commands to create, move, delete, and rename folders while retrieving their metadata.

Do I need specific CLI requirements to run Feishu Drive automation scripts?

Specific CLI requirements are enforced for safe use of Feishu Drive automation scripts. The system uses frontmatter-specified prerequisites to ensure the environment is correctly configured before executing high-level shortcuts or underlying API calls.