feishu-drive

List, inspect, create, move, and delete files in Feishu Drive.

14|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill feishu-drive-openclaw-easy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/openclaw-easy/openclaw-easy-desktop/tree/main/openclaw/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill feishu-drive-openclaw-easy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Drive tool enables developers and operators to programmatically manage files and folders in Feishu Drive, removing manual steps and speeding up workflows.

Core Features & Use Cases

  • List Folder Contents: fetches contents of a folder, returns file info including token, name, type, and timestamps.
  • Get File Info: retrieve detailed metadata for a specific file using its file_token and type.
  • Create Folder: create a new folder in a parent or specified folder.
  • Move File: relocate a file to a folder within Feishu Drive.
  • Delete File: remove a file from Feishu Drive.

Quick Start

List the root folder contents to begin exploring 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 file management in my workflow?

Automating Feishu Drive file management enables you to list folder contents, get file info, create folders, move files, and delete obsolete items programmatically without manual steps. You use a unified tool with token access to execute these actions.

What do I need to access Feishu cloud storage files programmatically?

Accessing Feishu cloud storage programmatically requires token access. You must provide a folder_token or file_token and type specifiers to control the targets of your list, info, create, move, or delete actions.

Can I create and organize folders in Feishu Drive automatically?

Creating and organizing folders in Feishu Drive automatically is supported through the create_folder and move actions. You can create new folders in a specified parent folder and relocate items between folders to structure your cloud storage.

What metadata is returned when listing Feishu Drive folder contents?

Listing Feishu Drive folder contents returns file info including the file token, name, type, and timestamps. This metadata helps you inspect files and identify items for subsequent move or delete actions.

Is there a way to batch delete obsolete files from Feishu cloud storage?

Deleting obsolete files from Feishu cloud storage is supported via the delete action. You must specify the target file_token and type to remove unwanted items, though the metadata implies individual targeted deletions rather than explicit batch operations.