feishu-drive

Manage Feishu Drive folders and files with list, create, move, and delete actions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RJB07/RX01 --skill feishu-drive-rjb07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/RJB07/RX01/tree/main/core/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/RJB07/RX01 --skill feishu-drive-rjb07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu cloud storage management can be tedious when handling folders, files, and permissions. This Skill automates common Feishu Drive operations to save time and reduce manual errors.

Core Features & Use Cases

  • List Folder Contents: retrieve files and folders from a folder, including tokens, names, types, and timestamps.
  • Get File Info: locate a file by token and fetch its metadata (type, size, etc.) from root or navigated folders.
  • Create Folder: create new folders in a specified parent directory.
  • Move File: relocate a file to a target folder.
  • Delete File: remove a file or folder from drive.
  • Use Case: automate routine cleanup, prepare shared folders for a project, or batch-manage permissions across a workspace.

Quick Start

Activate feishu-drive and issue a request to list the root folder to begin exploring your 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 management for routine folder cleanup?

To automate Feishu Drive management, you can use automation pipelines to list folder contents and batch delete files or folders. This reduces manual errors and saves time when maintaining shared project spaces.

What file types are supported when managing files in Feishu Drive?

Feishu Drive management supports handling doc, docx, sheet, bitable, folder, file, mindnote, and shortcut types. You can retrieve metadata, move, or delete these files using specific file tokens.

Can I use this to create a new shared folder in Feishu Drive for a project?

Yes, you can create a new shared folder in Feishu Drive by targeting a specified parent directory. This allows you to prepare project folders and organize documents automatically.

How do I get file info and metadata for a specific document in Feishu cloud storage?

To get file info in Feishu cloud storage, locate the file by its token to fetch metadata like type and size. You can navigate from the root folder or specified directories to find the exact document.

Does this approach require a folder token to move or delete files in Feishu Drive?

Yes, moving or deleting files in Feishu Drive requires optional folder_token and file_token parameters. These tokens identify the exact target directory and file for relocation or removal operations.