drive (v1)

Automate Feishu/Lark cloud drive file and document operations via lark-cli.

12|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/baibairui/WoClaw --skill drive-v1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drive (v1)
Source: https://github.com/baibairui/WoClaw/tree/main/.codex-runtime/home/.agents/skills/lark-drive
Command: npx skills add https://github.com/baibairui/WoClaw --skill drive-v1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cloud drive and cloud document management across Feishu/Lark can be tedious and error-prone when done manually; this Skill centralizes those tasks and enables automation via the CLI.

Core Features & Use Cases

  • Upload and download files to and from cloud drives
  • Move, copy, delete folders and documents
  • Export and import cloud documents across docx/doc/sheet/bitable
  • Manage comments, permissions, and basic document metadata
  • Support asynchronous operations with task polling and bot/app permission handling

Quick Start

Install and configure the lark-cli, then run a drive command to perform a basic task such as uploading a file to a folder.

Frequently Asked Questions about drive (v1)

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

FAQPage Schema
How do I automate Feishu cloud drive file uploads and downloads via CLI?

You can automate Feishu cloud drive file uploads and downloads by using the lark-cli to programmatically manage files. This Skill centralizes drive operations, enabling command-based file transfers without manual web interface interaction.

Can I export and import Feishu cloud documents across docx, sheet, and bitable formats?

Yes, you can export and import Feishu cloud documents across docx, doc, sheet, and bitable formats. The Skill abstracts CLI commands to handle cross-format document conversion and content migration programmatically.

What is the best way to manage cloud document permissions and comments in Lark automatically?

The best way to manage cloud document permissions and comments in Lark is through CLI-based command abstraction. The Skill handles token and permission management, allowing automated adjustments to document access and comment moderation.

Does lark-cli support asynchronous task handling for large cloud drive operations?

Yes, lark-cli supports asynchronous task handling for large cloud drive operations. The Skill implements a safe, incremental task polling workflow, allowing you to manage long-running imports or exports without blocking execution.

Do I need bot or application identities to perform Feishu cloud document management via CLI?

Yes, integrating bot or application identities is required to perform Feishu cloud document management via CLI. The Skill relies on these identities to securely handle token authentication and execute automated drive operations.

How do I move, copy, or delete folders and documents in Feishu cloud drive without manual errors?

You can move, copy, or delete folders and documents in Feishu cloud drive without manual errors by executing CLI commands through this Skill. It provides programmatic file management to ensure consistent and error-free folder operations.