feishu-drive

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

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/Tau_agent --skill feishu-drive-shalevamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/shalevamin/Tau_agent/tree/main/tau-agent-main/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/shalevamin/Tau_agent --skill feishu-drive-shalevamin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing files in Feishu cloud storage normally requires manual navigation through the web interface. This Skill lets you list, inspect, create, move, and delete files and folders in Feishu Drive directly through conversation. ## Core Features & Use Cases - Folder Listing & File Info: List folder contents or retrieve metadata (token, type, URL, timestamps) for docs, sheets, bitables, and other Feishu file types. - Folder & File Operations: Create folders, move files between folders, and delete files using their tokens. - Use Case: A user shares a Feishu folder URL with the bot and asks it to organize the contents — the Skill extracts the folder token from the URL, lists all files, and moves documents into newly created subfolders. ## Quick Start List all files in my Feishu drive folder at https://xxx.feishu.cn/drive/folder/ABC123 and create a subfolder named Archive.

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 and a folder_token extracted from the folder URL. Calling list without a folder_token returns root directory contents, and results include file token, name, type, URL, and timestamps.

How to create a folder in Feishu cloud storage?

Call the feishu_drive tool with the create_folder action and a name parameter. To create it inside a specific parent folder, also pass that folder's folder_token.

Why does create_folder fail with a 400 error in Feishu?

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 file types does Feishu drive support?

Supported types include doc, docx, sheet, bitable, folder, file, mindnote, and shortcut. The type parameter is required for info, move, and delete actions to identify the file correctly.

What permissions are needed for Feishu drive file management?

The drive:drive scope grants full access including create, move, and delete operations. The drive:drive:readonly scope limits the bot to list and info actions only.