feishu-drive

Manages Feishu cloud drive files and folders through a single tool interface.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill feishu-drive-jerome-prakash-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/JEROME-PRAKASH-L/openclaw/tree/main/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill feishu-drive-jerome-prakash-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing files in Feishu cloud storage normally requires switching to the Feishu app or web UI. This Skill lets you list, inspect, create, move, and delete drive files and folders directly through conversation, using the Feishu Drive API. ## Core Features & Use Cases - Folder Listing & File Info: List folder contents or retrieve metadata (token, name, type, URL, timestamps) for docs, sheets, bitables, and other Feishu file types. - Folder & File Operations: Create folders, move files between folders, and delete files by token. - Token Extraction: Parse folder tokens directly from Feishu drive URLs like https://xxx.feishu.cn/drive/folder/ABC123. - Use Case: A user pastes a Feishu folder link and asks to organize it — the assistant lists the contents, creates a new subfolder, and moves selected documents into it. ## Quick Start List all files in my Feishu drive root folder and show their names and types.

Frequently Asked Questions about feishu-drive

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

FAQPage Schema
How do I list files in a Feishu drive folder?

Call the feishu_drive tool with action "list" and optionally a folder_token. Without a token it lists the root directory; with a token it returns files in that folder including token, name, type, URL, and timestamps.

How do I get a folder token from a Feishu drive URL?

Extract the trailing segment of the URL. For example, from https://xxx.feishu.cn/drive/folder/ABC123, the folder_token is ABC123. Pass this token to list, create_folder, or move actions.

What file types does Feishu drive support?

Supported types are doc (old document), docx (new document), sheet, bitable, folder, file (uploaded files), mindnote (mind map), and shortcut. Specify the type when calling info, move, or delete actions.

Why does creating a folder in Feishu drive fail with a 400 error?

Feishu bots use tenant_access_token and have no root folder of their own, so create_folder without a folder_token fails. A user must manually create a folder, share it with the bot, and then the bot can create subfolders inside it.

What permissions does the Feishu drive tool need?

Read operations like list and info require the drive:drive:readonly scope. Write operations such as create_folder, move, and delete require the full drive:drive scope granted to the Feishu app.