feishu-drive

Manage Feishu cloud storage folders and files through a single drive tool.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/srgaba/open-claw --skill feishu-drive-srgaba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/srgaba/open-claw/tree/main/project/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/srgaba/open-claw --skill feishu-drive-srgaba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing files in Feishu cloud storage normally requires switching to the Feishu app or web interface. This Skill lets you list folders, inspect files, create folders, move, and delete files directly through conversation with the AI. ## Core Features & Use Cases - Folder Listing & File Info: List root or specific folder contents and retrieve metadata (token, name, type, url, timestamps) for docs, sheets, bitables, and more. - Folder & File Operations: Create folders, move files between folders, and delete files using their tokens and types. - Use Case: A user pastes a Feishu folder URL and asks the AI to list its contents, then move a specific docx file into an archive folder — all without leaving the chat. ## 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?

Use the feishu_drive tool with the list action. Omit folder_token to list the root directory, or pass a folder_token extracted from the folder URL to list a specific folder's contents including tokens, names, types, and URLs.

How to extract folder_token from a Feishu drive URL?

In a URL like https://xxx.feishu.cn/drive/folder/ABC123, the folder_token is the trailing segment ABC123. Pass this value as the folder_token parameter in 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 create_folder fail with a 400 error in Feishu?

Feishu bots use tenant_access_token and have no root folder or My Space, 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 permission scope.