feishu-drive

List, inspect, create folders, move, and delete items in Feishu Drive.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/vut08905/openclaw-app --skill feishu-drive-vut08905
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/vut08905/openclaw-app/tree/main/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/vut08905/openclaw-app --skill feishu-drive-vut08905

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Drive stores cloud files and folders across spaces and teams, and manually managing them can be time-consuming. This Skill provides a programmable interface to list, view metadata, and perform common operations on Feishu Drive to simplify organization and retrieval.

Core Features & Use Cases

  • List Folder Contents: Retrieve the contents of a folder (root or with a folder_token) including names, types, and timestamps.
  • Get File Info / Create, Move, Delete: Inspect file metadata and perform basic management actions such as creating folders, moving items, and removing files to maintain an organized drive.
  • Use Case: Organize a project workspace by creating folders, listing items, and updating file locations with a single command.

Quick Start

Ask Feishu Drive to list the root folder contents.

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 and folders in Feishu Drive?▼

You can list Feishu Drive contents by retrieving the root folder or specifying a folder_token to get names, types, and timestamps for all items within that directory.

Can I create and move folders in Feishu cloud storage programmatically?▼

Yes, you can programmatically create new folders and move existing items within Feishu cloud storage to organize project workspaces and update file locations using folder tokens.

How do I retrieve file metadata from a Feishu Drive folder?▼

You retrieve Feishu Drive file metadata by using the info action, which returns detailed information for a specific file based on its unique token identifier.

Does managing Feishu Drive require token-based access?▼

Yes, managing Feishu Drive requires token-based access to authenticate operations like listing, creating folders, moving, and deleting items within root-space and subfolders.

What is the best way to organize a project workspace in Feishu Drive?▼

The best way to organize a Feishu Drive project workspace is by combining folder creation, content listing, and file moving actions to systematically structure and manage cloud files.

How do I delete files in Feishu Drive?▼

You can delete items in Feishu Drive by using the delete action, which removes specified files or folders from your cloud storage to maintain an organized drive structure.