feishu-drive

Automate Feishu Drive file and folder management with programmatic actions.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill feishu-drive-arry8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/Arry8/openclaw-edge/tree/main/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill feishu-drive-arry8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu cloud storage management is often manual and fragmented; this Skill provides a unified interface to control Feishu Drive from chat or automation, reducing context switching and speeding up file operations.

Core Features & Use Cases

  • List Folder Contents: list files and folders with an optional folder_token to navigate subfolders.
  • Get File Info: retrieve metadata and type information for a specific file using file_token.
  • Create Folder: create new folders in the current or a specified parent folder (via folder_token).
  • Move File: move a file into a target folder using file_token and folder_token.
  • Delete File: remove a file or folder by token and type.

Quick Start

List the root folder contents in Feishu Drive.

Frequently Asked Questions about feishu-drive

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

FAQPage Schema
How do I automate Feishu Drive folder management from chat?

You can automate Feishu Drive folder management by sending simple commands to list, inspect, create, move, and delete files or folders programmatically without manual cloud storage intervention.

How do I retrieve file info and recognize types in Feishu cloud storage?

Retrieve Feishu cloud storage file info by providing a file_token, which returns metadata and identifies specific file types such as doc, docx, sheet, bitable, folder, file, mindnote, or shortcut.

Can I create and move folders in Feishu Drive using an API?

Yes, you can create folders in a specified parent folder using an optional folder_token, and move files into target folders by providing both the file_token and destination folder_token.

How do I list files and navigate subfolders in Feishu Drive?

List files and folders in Feishu Drive by requesting the root directory contents, and navigate specific subfolders by providing an optional folder_token to filter the returned results.

What is the best way to delete files in Feishu cloud storage?

The best way to delete files in Feishu cloud storage is to remove the item by specifying its unique token and file type, ensuring accurate deletion of folders, documents, or shortcuts.

Does Feishu Drive automation require dependencies to manage file types?

No dependencies are required to manage Feishu Drive file types, as the automation natively recognizes structures like doc, docx, sheet, bitable, mindnote, and folder tokens natively.