feishu-drive

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

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/travis-burmaster/agentbox --skill feishu-drive-travis-burmaster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/travis-burmaster/agentbox/tree/main/agentfork/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/travis-burmaster/agentbox --skill feishu-drive-travis-burmaster

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 an AI agent list, inspect, create, move, and delete files and folders in Feishu Drive directly through the feishu_drive tool. ## 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 file types. - Folder & File Operations: Create folders, move files between folders, and delete files using their tokens. - Token Extraction: Parse folder tokens directly from Feishu URLs like https://xxx.feishu.cn/drive/folder/ABC123. - Use Case: A user shares a Feishu folder with the bot and asks the agent to organize it—listing all spreadsheets, moving outdated documents into an archive subfolder, and deleting duplicates. ## Quick Start Ask the agent to list the contents of your Feishu drive root folder or a specific folder by pasting its Feishu URL.

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 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 the folder token from a Feishu URL?

Extract the trailing segment of the URL. For example, from https://xxx.feishu.cn/drive/folder/ABC123, the folder_token is ABC123, which you pass to list, create_folder, or move 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 file types does Feishu drive support?

Supported types are 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 operations?

Read operations like list and info require drive:drive:readonly, while create_folder, move, and delete require full drive:drive permission. The drive tool is enabled by default in the Feishu channel configuration.