feishu-drive

List, inspect, create, move, and delete files in Feishu Drive.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu users need a reliable, scriptable way to manage cloud storage for folders and files without manual navigation or multiple UI steps.

Core Features & Use Cases

  • List Folder Contents: Retrieve directory entries from root or a specified folder, including token-based navigation.
  • Get File Info / Create Folder / Move File / Delete File: Perform essential file and folder operations programmatically.
  • Use Case: A team wants to quickly audit a shared drive, create a new folder, and organize files via scripted commands.

Quick Start

Connect Feishu Drive to your workspace and start listing the root drive contents.

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 cloud storage management without manual UI navigation?

You can automate Feishu cloud storage management by using scripted commands to list directories, inspect files, create folders, and move or delete items programmatically, eliminating manual navigation and multiple UI steps.

How do I list folder contents in Feishu Drive programmatically?

To list folder contents in Feishu Drive, you retrieve directory entries from the root or a specified folder using token-based navigation. This allows you to audit shared drives and inspect files via scripted commands.

Can I create folders and move files in Feishu Drive via automation?

Yes, you can create folders and move files in Feishu Drive via automation. The supported actions include create_folder and move, enabling you to organize files and structure shared drives programmatically.

Does Feishu Drive automation support safe, scoped changes to cloud storage?

Feishu Drive automation supports safe, scoped changes by using token-based navigation to ensure file and folder operations are restricted to the correct directory scope during programmatic access.

What is the best way to audit a shared Feishu drive and organize files via scripts?

The best way to audit a shared Feishu drive is to use scripted commands that list directory entries, inspect file info, create new folders, and move or delete files programmatically to organize the contents efficiently.